💡 LightUp 7.1 | SketchUp's only real-time renderer that uses object-based rendering
Download Trial
Send Action to show layers window HELP!
-
Hello,
Making a custom toolbar with Ruby and everything works great: Icons, actions, everything....except:
I can't get the command to show the Layers Window to work.
I've tried both of these:
result = Sketchup.send_action "WindowLayers:"
result = Sketchup.send_action "21354:"
Referenced from here:
http://code.google.com/apis/sketchup/docs/ourdoc/sketchup.html#send_actionOn a PC WinXP, SU 8
Nothing occurs when I click the button. But I can put any other action in there and it works fine.
Anyone have any ideas?
Thanks.
Joe
-
Hi Joe,
UI.show_inspector("Layers")
Advertisement