Hi everyone,
How can I create a Personalized Bar from basic bars that contain :
Save as
Print
mail
display pages
display thumbnails
Thanks for help.
Personalized Bar
Moderators: PDF-XChange Support, Daniel - PDF-XChange, Chris - PDF-XChange, Sean - PDF-XChange, Vasyl - PDF-XChange, Ivan - Tracker Software, Stefan - PDF-XChange
-
- User
- Posts: 664
- Joined: Tue Nov 14, 2006 12:23 pm
Re: Personalized Bar
Here's what you can do:
1. Make the necessary toolbar by using the PDF-XChange Viewer (Right click on toolbar -> "Customize...").
2. Export the settings to a file by using "Edit->Export All Settings to Data file..." or by using "SaveSettings" ActiveX function.
3. Load settings from the file by code with the "LoadSettings" function.
1. Make the necessary toolbar by using the PDF-XChange Viewer (Right click on toolbar -> "Customize...").
2. Export the settings to a file by using "Edit->Export All Settings to Data file..." or by using "SaveSettings" ActiveX function.
3. Load settings from the file by code with the "LoadSettings" function.
-
- User
- Posts: 108
- Joined: Wed May 13, 2009 2:21 pm
Re: Personalized Bar
Corwin wrote:Here's what you can do:
1. Make the necessary toolbar by using the PDF-XChange Viewer (Right click on toolbar -> "Customize...").
2. Export the settings to a file by using "Edit->Export All Settings to Data file..." or by using "SaveSettings" ActiveX function.
3. Load settings from the file by code with the "LoadSettings" function.
Hi Corwin,
I tried to do that, but I think that I'm not using the correct path. My code is :
Code: Select all
PDFView.LoadSettings("./Set.sys")
Code: Select all
PDFView.LoadSettings("C:/Set.sys")
I can't use a relative path ??
-
- User
- Posts: 664
- Joined: Tue Nov 14, 2006 12:23 pm
Re: Personalized Bar
No, you cannot pass relative paths to Viewer ActiveX functions.I can't use a relative path ??
-
- User
- Posts: 108
- Joined: Wed May 13, 2009 2:21 pm
Re: Personalized Bar
Hello,
There is no alternative to customize bars using code?
Thanks for help.
There is no alternative to customize bars using code?
Thanks for help.
-
- User
- Posts: 664
- Joined: Tue Nov 14, 2006 12:23 pm
Re: Personalized Bar
No, there is no such functionality to do this.