Hi
Is it possible to make a Button which shows or hide with a simple click a specified Toolbar?
Greetings
Hi
Is it possible to make a Button which shows or hide with a simple click a specified Toolbar?
Greetings
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...
Cool, works! Thx