[Plugin] Show and Hide your toolbar
-
this plugin is awsome! has anyone figured how to get it to open only active plugs?
begreat if you could have it only toggle the ones you want it to or only undocked bars as well. that way you could float the larger ones or the ones you don't use as often. -
How to hide Scene Tabs ? Any idea? UI.set_toolbar_visible("Scene Tab", false) doesn't work...
-
@nikus_knx said:
How to hide Scene Tabs ? Any idea? UI.set_toolbar_visible("Scene Tab", false) doesn't work...
AFAIK the Scene Tabs can't be toggled through the API.
If you were on a PC you could assign a shortcut key to that View > Scene Tabs menu item and then call a WinScript command to mimic the key-stroke, but since it's a 'toggle', then knowing whether you will turn the Tabs on or off is problematical... -
I get it :
Sketchup.send_action 10534
Do it two times the first time (there 's a bug in Sketchup about the connected checkbox)
Enjoy
-
@nikus_knx said:
I get it :
Sketchup.send_action 10534
Do it two times the first time (there 's a bug in Sketchup about the connected checkbox)
Enjoy
However, that's PC only...
Because it's a toggle there's no way of knowing it the tabs are on before running it, so if they are already off it'll switch them on ? -
@tig said:
@nikus_knx said:
How to hide Scene Tabs ? Any idea? UI.set_toolbar_visible("Scene Tab", false) doesn't work...
AFAIK the Scene Tabs can't be toggled through the API.
If you were on a PC you could assign a shortcut key to that View > Scene Tabs menu item and then call a WinScript command to mimic the key-stroke, but since it's a 'toggle', then knowing whether you will turn the Tabs on or off is problematical...on a Mac you can use an osascript call to do the same sort of thing,
along these lines, but you need to double check all the escapes
System "osascript -e 'tell application "System\ Events" -e click menu item "Scene\ Tabs" -e of menu 1 of menu bar item "View" -e of menu bar 1 of application process "SketchUp"e- "end tell"'"
PM me if you want a working version or have a play.
john
-
The gadget very practical,I give it a try.
-
I found the 'Show and Hide your toolbar' plugin to be quite useful when I want to 'snag' a full screen shot that includes a 'lot' of close-up detail -- but without the toolbars.
Before this plugin came along, I had to de-select toolbars one at a time to get the screenshot I needed
It would be a shame if no-one updated this puppy so that it hides/shows 'only'
active toolbars. Like Gaieus, I discovered that the current version of this plugin turns on toolbars that I never loaded beforehand. -
Fullscreen works with 2013
http://sketchucation.com/forums/viewtopic.php?p=382150#p382150 -
Precisely what I need. Thanx Box
-
Hi,
is there any chance to get this helpful tool working for SketchUp 2017 (mac os x)?
Atm, itยดs not working.
Best regards,
Thomas -
There is a better plugin, with a lot more features, such as switching SU fullscreen, called AMS Window Settings. But, unfortunately it's only for Windows.
-
Sorry for the delay.
Yes the other plugin is for windows only
Any chance that you compile your script for use in SU 2017/2018 ?
Best regards,
Thomas -
@gaieus said:
OK, I got it to work, thanks for the help.
Same from me, also had this problem and managed to fix it using advices above.
-
Many years have passed, and again there is no way to show\hide toolbar.
FullScreen (AMS Window Settings) no longer supports this feature.
Any suggestions?
Advertisement