I have made a button i press in fullscreen to show statusbar, commandprompt, selectionfilter, Osnap. Is there a command to show custom toolbar?
_Statusbar
CommandPrompt Show Yes EnterEnd
selectionfilter
ShowOsnap Toggle
I have made a button i press in fullscreen to show statusbar, commandprompt, selectionfilter, Osnap. Is there a command to show custom toolbar?
_Statusbar
CommandPrompt Show Yes EnterEnd
selectionfilter
ShowOsnap Toggle
Yes, you can use _PopupToolbar “my toolbar name” Enter
Thanks, it works with single toolbar but not with grouped toolbar with tabs? Really wanted to show my custom toolbar with tabs.
I guess that would mean showing a “container” (containing multiple toolbars), for that I think you can use something like
-_Containers _Show "Container_Name" _Toggle
Which should toggle the visibility of that container.