Hide Toolbar

Find and share HowTos to various installations / configurations!
3 posts • Page 1 of 1
John_Moore
Posts:3
Joined: Mon Sep 21, 2015 6:18 pm

Hide Toolbar

Post by 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!

Image
Attachments
menubar.PNG

mkoller
Posts:741
Joined: Fri Sep 17, 2010 9:03 am

Re: Hide Toolbar

Post by mkoller »

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).

John_Moore
Posts:3
Joined: Mon Sep 21, 2015 6:18 pm

Re: Hide Toolbar

Post by John_Moore »

Ah thank you much!

3 posts • Page 1 of 1