Oops, your profile's looking a bit empty! To help us tailor your experience, please fill in key details like your SketchUp version, skill level, operating system, and more. Update and save your info on your profile page today!
🛣️ Road Profile Builder | Generate roads, curbs and pavements easily Download
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