Acrobat 8 : Hand tool by default using AxInterop.AcroPDFLib???

HI,
I've made a search in the forum, but nothing found corresponding to my problem...
I have made a win application using AxInterop.AcroPDFLib and Interop.AcroPDFLib to display pdf file on the screen.
This application runs on computers in a factory, and thoose computers does have a touch screen (thus, no keyboard and no mouse).
The pdf reader has been configured tu use hand tool instead of selection tool , in order to enable users to scroll the pdf when touching the screen and dragging the pdf file up and down.
BUT, sometimes, the pdf system (dll? reader?) seems to reset default value and thus, default behavior becomes selection tools instead of hand tools. This is a big issues for us, because someone needs to go to that computer with a mouse to set back the behavior to hand tool (big time lost)
Is there a way to "set" the behavior back to "hand tool" programmatically? or by using registry (i suppose values are stored somewhere).
Thanks
Mike
Mike

On the toolbar, go to:
Edit - Preferences - General
Uncheck the box:
"Enable text selection for the Hand tool"
---Imran

Similar Messages

  • Problem Loading pdf using AxInterop.AcroPDFLib (file locked)

    Hi,
    I'm currently using AxInterop.AcroPDFLib with C# in a winform application.
    Purpose is to display PDF files in my application. Thoose files are located on a share directory.
    Everything works fine, the program is installed on multiple pc that display the file at the same time without problem.
    BUT, when i open the same PDF file on a computer using acrobat pdf reader, i can't open the same file using the AxInterop.AcroPDFLib dll.
    After some deep search on the files, on the servers, ... it seems to be linked with file locking.
    Let me explain :
    when the file is opened by the AxInterop.AcroPDFLib dll, no lock appears on the server ( share directory ) or at least it appears and is released in the same second.
    when i open the PDF file via acrobat reader, the lock is set, and remain until i close the file in the pdf reader.
    which means that when someone open a file, all the computer using the AxInterop.AcroPDFLib ares blocked and can't start reading the file.
    Is there a way to configure the AxInterop.AcroPDFLib to allow reading on locked files (locked for reading)
    Thanks
    Mike

    I have tried with both Reader 8.xx and 9.xx
    Same behavior.
    After deep investigation, i have found that when i open a file using the reader, this file is marked as opened for "read" on the server, and in that case, the ocx can't open the file...
    when the file is close by the reader, the lock is removed and the ocx could open the document.
    I found also that when the ocx open the file, this file is not locked on the server, which allows other computers with the same ocx to open the same file on multiple workstation (which is the behavior i was expecting).
    thus why is the ocx blocked when a file lock is present on the server for the file to be opened by the ocx...
    Mike

  • Select tool/Hand tool - Changing default preferences

    I am using Adobe Reader 9.1.3 and everytime I open a document, the mouse cursor is always "select tool". Even if I change it to "hand tool", the next time I would open the same or even anyother document it would again be "select tool". I need it to remain as "hand tool" everytime should I open the document.
    I tried searching for a sort of default preference but couldnt find any. Tried searching for any old thread but there is one which is for version 8 and doesnt help at all. I cannt find the preference directory in version 9.
    Thanks very much.

    Hello!
    Try going at Edit - Preferences - General and there select the option "Make Hand Tool select Images and Text".
    If that doesn't help check this
    Regards,
    Rhadooo0

  • 64 bit version of AxInterop.AcroPDFLib library

    We have a VB.NET application which runs on DOT NET Framework 2.0. It is a windows based application which has enormous reports. Few reports are loaded using crystal report viewer and few reports are loaded using PDF Viewer. In places where we use PDF viewer, we use AxInterop.AcroPdfLib library to load the reports. We use AxAcroPDFLib.AxAcroPDF class to load the report.  All these reports are working fine on a 32 bit Operating system. But when we run the same application on a 64 bit OS, we are not able access any of our reports. All other setup remains the same except for Crystal reports Redistributable package (64 bit) which is installed on 64 bit OS. All the libraries in our application are compiled to support “Any CPU”. In order to determine the cause of the problem, we developed a dummy application, which included just the AxInterop.AcroPdfLib library to load the pdf file. While loading the report, the application threw Class not registered error. After researching on this problem, we came to know that AxInterop.AcroPdfLib library will load only on 32 bit compliers. So we re-complied the dummy application by changing the target CPU type to x86 from Any CPU, and checked the same scenario. This time we were able to view the PDF file.  We are also able to view crystal reports through crystal report viewer, so we doubt that the problem could be because of AxAcroPDFLib.AxAcroPDF library. 
    we have already tried the scenario of running the application using “X86” compiler option instead of “Any CPU”. By doing so the AxInterop.AcroPdfLib.dll file will load the reports without any error. But by doing this change, reports which are viewed in crystal report viewer will stop working. This is because we are using Crystal reports Redistributable package for 64 bit OS.  Also our application is very huge with plenty of dynamic link libraries. It is not feasible for us to convert all the dlls to load on 32 bit OS. More over our primary objective of moving to a 64 bit OS was to increase the performance of the application, which will take a down turn by doing this change.
    If there is no way to load reports using AxInterop.AcroPdfLib.dll on a 64 bit OS, then we will have to think of some other alternate approach. One of the approach would be drop the facility of loading reports using AxInterop.AcroPdfLib.dll, instead we should change all our reports to be viewed only on crystal reports.  This will also have few drawbacks, as we will have to maintain two different versions of files, one for 32 bit and one for 64 bit.
    Following is the system configuration:  Operating System:                Windows Server 2008 Service Pack 1 Acrobat Reader version:       Acrobat reader 9.2 Name of the Dll:                    AxInterop.AcroPDFlib.dll Nature of Problem:                We are using AxInterop.AcroPDFlib.dll to load PDF files. When this dll is used on a 32 bit OS, it loads the report without throwing any error. If the same dll is used on a 64 bit OS, it throws “CLASS_NOT_REGISTERED” error. There are no other third party components/application used in the printing process. Is there any AxInterop.AcroPDFLib library which can be used on both 32 bit and 64 bit OS? Please let us know solution to this problem.

    On 64 bit releases of Oracle RDBMS - there exists a 64 bit
    version of OCI.

  • AxInterop.AcroPDFLib.dll throws "Class not registered" error on 64 bit OS

    I have an vb.net application which uses AxInterop.AcroPDFLib.dll to open PDF files. The application works fine on a 32 bit operating system. But when the same application is accessed from a 64 bit Operatiog system, it throws error "Class not Registered".
    Am i supposed to use different version of AcroPDFLib.dll for 64 bit OS.
    I have Acrobat reader 9.1 installed on 64 bit OS machine. Is there any newer version of SDK/dll which will fix ths problem.
    Please let me know solution for this problem.
    Thanks in advance.

    I am pretty sure if you compile your client application as x86 itwill work fine....you are probably compiling it with the configuration set to AnyCPU. The application loads up as 64bit or 32bit depending on the OS when set to AnyCPU. You want to force it to load as 32bit by compiling as x86. That way the app runs under WOW and loads the AcroPDFLib correctly.
    Hope this helps

  • Spacebar to toggle Hand Tool is not working (CS5)

    In InDesign, using the spacebar to toggle the Hand Tool stops working.
    When it stops working in InDesign, it also stops in Photoshop and Illustrator.
    If I close the applications, and restart the machine - this combination starts working again, however after a while it stops working again.
    Any assistance is greatly appreciated - you don't realize how much you use this 'til it goes away!
    Matt
    ===============================
    iMac 27" / 2.93 GHz Intel Core i7
    8 GB Ram
    OS X 10.6.5

    Okay, so I think I might be able to help. I'm not a tech expert, but I had this issue today. It only started happening after I had an new hard drive put in, at which point a new internet security program was installed on my computer. Before this program was on my machine, this "temporary hand tool with the use of the space bar in Adobe CS products not working" problem did not occur. So, I figured it had to do with upgrading from OS 10.6 to OS 10.7 or with Webroot {the internet security program}, since those were really the only things that changed from pre- hard drive crash to post- hard drive crash. When I was poking around Webroot, I noticed there was a "Pause Secure Keyboard Entry" button to choose. Seeing that word "keyboard" was the lightbulb moment. Coupled with the comment above from Larry G. Schneider...
    It's a Mac OS security bit which blocks the modifier keys from working if there is an open port which has access. It's supposed to prevent malware from executing system events.
    I figured that my Webroot {which is meant to prevent malware and such} was overriding certain keyboard functions to prevent malware from detecting my keyed entries in place that could breech security on my machine.
    So, I decided to try turning that pause button on... and sure enough, my temporary space bar hand tool came back. That is the only thing that worked. Not quitting out of Chrome. I suspect the reason for that is because Webroot was still operating outside of my Chrome application being open and active. So, for those who were able to get it to work again by quitting Chrome {or Safari, Firefox, etc... any of the above mentioned}, perhaps in quitting out, it was automatically quitting some other type of security extension that is loaded in the browser that does not work independently of the browser, but only when the browser is open. Quitting the browser would quit the security extension that was preventing keystroke detection and securing keyboard entry.
    Apparently, this could also be turned on in Terminal {something I discovered by researching my problem and finding an article about it}. See screen capture below.
    So, if it can also be turned on there, I imagine it's something that comes with several applications or extensions. If you are experiencing this problem, my suggestion is to find out if there is somewhere on your machine, in some running program, where this security is turned on, and then try turning it off to see if you got your hand tool back. It worked immediately for me after having tried many other things. This might also explain why it's only a temporary fix for some... why it returns, because the default of that program that has the security {Secure Keyboard Entry} is to be on. The nice thing about Webroot is that the button to pause it is always available up in my top menu bar by the date and time on my mac, under the Webroot icon. I can pause it whenever I'm in InDesign {which is where I was experiencing the "bug"}, and then unpause it when I'm not using InDesign to restart that added measure of security.
    Hope this helps a lot of people with this issue. I don't seem to have found a solid answer on any forum, but this seems pretty thorough to me. Interested in finding out if others are helped by these same steps. I hope so. And if so, I hope that more applications will make it more obvious so that people don't have to dig around so much. For instance, it would be nice if Adobe saw it as a known and fixable issue and provided documentation about it... what to do or check if it happens to you... so that people won't have to hunt around as much as I did {although, that part was kind of fun and I felt pretty smart and accomplished afterward... even knew the fix when talking to a Geeksquad guy while he was not aware of the problem nor did he have any idea what to suggest}. For me, it was beyond frustrating, because I use that function in InDesign ALL the time. Hopefully Adobe will put something about this in their Help. Perhaps it's already there?? I just know I didn't find anyt
    Anyway, just goes to show how much these forums help. Without this thread, I might not have thought twice about the "Pause Secure Keyboard Entry" button when I saw it.
    Hope everyone gets a permanent solution to this problem!

  • Space bar hand tool not working

    I have just got a Laptop with windows 8, and put my Photoshop CS5 on, so far eveything works appart from the space bar hand tool, which I use a lot.
    Its not working in RAW either.
    Thanks
    Nathan

    Hello Cozmic photos!
    I was also having this problem but I have found the soloution! It took me a very long time to figure it out but I finally have. I also have windows 8 and I have updated to windows 8.1 . As soon as I did that update I had to "re-install" my touchpad synaptics driver... I thought little of this. It just hit me aobut a week ago why the spacebar hand tool shortcut wasn't working. I have a Acer laptop, 64Bit, 8GB RAM, 750GB HDD, and running Windows 8.1. 
    So, the that the spacebar is not working IS because the driver that is installed for your touchpad or trakpad is disabling some features for use of the spacebar and your finger movemnet on the trackpad at the same time. Sadly, there is no way to fix this problem YET. But, if you use a mouse or a graphics tablet you will be able to get this feature back!
    I hope you understand the problem now. The only way to ix this is by notifying Synaptics about this issue and the next updated driver will have this issue fixed!
    Have a good day!
    TheInspiredEye

  • Middle Mouse Hand Tool

    It'd be really awesome if you guys could make it optional to set the hand tool to be used by holding down the middle mouse button and ONLY the middle mouse button. I reckon it would be a lot more comfortable to have that functionality as a one-hand job rather than a two-hand job.

    generally it's a usability sin not to use the MMB click at all.
    But i would really prefer other things than the hand tool ... the current navigation with the space bar would be very consitent if  SPACE + LMB / RMB would zoom in an out, and maybe a simple SPACE hit zooms to 100 % ... as i wrote in an other thread already.
    MMB should be used for example for custom tools menu, a popup for the last used functions, or - and this is what i would prefer - go into transform mode.

  • Hand tool for one layer

    Using CS5 on Windows 7.  I'm trying to use the hand tool to move one layer, but it will only scroll all layers together:
    Scroll All Windows is unchecked (and unchanged while selected)
    Layers are not grouped
    Layers are not linked
    Only one layer is selected at the time.
    I tried all of the above both with hand tool selected, and using scroll bar with brushes selected.
    Any ideas how I can use the hand tool on only one layer?  I;ve never had this problem before, on this computer (with earlier versions) or any other.

    I assume that you found the Move Tool, and that all is working, as you wish now.
    Happy editing,
    Hunt

  • How do I set the hand tool to be the default tool in Acrobat X?

    I want the hand tool to be the default tool. The select tool is very annoying. This is a recent change - even last week the default tool was whatever tool I had used last. Now the select tool is always selected which is very frustrating. How do I set the hand tool to be the default tool in Acrobat X? I am running Acrobat Pro 10.1.4 on Windows 7.

    I can see that it would be frustrating that you can restart PS with most last used tools, but not the Move tool.  But I just checked and that does indeed seem to be the case.  The obvious question is why you would like to have the Move tool selected when opening PS, and is there another route to achieve your ultimate objective?

  • Hand Tool Default in Acrobat 9

    I hope this is an easy question, but it has been bugging me since my last update.  When I view a PDF (Acrobat 9 Pro) the select tool is the default.  I cannot find any setting that will make the hand tool be the default.  Does anyone know where this setting is, or some other way to save your preferences?

    Yes, just go here: https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

  • How do i change the default hand tool to select tool when a document opens?  also how do i get it to open in a single page view instead of 2 pages side by side

         how do i change the default hand tool to the select tool when i open a document.
    how do i change the view from 2 pages to a single page?

    Try setting the check boxes in Edit>Preferences>General for the following:
    - Make Hand tool select text & images
    - Make Hand tool read articles
    - Make Hand tool use mouse-wheel zooming
    Adjust these as needed but does it make any difference?

  • Acrobat pro: how set default properties for arrow and line tool seperately?

    I have a problem with the 'comment and markup' tools in Adobe Acrobat Pro.
    I would like to change the defaults of some of the tools, eg the arrow and the line tool.
    This can be achieved by right-clicking on something drawn using the tool in question and then selecting 'properties' - or by selecting the tool and then press ctrl+E, wich opens a 'Callout Tool Properties', and then change what you want there. The latter option keeps the changes as defaults - the former offers a box to tick in the 'properties' dialogue that opens - or, you can right-click on the object again after having changed the properties, and then select 'Make Current Properties Default'.
    My Problem is now, that, apparently, you cannot choose and save default properties freely and for each tool. I woul like to have the default properties for the line tool set as the following:
    -line color: yellow
    -line thickness: 8pt
    -opacity: 60%
    and fot the arrow tool as this:
    -line color: red
    -line thickness: 1pt
    -opacity: 100%
    This all works fine as long as the program is open. As soon as I exit and start it again opening another document /the same one again, the arrow tool changes to
    -line color: yellow
    -opacity: 60%
    only the line thickness remains at 1pt.
    If I change the properties of the line to the ones I want for the arrow, the arrow properties remain unaltered if I close Acrobat Pro.
    Why do these properties interfere? Why is it "line color/thickness" in both? Why, then, do only the opacity and the color interfere, but not the thickness - even if it's the latter two properties that are bot called "line xxx"? Why does Acrobat not save all properties for these two shapes seperately - even IF the two shapes are both of a line-like kind?
    Is there a way to get around this?

    Trobbel - This indeed is puzzling behavior. Clicking 'Make Current Properties Default' should preserve the default  appearance for each. I don't have a solution, but merely a couple of suggestions:
    1) Make sure you have installed any available upgrade for your version of Acrobat Professional.
    2) Consider using the line tool exclusively - you can add an arrowhead and make one tool perform both tasks.
    Hope this helps. /rmbrown

  • How can I disable Select Tool & enable Hand Tool using Adobe JavaScript ?

    How can I disable Select Tool & enable Hand Tool using Adobe JavaScript ?
    I want wherever the PDF opened automatically preferrence changed, default HAND TOOL remain selected. I want to do it using Adobe JavaScript.

    You are correct in that it's not functioning, however I do not have that option under the "online and adobe online" section in Adobe Customization Wizard XI.  I have the following boxes that can be checked:
    "Disable initiating shared reviews and data collection via distributed forms using Adobe online services (does not affect non Adobe online services reviews and forms).
    "Disable the Tools pane in Reader"
    "Disable file storage on Adobe online services"
    "Enable file storage even when all other services are disabled"

  • Always use Hand Tool on startup

    Hi All
    I just installed Adobe reader 9.3.
    Whatever file I opened, it starts with select tool, even after I choose hand tool and reopen it, it will still starts with select tool.
    How can I force it to always use the »Hand Tool«?
    On startup Adobe Reader uses the »Select Tool« by default and I always must switch to the »Hand Tool« manually.
    I think it's a bug.
    Thanks in advance.

    i'll bump this as well if you don't mind - i have same problem.
    running Reader 9.3.2 on XP SP3.
    no matter what I try it always opens with Select tool active, rather than my preferred option of Hand tool. Every startup I must manually change it to Hand tool. Very frustrating. I'd tried changing many options in the preferences but no joy so far.
    Any solution/suggestions would be great, thanks.

