How to disable "this document is trying to print. do you want to allow this" message

We use Adobe Reader to automatically print documents in a web application. The users are not very happy having to click twice to get the document to print.

Have you tried using a "trustedFunction"? Here are two examples:
//BEGIN
//sPrint 1 uses the pp print parameters
sPrint1 = app.trustedFunction(
function (pp ) {
app.beginPriv();
this.print(pp)
app.endPriv();
// sPrint uses "this.print();"
sPrint = app.trustedFunction(
function(bUI, bSilent){
app.beginPriv();
this.print(false, false)
//END
//Remember you have to get the print params in one instance. It would be something like this:
//BEGIN
var pp = this.getPrintParams(); pp.interactive = pp.constants.interactionLevel.silent; sPrint1();
//END
Sabian

Similar Messages

  • How to disable silverlight "Do you want to allow this Web application to access your clipboard?" popup window, when tyring to right click and paste?

    Hi,
    When im trying to right click and choose paste. im getting a dialog box.. "Do you want to allow this Web application to access your clipboard?". How do i disable it for all users?
    i found that, we can able to disable it for only one user, if we create a 'Clipboard' DWORD key with value '11' in the registry path: HKEY_USERS -> S-1-5-21-159.. -> Software -> AppDataFlow -> Software -> Microsoft ->
    Silverlight -> [website url]
    Even, i tried
    Internet Options> Security> Internet Zone> Custom Level> Scripting section> Allow Programmatic clipboard access> Enable. But its not working.
    Please let me know how to disable that popup for all users?

    It works fine on my machine here which is win7 pro.
    Your options are limited
    You know one way - the registry entry.
    The option:
    Internet Options> Security> Internet Zone> Custom Level> Scripting section> Allow Programmatic clipboard access> Enable.
    Has been changed by later versions of Internet explorer tightening security.
    I guess you could try:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"
    meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
    Bit difficult for me to test at the moment, but that could work.
    If that's no good.
    The alternative is to give the app elevated trust.
    This is a PITA because you have to obtain a security cert and sign the xap with it.
    They expire as well and you then need to buy a new one.
    Costs several hundred quid a year ( this is one time cost rather than per user ).
    Hope that helps.
    Recent Technet articles:
    Property List Editing   ;  
    Dynamic XAML

  • I could previously open my itunes program on my computer. Not now as when it asks, Do you want to allow this program to make changes to your computer and I select, Yes, it shuts down.  I have removed and re-installed itunes, checked firewall. Pls help

    I could previously open my itunes program on my computer and sync with ipad, ipod and iphone but no longer. When I select itunes a dialogue box opens  with question - "Do you want to allow this program to make changes to your computer"  When I select YES, it just shuts down.   I have removed and reinstalled itunes. have checked firewall and spent hours trying to fix. Please help.

    A possible cause of this error is that Firefox is set to run as Administrator.
    Check that Firefox isn't set to run as Administrator.
    Right-click the Firefox desktop shortcut and choose "Properties".
    Make sure that all items are deselected in the "Compatibility" tab of the Properties window.
    * Privilege Level: "Run this program as Administrator" should not be selected
    * "Run this program in compatibility mode for:" should not be selected
    Also check the Properties of the firefox.exe program in the Firefox program folder (C:\Program Files\Mozilla Firefox\).

  • I have Windows 7. When I start Firefox 4, I get a warning, "Do you want to allow this program to make changes to this computer"? Is there a way to stop this warning?

    Question
    I have Windows 7 Home Premium. When I start Firefox 4, I get a User Account Control warning, "Do you want to allow the following program to make changes to this computer"? Is there a way to stop this warning?

    Check that you do not run Firefox as Administrator.
    Right-click the Firefox desktop shortcut and choose "Properties".
    In the Compatibility tab, make sure that Privilege Level: "Run this program as Administrator" is not selected.
    Also check the Properties of the firefox.exe program in the Firefox program directory.

  • Everytime I open itunes it says do you want to allow this program to make changes to your computer

    It opens but it's annoying as **** it never did it when I when I first bought it

    I had the same problem, tried lots of things but this easy solution worked.
    Go to the file location where Itunes is located (I had a shortcut on my desktop and just right clicked, went to properties and hit "open file location")
    Once at Itunes file I right clicked again and hit "create shortcut"
    It put a new shortcut on my desktop, I deleted the old one and the problem stopped.
    Hope this helps

  • The computer "239.255.255.250" is attempting to access Firefox.app on your computer. Do you want to allow this connection?

    What is this for? And if it is innocuous, can I just say allow? Just started in last 2 weeks (end of Feb 2015). It is bugging the heck out of me. Thanks.

    many, many, many thanks!!!

  • I am using a program that opens a document in adobe and I need to save it back in the program.  I get this message: this document is trying to connet to: fill://index.cfm?event=vendorsonly.submiteventform.  Help

    I am using a program that opens a document in adobe and I need to save it back in the program.  I get this message: this document is trying to connet to: fill://index.cfm?event=vendorsonly.submiteventform.  Help

    Have you contacted the people who make the program? It sounds like something special from that program.

  • How to disable "Are you sure you want to copy this file without its properties?"

    copying from NFTS to Fat32 I get a prompt
    "Are you sure you want to copy this file without its properties?"
    the answer (for me) is always yes
    is there a way to disable the prompt ?

    This may be caused by the presence of NTFS Alternate Data Stream which cannot be copied to FAT32.
    Either format destination as NTFS or use utility like 
    http://www.nirsoft.net/utils/alternate_data_streams.html
    to scan/delete the ADS before copy. From the link above, below are some examples of when an ADS might be created
    1. Favorites of Internet Explorer: When You add a Web site link into your 'Favorites', a .url file containing the url and description is created. However, if the Web site also have an icon (favicon), the icon is saved as alternate stream for the same url file.
    The stream name of the icon is :favicon:$DATA
    2. Downloaded files of Internet Explorer: When you download and save a file with Internet Explorer, it automatically add a zone information for the saved file. This zone information is used for identifying the file as downloaded file from the Internet. The
    stream name in this case is :Zone.Identifier:$DATA
    3. Summary information of files: When you right-click on a file in Explorer and go to the 'Summary' tab, you can add summary information for the file, like title, subject, author, and so on. This summary information is also saved into alternate stream. The
    stream name in this case is SummaryInformation:$DATA.
    In addition to the legitimate usage of alternate streams, this technique may also be used by Viruses/Trojans/Spywares for saving data and hiding it from the user.
    In the case of files downloaded from the internet you could also try the methods in the link below to remove the zone identifier
    http://www.howtogeek.com/70012/what-causes-the-file-downloaded-from-the-internet-warning-and-how-can-i-easily-remove-it/

  • I am facing 'How do you want to use this disc' whenever I read/open any lightscribe discs having data.

    Hi,
    When I insert a lightscribe DVD/CD into a lightscribe optical drive, then when I click to open the DVD, I faced this error 'How  do you want to use this disc', although the DVD was full of data. When opening these 
    lightscribe DVD/CD via NON lightscribe optical drive, I noticed that the DVD/CD  opened well without any problems at all.
    Also, how can the System show to me 'How  do you want to use this disc' , in particular when  a DVD is non rewritable(DVD-R) and also contains data)?
    Bear in mind, not all DVDs/CDs were not detected. However, only full lightscribe discs' (having data)
    However, even blank lightscribe discs were detected without problems. When insert a lightscribe disc having data, then I faced that error. However, when inserting  blank lightscribe discs I found that the disc were opened.  Also,
    non lightscribe discs were opened well.
    When checking the device manager, I didn't see any issue with DVD/CD drive. If there were a problem unrecongnising, then I would have seen 'a remarkable mark' in front of it.
    Note: I have faced this problem after trying formating a rewritable CD inserted onto the drive. Althouthg the format failed, all data on the disc was deleted. Anyway, after that, then inserting full-lightscribe  discs are unregonised
    Do you think the problem wth my optical drive. IF so, I would be saying why it wasn't happened with all other non lightscribe discs. If my lightscrib discs were corrupted, then why would they have opened well on another laptop.
    I have done:
    Press the Windows logo key+R to open the Run dialog box.
    Type devmgmt.msc in the Run dialog box, then press Enter. If you are prompted for an administrator password or for a confirmation, type the password, or click Allow
    In Device Manager, expand DVD/CD-ROM drives, right-click the CD and DVD devices, and then clickUninstall.
    When you are prompted to confirm that you want to remove the device, click OK.
    Restart the computer.
    But the same prolbem is existing.
    yes there is a virtual CloneDrive program installed on my PC, however, there is no any CD mounted into it. Even if a CD was mounted into Virtual Clondrive, there would be no problem at all, because the virtual CloneDrive is used to only
      mount ISO disc images into it, and not physical discs.
    Any I have do what you have said, when inserting a light-scribe disc having data, then I open it, I found this
    NOTE: in the above screen shot there is a lightscribe DVD having data inserted. However, in the screen shot below, there  a ightsrbe DVD not having data inserted. In the first screen shot, the disc is not reconginsed by Windows, however, in
    the second is recognised. 
    Even when I have inserted a lightscribe disc not having data(empty), it opened well regardless of  what virutal CloneDrive is enabled or disabled.
    But when cliced on my problem didn't solve,
    A man should convert his anger and sadness into strength to continue living in this life.

    Hi,
    The product Name of my computer is: HP Pavilion dv6-6093ex Entertainment
    Notebook PC support
    The number of my computer is : LM610EA#A2N.
    Could anyone please at this splendid forum take some of their precious time
    out to really reply my questions and solve my problems?
    FIRST OF ALL:
    My HP Pavilion Laptop is about 3 years old.
    My
    sister's Dell Inspiron laptop is 3 years old.
    My HP lapotp is well-cared, as opposed to my sister's Inspiron Dell laptop,
    which is always thrown in dust without caring at all. Also, its battery is
    always inserted even when it is fully charged while the laptop is plugged in to
    the main power supply.
    However, my laptop is either used on only battery, or on plugin. Also, it is
    kept from the dust.
    But, I really found that the battery of the Dell laptop
    still lasts about three and half hours, and there is no problem cooling fan is
    not oproperly preporly.
    I only remember one thing differently done on my laptop battery which is I
    charged it fully, then I stored it without using it for about four months, then
    when I reused it, I found it got worse over time. I.e. first time of using it
    after storing,I found it empty, then I charged it again fully, however, then it
    lasted about 2 hours, then 1 and half hours, next an hour, now it is only
    lasting about 20 minutes without performance. If there is high performance, then
    the computer shuts down suddenly.
    My problem is follows:::
    First: Whenever I inserted any Containing Data OR Data
    CD/DVD-R LightScribe discs, I found that HP optical driver was
    unable to read them. When clicking on the optical disc drive
    'duble-click', then I find that disc opens as this way(NOT: With a CD/DVD player
    is grayed out)
    Blank Or Used CD, DVD±R,RW lightscirbe is unable to be
    read:(clicking on it let it Open like a USB FlashDrive or With a CD,DVD player:
    NOTE: with CD/DVD Player is grayed out)
    Used CD/DVD±R/RW Non-LightScribe disc opens normal:
    Blank CD,DVD±R,RW Non-LightScribe opens normal(Opens like a USB FlashDrive or
    With a CD,DVD)::
    My HP CD/DVD DVD±R/RW specis are::
    Optical Drives
    hp CDDVDW TS-L633R
    Media Type DVD Writer
    Name hp
    CDDVDW TS-L633R
    Availability Running/Full Power
    Capabilities Random
    Access, Supports Writing, Supports Removable Media
    Read capabilities CD-R,
    CD-RW, CD-ROM, DVD-RAM, DVD-ROM, DVD-R, DVD-RW, DVD+R, DVD+RW, DVD-R DL, DVD-RW
    DL, DVD+R DL
    Write capabilities CD-R, CD-RW, DVD-RAM, DVD-R, DVD-RW, DVD+R,
    DVD+RW, DVD-R DL, DVD+R DL
    Config Manager Error Code Device is working
    properly
    Config Manager User Config FALSE
    Drive E:
    Media Loaded
    FALSE
    SCSI Bus 0
    SCSI Logical Unit 0
    SCSI Port 0
    SCSI Target Id
    1
    Status OK
    Trying to solve the problem,
    I have done these steps in order::
    I tried checking with dignostic ulitiy:
    I have tried Advanced View , this is the file of output data
    diagnostic utility
    LightScribe System Software Settings:
    SOFTWARE\LightScribe\MessageDir
    C:\Program Files (x86)\Common
    Files\LightScribe\
    SOFTWARE\LightScribe\LSPrintDialog C:\Program Files
    (x86)\Common
    Files\LightScribe\LSPrintDialog.exe
    SOFTWARE\LightScribe\LSPrintingDialog
    C:\Program Files (x86)\Common
    Files\LightScribe\LSPrintingDialog.exe
    SOFTWARE\LightScribe\LsPrintLauncher
    C:\Program Files (x86)\Common
    Files\LightScribe\LSPrintLauncher.dll
    SOFTWARE\LightScribe\ResourceDir
    C:\Program Files (x86)\Common
    Files\LightScribe\res
    SOFTWARE\LightScribe\LSPrintAPI C:\Program Files
    (x86)\Common
    Files\LightScribe\LSPrintAPI.dll
    SOFTWARE\LightScribe\Update\UpdateShellCommand
    http://www.lightscribe.com/go/downloads/windows
    SOFTWARE\LightScribe\Update\PreviousVersion
    1.18.20.1
    SOFTWARE\LightScribe\Update\CurrentVersion
    1.18.27.10
    SOFTWARE\LightScribe\Update\TrailingVersion
    SYSTEM\CurrentControlSet\Services\LightScribeService\Type
    16
    SYSTEM\CurrentControlSet\Services\LightScribeService\Start
    2
    SYSTEM\CurrentControlSet\Services\LightScribeService\ErrorControl
    0
    SYSTEM\CurrentControlSet\Services\LightScribeService\
    SYSTEM\CurrentControlSet\Services\LightScribeService\DisplayName
    LightScribeService Direct Disc Labeling
    Service
    SYSTEM\CurrentControlSet\Services\LightScribeService\ObjectName
    LocalSystem
    SYSTEM\CurrentControlSet\Services\LightScribeService\Description
    Used by the LightScribe software components to support 3rd party disc labeling
    applications using the LightScribe COM Application Programming Interface
    (LSCAPI). This service needs to run for LightScribe direct disc labeling to
    work.
    SYSTEM\CurrentControlSet\Services\Eventlog\Application\LightScribeService\
    SYSTEM\CurrentControlSet\Services\Eventlog\Application\LightScribeService\
    SYSTEM\CurrentControlSet\Services\Eventlog\Application\LightScribeService\TypesSupported
    7
    SYSTEM\CurrentControlSet\Services\Cdrom\Enum\0
    IDE\CdRomhp_CDDVDW_TS-L633R______________________0300____\4&334f7860&0&0.1.0
    SYSTEM\CurrentControlSet\Services\Cdrom\Enum\Count
    2
    SYSTEM\CurrentControlSet\Services\Cdrom\Enum\NextInstance
    2
    SYSTEM\CurrentControlSet\Services\Cdrom\Enum\1
    SCSI\CdRom&Ven_ELBY&Prod_CLONEDRIVE&Rev_1.4\1&2afd7d61&0&000000
    SOFTWARE\Microsoft\Windows
    NT\CurrentVersion\Winlogon\allocatecdroms
    0
    SYSTEM\CurrentControlSet\Services\CDRom\autorun 1
    SOFTWARE\INTEL\Intel
    Application Accelerator Not detected
    Drives and Media:
    Drive 0 : hp CDDVDW TS-L633R 0300 219 (E, Media
    Imaging Parameter : 114
    I tried running the below command line to fix potential disk issue 'Chkdsk
    /r /f'
    I cleaned the drive, discs, and so on.
    I have uninstalled the all third-party data recording software.
    I have uninstalled the Cyber DVD suite, lightscribe system software which
    came pre-installed with my HP pavilion Notebook.
    I have recovered my system from the Factory Recovery discs.
    I have tried opening all those LightScibe discs not opening on my HP optical
    drive, on a Dell optical drive, and all of them were opened well, although Dell
    optical drive did not have a lightscribe feature at all., nor third party disc
    recording software
    However, the problem is still with opening the discs LIGHT-SCRIBE
    Thus, my questions are:
    How to determine if the drive is corrupted and needs to be replaced with
    another one.
    I think there something needed to be done on the BIOS Of my HP
    laptop[[[A similar problems happened on my Desktop computer's optical
    drive which is as follows:::(ALL discs are opened as empty by Optical Drive of
    My Desktop Computer) ---while my optical drive of my desktop was connected to
    the primary slave IDE, and the HDD was connected to the
    primary master IDE, the optical drive and hard disk are functioning
    well. However, I remember that while burning an image with Nero essential V: 5,
    something went wrong, and then the Optical Drive of My Desktop Computer
    (HL-DT-ST DVD-RAM GH22NP20) became NOT recognised/Installed on
    BIOS, although it was still shown on the device manager as a
    recognised device. Also, it was listed on my computer, however, when entering a
    disc(blank or with data) into the drive, I found it was not recognised, and it
    opened empty(no files at it), although it contains data. Thus, I decided to boot
    to BIOS, and clicked on 'Autodetection for IDE', then I found that only HDD was
    still shown as installed on BIOS. However, the optical drive was not. Th I tried
    clicking on it on BIOS and then clicking on 'enter' to try to let the device be
    re-recognized. However, that made no difference. I had to take part my computer
    ,and then reconnected the optical drive onto the secondary slave
    IDE , and let HDD connected to the same primary master IDE.
    Then, I found that the problem solved and all discs became being read
    normally. Aslo, optical drive became installed on BIOS]]]
    What is meant with with double Layer Support.
    How much does it cost?
    A man should convert his anger and sadness into strength to continue living in this life.

  • When closing a Word doc can you stop 'Do you want to keep this new document?'

    Hi,
    Everytime I close a Word document I keep getting the save document dialogue box appearing with the text 'Do you want to keep this new document [filename]?You can choose to save your changes, or delete this document immediately. You can’t undo this action.'.
    How can you stop this? I just want to be able to open a Word document, view it and close it without the hastle of being asked if I want to save it or delete it.
    Thanks for any help on this.
    P.

    Hi Pete,
    When you open a Word document in Pages, it is converted to Pages format. Pages is asking if you want to save as a Pages document (and replace the Word document). You can stop the Save dialogue box by:
    System Preferences > General > Uncheck Ask to keep changes when closing documents.
    However, I would be careful. This will apply to all documents that you open in Pages (or Numbers or other apps). You might have a Pages document where you do want a reminder to save. Small problem to say 'Don't Save' to a Word document that you open to view, but don't want to save. I find it is safer to turn on 'Ask to keep changes when closing documents'. That puts you in charge of your work.
    Another way to just view a document is to open the document in Preview or TextEdit (right click or control click, Open With).
    Regards,
    Ian.

  • Trying to sync iPod with library, but receive this message, "The iPod is synced with another itunes library.  Do you want to erase this ipod and sync with this itunes library".  I do not want to erase my iPod... Any suggestions??  Please help!!

    Trying to sync ipod with itunes library, but I keep getting this message, "  The ipod is synced with another itunes library.  Do you want to erase this ipod and sync with this i tunes library?" 
    I do not want to erase my ipod!!!  Any suggestions?? please help!

    Another way. You can use a USB flash drive & the camera connection kit.
    Plug the USB flash drive (works the same with an SD card) into your computer & create a new folder titled DCIM. Then put your movie/photo files into the folder. The files must have a filename with exactly 8 characters long (no spaces) plus the file extension (i.e., my-movie.mov; DSCN0164.jpg).
    Now plug the flash drive into the iPad using the camera connection kit. Open the Photos app, the movie/photo files should appear & you can import. (You can not export using the camera connection kit.)
    Using The iPad Camera Connection Kit
    http://support.apple.com/kb/HT4101
     Cheers, Tom

  • Okay so I set up my Time Capsule already and is now backing up 2 of my iMacs. Works great. What I want to know is how to use the TC to directly store files? I want to do this to delete some files but still have them on the TC for future reference..

    Okay so I set up my Time Capsule already and is now backing up 2 of my iMacs. Works great. What I want to know is how to use the TC to directly store files? I want to do this to delete some files on iMac 20inch but still have them on the TC for future reference..eg some movies on iTunes. I want to directly save them on the drive so I can delete them from iTunes and gain some storage. (Ps on iMac 20 inch (it's almost full - 320 GB) when I enter time machine, a tab comes up on finder which reads "Time Machine backups" it's able to be ejected like a disc or a connected device. On the iMac 20 inch, I dragged some files onto there as if using it like a hard drive. Is this the correct method? Then I went to my 27inch iMac and saw the "Time Machine Backups" hoping to see the files I dragged from the 20inch iMac. But the files were not there except a folder that said "Backups.backupdb". Can someone help me?

    It's not a good idea to use a network disk for both Time Machine backups and other things.  By design Time Machine will eventually consume all the space on its output disk, which will then cause problem for your other files.  I'd store those other files on an external disk connected to the Time Capsule.  The problem with that is that Time Machine will only back up files that are local to your Mac.  That means that you'll only have one copy of the files on or attached to your Time Capsule.
    By the way, you've been misled by poor field labeling on this forum into typing a large part of your message into the field intended for the subject.  In the future just type a short summary of your post into that field and type the whole message into the field below that.

  • How can I re-enable the "are you sure you want to delete this email" function?

    When I click delete my emails get deleted with one click. I accidentally click delete and they get lost in my trash folder often. How can I enable the "are you sure you want to delete this email" function?

    The following previous discussion may help: Re: Delete Confirmation Warning.  I want back.

  • Warning when trying to launch application over mapped drive "We can't verify who created this file. Are you sure you want to run this file?"

    We have 2 load balanced application servers that map drives with programs on them for users from a central server that are giving the warning "We can't verify who created this file. Are you sure you want to run this file?". Basically how it works
    is a user logs in to one or the other application servers (for example, 10.0.0.1 or 10.0.0.2) and runs a log on script that maps an L:\ drive to the users folder on the central storage server (10.0.0.100). When the user goes to launch the .exe from the L:\
    drive it presents that warning.
    I've looked around and have seen recommendations that you need to add the site to the local intranet zone for IE, but when I try to add L:\ it tells me that I have entered an invalid sequence. It appears that you can only put network shares in that location,
    which is not how we're mapping the drive.
    Has anyone run in to this before and knows how to resolve it?
    Thanks!

    Hi,
    A mapped drive letter is not supported so please try to input \\server or \\server\folder to see if it will help. 
    If you have any feedback on our support, please send to [email protected]

  • When trying to open lightroom I get a message that says, "The lightroom.exe that the short cut refers to has been changed or moved, so the short cut will no longer work properly.  Do you want to remove this short cut?  The program has opened and worked fi

    When trying to open lightroom I get a message that says, "The lightroom.exe that the short cut refers to has been changed or moved, so the short cut will no longer work properly.  Do you want to remove this short cut?  The program has opened and worked fine in the past.

    You have (probably accidentally) moved or deleted the Lightroom program. You need to find it (have your operating system search for lightroom.exe) and move it back to where the shortcut expects it to be.

Maybe you are looking for