Ruby Console Dialogue Box
-
I've been testing some Plug-ins. Somehow,the Ruby Console Dialogue Box appears on the screen whenever I start up SketchUp. How do re-set it so that it no longer appears? (I know I can just close the box when it appears, but it's irritating.)
Thanks,
Dave -
You must have installed an ill considered plugins that includes the code:
Sketchup.send_action("showRubyPanel:")
which opens the Ruby Console.
Try disabling some [recently installed] plugins to find the culprit.
Edit the rogue file in a plain-text editor and insert a#
in front of that line of code to stop it, IF you value that plugin's functions... otherwise remove the plugin from your Plugins folder...
If you have a 'grep' app installed [e.g BareGrep] search the Plugins folder for that string... -
Thanks, Tig
I've had some free time, so I have been testing some plug-ins.
I can try to find the culprit.
I may try to find that string, but that is very scary as I am such a novice.Minutes after I posted, I ran across a plug-in called "clear ruby console".
It worked, but now I get an error dialogue box instead!
It says something like it can't find a ruby console to find.Dave
-
Please go to the User Control Panel and set the info for your platform, SketchUp version, etc.
It is hard to help without thi info, as most plugins that deal with the Ruby Console are platform specific.
Advertisement