Maybe you are looking for

  • LR 5.4 and Win 8.1 Update 1 - LR wont launch

    I've been running a trial version of LR5.4 while waiting for the boxed version to come.  There are still 21 days left on the trial. Under Windows 8.1 LR worked every time, however since applying Update 1, LR only launches once.  The second and subesq

  • Is it possible to add / change frequency bands to ...

    Now this question may, after I have all my information, well, it may appear foolish even to ask but I was curious.  I am curious as to whether or not frequency bands can me added or modified on N series phones?  Is this an issue of hardware updates o

  • Dbx: Unable to run with memory checking enabled

    When I try to debug any program using memory checking, I get the following error: RTC: Enabling Error Checking... t@1 (l@1) signal SEGV (no mapping at the fault address ) in __rtc_mutex_unlock at 0xfffffd7ff3534949 0xfffffd7ff3534949: __rtc_mutex_unl

  • Transaction launcher window closes when ending interaction

    Hi, I have created a launch transaction which is launched from a logical link in the navigation bar. The launch transaction is opened in a new window. When the agent presses the End button in Interaction Center, there is a pop-up saying that "there a

  • What's with the constant "backing up" every time I synch?

    Every time I synch my iPad I get the "backing up" that takes from as little as 20 minutes to as long as 3 hours. I am serious - EVERY TIME I hook it up, it "backs up" - and then, after all that, tells me it can't save the backup on my computer. I can