I have a button which toggles toolbars on and off as well as change the position and layout of the open listers, but I can't seem to lock the position of any toggled toolbars.
Let's use this one as an example: Toggle TREE, DRIVE, & DUAL
In the advanced mode:
Toolbar DRIVES=Toggle
Set TREE=Toggle
Set DUAL=Toggle
Now, if I activate this button, I have to reposition the drive toolbar to where I want it each time. Is there a way to lock the position of that toolbar so I'm not having to repositioning it each time? See the attached image to understand what I'm trying to achieve. Locking the toolbars did not fix the issue.
Have a look at the STATE argument to the Toolbar command. Should give you what you need. Also the LINE argument if you need to position a toolbar below another toolbar and that isn't happening automatically (you rarely need to use that though).
Excellent! This should like a charm (I'm at work). Now I just need to figure out how to toggle what depending on what is already active. For instance, if the TREE is on and DUAL is on I want to turn off TREE and activate the DRIVES toolbar. I haven't really delved into the logic control of Opus as of yet.