Contextual rightclick
-
Contextual rightclick would open a list of possible commands. Manageable settings would be nice, too. Is this a possible ruby ?
-
@kobus said:
Contextual rightclick would open a list of possible commands. Manageable settings would be nice, too. Is this a possible ruby ?
Look at UI.add_context_menu_handler. Or if you are doing a tool define the getMenu function in your tool class.
http://groups.google.com/group/SketchUp-Plugins-Dev/web/Ruby-UI.html
http://groups.google.com/group/SketchUp-Plugins-Dev/web/Ruby-Tool.html -
Thanks for showing me the way !
Advertisement