Find and share HowTos to various installations / configurations!
3 posts • Page 1 of 1
3 posts
• Page 1 of 1
John_Moore
Posts:3
Joined: Mon Sep 21, 2015 6:18 pm
Hide Toolbar
Postby John_Moore »
Greetings! This is my first post on the forums.
I am building a panel that spans across multiple monitors, the resolution of which determines how my objects are positioned.
My problem is I can not find the function to disable/hide/remove the toolbar/menubar at the top of my panel, so I can make use of that space.
I'm certain there is an easy way to do it, if one of you would be so kind as to enlighten me I would appreciate it.
Thank you!
you normally start the UI with the commandline args: -iconBar -menuBar which hides these.
If you open a new module via ModuleOn(), then there are arguments to show or hide these (iconBar and menuBar must be set to 1).