Page 1 of 1

contextmenu.rb 'don't load it'

Posted: Fri Dec 31, 2010 10:18 pm
by fountainhead
SketchUp has some sample .rb's that you can load..one you don't want to is contextmenu.rb. It's description sounds innocuous enough, but once loaded, the Maxwell option and associated flyout options from the right-click Entities Context Menu disappear.

Haven't noticed anyone complaining, so it's certainly a rare occurence...thought I'd mention it regardless, just in case someone experiences this unwelcomed behaviour.

Re: contextmenu.rb 'don't load it'

Posted: Fri Dec 31, 2010 10:48 pm
by JDHill
Could you email a copy to me? (jeremyatnextlimitdotcom)

Re: contextmenu.rb 'don't load it'

Posted: Fri Dec 31, 2010 11:10 pm
by JDHill
Thanks for the file. In its code, this file claims to be named "arccontextmenu.rb", and it will work fine if you name it that. Otherwise, it is preventing the Maxwell plugin's similarly-named 'contextmenu.rb' from being loaded. I'll see about changing things so that it would work either way.

Re: contextmenu.rb 'don't load it'

Posted: Fri Dec 31, 2010 11:19 pm
by fountainhead
Yes, I saw that discrepency in the last line of the code...but not being a coder guy, had no idea what the impact of the variation in the rb name might have on Maxwell Plug-in. Not surprised it took you all of two seconds to figure it out. Thanks JD.