-
1. Re: Another question:how to hide my toolbar
lrosenth Jul 19, 2009 11:12 PM (in response to ChromeUser)Without looking - AVToolbarHide? Check the docs for Hide or Visible...
-
2. Re: Another question:how to hide my toolbar
ChromeUser Jul 19, 2009 11:38 PM (in response to lrosenth)I really can not find the method - AVToolbarHide in my SDK reference, i just find AVMenubarHide/AVMenubarShow.
Could you tell me how can i find this method specification?
Thanks.
-
3. Re: Another question:how to hide my toolbar
AtinWadehra Jul 20, 2009 11:56 PM (in response to ChromeUser)You can use AVToolButtonRemove method.
-
4. Re: Another question:how to hide my toolbar
ChromeUser Jul 21, 2009 12:00 AM (in response to AtinWadehra)You mean remove each button on the toolbar and then the toolbar will be hidden automatically?
-
5. Re: Another question:how to hide my toolbar
AtinWadehra Jul 21, 2009 12:20 AM (in response to ChromeUser)You'll have to remove each button everytime.
To hide all the toolbars automatically, you need to open the document in Reading mode with the registry key HKEY_CURRENT_USER\Software\Adobe\Adobe Acrobat\9.0\RIF\bOpenNextInReadingMode having the value 1.
-
6. Re: Another question:how to hide my toolbar
ChromeUser Jul 21, 2009 1:11 AM (in response to AtinWadehra)AtinWadehra wrote:
You'll have to remove each button everytime.
To hide all the toolbars automatically, you need to open the document in Reading mode with the registry key HKEY_CURRENT_USER\Software\Adobe\Adobe Acrobat\9.0\RIF\bOpenNextInReadingMode having the value 1.
I can not find the item "RIF" in my registry.
BTW,what's meaning of key bOpenNextInReadingMode?
Thanks.
-
7. Re: Another question:how to hide my toolbar
AtinWadehra Jul 21, 2009 1:40 AM (in response to ChromeUser)RIF is not created by default. You can create the same manually.
The use of this key is to open the Pdf in Reading Mode (with all the toolbars hidden). Similar behavior can be experienced using the menu View->Reading Mode. The toolbars can be displayed again by pressing the F8 key or executing the menu item View->Toolbars->Show Toolbars.
-
8. Re: Another question:how to hide my toolbar
ChromeUser Jul 21, 2009 1:45 AM (in response to AtinWadehra)Thanks.
Sometimes user may be choose to hide my plugin toolbar and then close acrobat.
So next time my toolbar should be hidden,but now it's displaying.
-
9. Re: Another question:how to hide my toolbar
AtinWadehra Jul 21, 2009 2:06 AM (in response to ChromeUser)Check the following before opening the document again to ensure the settings are saved.
1. All Acrobat windows are closed and Acrobat.exe is not in the task manager,
2. HKEY_CURRENT_USER\Software\Adobe\Adobe Acrobat\9.0\Originals\bShowToolbar key is set to 0
-
10. Re: Another question:how to hide my toolbar
ChromeUser Jul 21, 2009 2:22 AM (in response to AtinWadehra)This Key is also hidding all toolbars, i have tried it.
But this is not suit for me.
Thanks for you reply.
-
11. Re: Another question:how to hide my toolbar
AtinWadehra Jul 21, 2009 2:25 AM (in response to ChromeUser)Am unable to understand your requirement. Please state your exact requirement again.
-
12. Re: Another question:how to hide my toolbar
ChromeUser Jul 21, 2009 2:29 AM (in response to AtinWadehra)AtinWadehra wrote:
Am unable to understand your requirement. Please state your exact requirement again.
Sorry, my english is not so good.
My requirment is very simple,just only hide my toolbar,not all toolbars.
I want my toolbar just like any other toolbar can be hidden or show,choosed by the user.
-
13. Re: Another question:how to hide my toolbar
AtinWadehra Jul 21, 2009 2:36 AM (in response to ChromeUser)In that case, you need to create a button on the menu item to show/hide your toolbar similar to Tools->Advanced Editing->Show Advanced Editing Toolbar. If the toolbar is shown, change Show to Hide.
-
14. Re: Another question:how to hide my toolbar
lrosenth Jul 23, 2009 10:12 AM (in response to ChromeUser)Sorry - it looks like there is no public API for showing/hiding a toolbar. Just disable your buttons...
-
15. Re: Another question:how to hide my toolbar
ChromeUser Jul 23, 2009 6:08 PM (in response to lrosenth)Thanks for you reply.



