Toolbar Switcher

Product:

Product Version: v9.1.2

I am migrating to v9.1.2 in order to do this I had to use the new Fragment system. I originally used the Annotation Toolbar button to display the annotation toolbar. However this button no longer works. I assume because of the new ToolbarSwitcher.

I would still like to keep this button so I am trying to find a way to replicate my original behavior. Click the button and display the annotation toolbar. Any ideas?

Thanks in advance!

Hello, Iā€™m Ron, an automated tech support bot :robot:

While you wait for one of our customer support representatives to get back to you, please check out some of these documentation pages:

Guides:APIs:Forums:

Hello,

Thanks for contacting us. In our new toolbar style, there are now multiple toolbars that the switcher will let you select from and the number of tools in the toolbars are now different, they are no longer all available under one toolbar. The switcher acts as the control mechanism to display the annotations toolbar and the other toolbars.

We have a method that will enable showing and hiding the switcher and annotations toolbar:
setToolbarSwitcherVisible(false)
setAnnotationToolbarVisible(false, false)

You can see a sample of this here:

Could you please give this a try and see if it works for you?

Thanks!

1 Like