Hello all,
I have found a way to make the JavaScript toolbar "Add-on Tools" float in Ribbon UI, and I share it for your reference.
I have been able to make "Add-on Tools" float in Classic UI, but I could not make it float in Ribbon UI, and had given up for a long time. However, one day I noticed that the toolbar was floating on one of my PCs, even though I did not modify the registry in any particular way. I still don't know why it suddenly floated. However, when I had two PCs at hand, one with a floating toolbar and one without, I had no choice but to investigate the difference. I immediately checked and found that the following registry differences.
Code: Select all
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Tracker Software\PDFXEditor\3.0\Settings\CmdLayouts\Ribbon\Layouts\000000\Floating]
@="A"
[HKEY_CURRENT_USER\Software\Tracker Software\PDFXEditor\3.0\Settings\CmdLayouts\Ribbon\Layouts\000000\Floating\000000]
"t.ID"="cmdbar.addon"
[HKEY_CURRENT_USER\Software\Tracker Software\PDFXEditor\3.0\Settings\CmdLayouts\Ribbon\Layouts\000000\Tabs\TCA]
@="A"
[HKEY_CURRENT_USER\Software\Tracker Software\PDFXEditor\3.0\Settings\CmdLayouts\Ribbon\Layouts\000000\Tabs\TCA\000000]
"i.T"=dword:00000002
"t.P1"="rbar.addon"
Assuming the default settings, the following steps to apply the registry file will work.
- Temporarily add a new toolbar in the Customize Toolbar dialog beforehand.
- Load the registry file.
- Delete the toolbar created temporarily in Step 1.
Note that it is assumed that there is at least one *.js file with the toolbar set in the JavaScripts folder; Document-Level JavaScript alone will not result in a floating toolbar. As long as the toolbar is set in the *.js file, the Document-Level JavaScript toolbar will be floating together with the *.js file.
See the following video for details.
Since this involves a registry change, please back up your settings before trying this. Please note that neither I nor Tracker Software is responsible for the safety of the above registry settings. If the above settings are fatal to your computer, surely this message will be forcibly removed.
All the scripts in the toolbar in the video are the work of
Mathew. Not only are the scripts God-awesome, but the beautiful icon design is also a love affair.
I hope the above information will be useful to someone someday.
Best regards,
rakunavi
You do not have the required permissions to view the files attached to this post.