Button to show/hide toolbars

Hi

Is it possible to make a Button which shows or hide with a simple click a specified Toolbar?

Greetings :slight_smile:

Yes.

Toolbar NAME="Name" TOGGLE

Substitute "Name" for your toolbars name. The quotes are only needed if the toolbar name contains spaces.

You may want to use the STATE argument as well which lets you specify the location of the toolbar when opened - left, right, etc...

1 Like

Cool, works! Thx :slight_smile: