[Plugin] Selection Toys
-
Well, certainly, but I feel I have taken enough of your time and will try to re-DL and re-install in the likely event that I boobied somehow along the way...
Either way I will be back.
Thank you.
-
It looks like you have an old version of TT_Lib installed. The dates of the files, and the lack of many of the files from the latest version would suggest this. You can confirm by typing
TT_Lib::Version
into the Ruby Console and see what it returns.If you recently did download TT_Lib but did not get 1.2.0 then maybe you're getting a cached version.
-
@thomthom said:
TT_Lib::Version
into the Ruby Console returns.Results:
@unknownuser said:
TT_Lib::Version
Error: #<NameError: (eval):2537: uninitialized constant TT_Lib::Version>
(eval):2537Perhaps a cached version: that may let me off the stick a little for screwing things up.
I re-DLd and installed and will advise if fix fails.
Many thanks.
-
I have sketchup pro 8 ..I've removed my old version of selection toys and downloaded the new one.I already have this 1.2.0 version of TT_lib. But everytime i start sketchup i get a dialog box saying ...Selection Toys requires a new version, 1.2.0, of TT_Lib. Sketchup pauses for a moment...then all the toolbars come in place and selection toys plugin works fine...what should i do to get rid of the dialog box??
-
What do you get when you enter
TT_Lib::Version
into the Ruby Console? -
@thomthom said:
What do you get when you enter
TT_Lib::Version
into the Ruby Console?I get this...
TT_Lib::Version
Error: #<NameError: (eval):2307: uninitialized constant TT_Lib::Version>
(eval):2307wonder why i'm getting an error when selection toys plugin is working fine...
-
what? you get that error but Selection Toys is still loaded?
Something is messed up here. Can you post a screenshot of your plugins folder?
-
@arjunmax09 said:
@thomthom said:
What do you get when you enter
TT_Lib::Version
into the Ruby Console?I get this...
TT_Lib::Version
Error: #<NameError: (eval):2307: uninitialized constant TT_Lib::Version>
(eval):2307Sorry - it should be
TT_Lib::VERSION
- note the big capitals. -
@thomthom said:
what? you get that error but Selection Toys is still loaded?
Something is messed up here. Can you post a screenshot of your plugins folder?
here's my list of plugins...i also downloaded tt_lib 2 just in case it wd help..but the problem is still there..
uh..i'm getting this when i enter the required command in ruby console....
TT_Lib::VERSION
1.1.0
I removed the earlier version but don't know what's this all about
-
@arjunmax09 said:
uh..i'm getting this when i enter the required command in ruby console....
TT_Lib::VERSION
1.1.0This seem to be the same as what brookefox had: http://forums.sketchucation.com/viewtopic.php?f=323&t=14975&start=315#p282763
Simply not updated TT_Lib version. Make sure you overwrite the old files.@arjunmax09 said:
here's my list of plugins...i also downloaded tt_lib 2 just in case it wd help..but the problem is still there..
TT_Lib2 won't have anything to do with Selection Toys.
-
@thomthom said:
This seem to be the same as what brookefox had: http://forums.sketchucation.com/viewtopic.php?f=323&t=14975&start=315#p282763
Simply not updated TT_Lib version. Make sure you overwrite the old files.
TT_Lib2 won't have anything to do with Selection Toys.I already overwrote the old files..even deleted the old folders, redownloaded your ttlib plugin from SCF and unzipped them to the plugins library but the error still pops up...
-
Somehow you're not installing the latest. ...maybe when you download you are getting a cached version... tried clearing your browser cache?
-
@thomthom said:
...maybe when you download you are getting a cached version... tried clearing your browser cache?
yup...i always clear up my browser cache using CCleaner..a freeware that clears up all the temporary files trash, etc...Can you mail me the recent version...is there any way to detect if I have a recent version or not??
-
Download the TT_Lib zip file - extract to a temporary location can open up
core.rb
in Notepad. See if it saysVERSION = '1.2.0
' somewhere in there.
Then you verify if it's a download problem or not. -
@thomthom said:
Download the TT_Lib zip file - extract to a temporary location can open up
core.rb
in Notepad. See if it saysVERSION = '1.2.0
' somewhere in there.
Then you verify if it's a download problem or not.It is version 1.2.0..i checked it out in the core.rb file.
CONSTANTS
# TT_Lib version constant. # @since 1.0.0 **VERSION = '1.2.0'** # Array indexes for VERSION.split('.') # @since 1.2.0 V_MAJOR = 0 V_MINOR = 1
.. what should I do now?? It's not a download problem of ..what's wrong with my file then??
-
I dunno... must be something in the way you copy the files to your plugins folder.
Are you using an administrator account? -
@thomthom said:
I dunno... must be something in the way you copy the files to your plugins folder.
Are you using an administrator account?yes i'm using an administrator account..in fact there's only one user of my computer...no other user exists ...
-
I don't know...
When you copy the files to the plugins folder (and you answer Yes to overwrite) do you see the filesize change? The file timestamp? When you open core.rb after copying it - do you see VERSION = '1.2.0' ?
-
@thomthom said:
When you copy the files to the plugins folder (and you answer Yes to overwrite) do you see the filesize change? The file timestamp?
yes I do see the filesize change. I also deleted the older selection toys folder, TT_Lib and .rb files but still no success. One weird thing is if I create a separate new plugins folder in SketchUp Directory and copy only the selection toys folder along with TT_lib..everything is fine [i.e. no error popup at startup of SketchUp] ...but the moment I cut paste the my other old plugins to this new folder....the problem reappears...
@thomthom said:
When you open core.rb after copying it - do you see VERSION = '1.2.0' ?
yes I do see the version 1.2.0
-
@arjunmax09 said:
...but the moment I cut paste the my other old plugins to this new folder....the problem reappears...
When you do that, are you asked to overwrite any files?
Advertisement