|
Shezmu Wanderer
Joined: 23 Apr 2010 Posts: 53
|
|
|
|
MattLofton GURU
Joined: 23 Dec 2000 Posts: 4834 Location: USA
|
Posted: Sat Apr 09, 2011 10:38 pm |
Think you can only do this via the UI, not via script. Perhaps experiment with #call %pref(), though?
|
|
_________________ EDIT: I didn't like my old signature |
|
|
|
Shezmu Wanderer
Joined: 23 Apr 2010 Posts: 53
|
Posted: Sat Apr 09, 2011 11:21 pm |
Thanks. I managed to move it around to various sides with #call %pref(toolbar3,0) which moves it to top, but can't figure out how to hide it.
|
|
|
|
Shezmu Wanderer
Joined: 23 Apr 2010 Posts: 53
|
Posted: Sun Apr 10, 2011 10:33 pm |
I've played around with #call %pref() but can not seem to figure out how to hide a toolbar. Does anyone know of a way to do so with a script?
|
|
|
|
DraxDrax Apprentice
Joined: 22 Mar 2009 Posts: 149
|
Posted: Mon Apr 11, 2011 1:25 am |
A toolbar is only shown if it contains active buttons. Turn off the buttons (gauges, separators et al) and the toolbar gets hidden automatically.
The easiest way to do that is to have them all in a single class, then toggle the class. |
|
|
|
Shezmu Wanderer
Joined: 23 Apr 2010 Posts: 53
|
Posted: Sun Apr 24, 2011 5:37 pm |
By the way, if I didn't get back to you, this worked perfectly Drax. Thanks.
|
|
|
|
|
|