New version of the CBS tools
-
I have PM'd a compatible version to the author...
He needs to test and re-publish if he will... -
TIG: Super, thank you very much! I have received the message.
But I cannot reply and I can not download the file. Why is that? I'm a member?
Well, I did make the Notepad+ UT-8 conversion and moved my plugins in the folder "Tools",
but when calling "web dialog" it goes no further.
I thought it is a solvable problem.Sensational TIG, if you've solved it.
What do we do now?
Can you send it to cad(at)cadbox.ch ?Addendum:
Sorry for my terrible programming, but I'm an old german speaking self-taught.
The number of files:
At the beginning I wanted sell individual elements and thought to become a millionaire.
Today I'm glad for a answer to my questions. -
I have just emailed you it too...
Have you not logged in ?
Weird... -
Heureka, it runs.
Thank you very much "TIG"
I never thought that my confusing scripts can be adapted so quickly.
May I you mention, as a co-author from CBS 2014?
It would me an honor... -
@finewood said:
Heureka, it runs.
Thank you very much "TIG"
I never thought that my confusing scripts can be adapted so quickly.
May I you mention, as a co-author from CBS 2014?
It would me an honor...It wasn't so easy !
If you wish, you may mention me as a 'contributor' or 'advisor' etc...
But I take no blame for your toolsetPS: The correct link for the Plugin's download is probably
http://www.cadbox.ch/cont/index.php?cont=cb4 -
Oops, where is the switch for language?
My mistake.
Here is the correct link:
http://www.cadbox.ch/cont/index.php?la=de&cont=cb4Hi TIG
Thank you again.
With you and thank you:
I believe again on SketchupWell, somehow, somewhere, I'll mention you -
as a contributor or as an advisor and I think,
I will be responsible for everthing, also for a smallest error... -
I do have some ideas of improvement, user-interface and models, too. I really think this tool could be more friendly and more configurable, but my programming skills in Ruby are up to now, well - nil. So I would gladly jump into the development team with User Interface improvements and some functionality ideas. It was my intent some month ago (and still is if nobody wants), to fork the scripts and learn myself to program in Ruby. But I think things woulb be MUCH more better with somebody else on the scripting task
-
Only too, I am pleased!
The scripts are without encoding and free to better change.
Many say: Too many cooks spoil the broth
But I say: Many cooks find faster the hair in the soup.
A hair there is always - in the soup and just unfortunately not on my head.....A good address for SU plugins create or customize (also to learn) :
http://www.sketchup.com/intl/en/developer/To install the plugins, there is a good tutorial here:
http://sketchucation.com/resources/tutorials/108-installing-sketchup-plugins -
works fine now. Thank you.
-
Oh, thank you for that plugin! I've used it a lot.
-
I'm Skecthup beginner. Could you please help me with CBS on SU2013. It's not working on my MacOS 10.9.3.
The error message that I get is the following:Error Loading File cadbox-ch.rb
no such file to load -- CBStool/lang/en.rbHow can I fix that?
-
How did you install this toolset ?
The downloaded RBZ's contents [including the missing file[s]] will install properly into the Plugins folder by using Preferences > Extensions > Install.... button.
If you have got the ZIP version, then you must extract its contents properly - keeping all of the files in their subfolders intact, and transfer that into the set into the Plugins folder manually.
If you have mis-installed things [as I guess is the case ], you must remove ALL of the files you have incorrectly put into the Plugins folder, and start again... AutoInstalling the RBZ is the proper [and foolproof] way !
-
I deleted CBStool folder and cadbox-ch.rb from Applications Suuport-Sketchup 2013-Plugins.
Opened SU2013, Preferences-Extensions-Install Extension -> CBStool2014.rbz
Relaunched SU2013 and got the same error again:Error Loading File cadbox-ch.rb
no such file to load -- CBStool/lang/en.rb -
Did you look in the indicated folder in the Plugins directory to see if en.rb is in there? I just tried installing it and it worked fine for me. Maybe you could try contacting the author directly through his website?
-
I go equal on an outdoor camping tour and can only answer briefly.
Your problem I am very sorry.
I have Win7 and SU14 and it works very well.
Unfortunately, I can not make a test (on a Mac with SU13).
I ask once in the round: Does anyone have a Mac with SU13 and it works? -
Find your default 'Plugins' folder [the one got from typing/pasting
Sketchup.find_support_file('Plugins')
in the Ruby Console].
Step up one level so you see its icon [aka 'Show in Enclosing Folder'].
Select it and use 'Get Info' to see its Security settings [aka 'Sharing & Permissions']...
Set to FULL Read and Write for everyone in the list.
You will probably need to Unlock the padlock icon and type in an admin password to do this.
At the bottom pick the 'cog' icon and fro the drop-down list choose 'Apply to enclosed items...'
OK when prompted.
This should ensure that existing, and future files and subfolders are 'unlimited'...Now re-install the toolset from the RBZ.
The files you get reported as missing ARE in the RBZ archive.
They should be AutoInstalled, if you have appropriate permissions set...After installing restart SketchUp and test it again...
Report back
-
I had a suggestion for this fine tool. Will it be possible to give a choice of changing the base dimension to the user, which for now is fixed at 127mm?
127*6 + 100 mm skirting + 40mm stone slab counter top creates cabinets which are a tad taller than those made in our lands. 850mm is the ideal ht. for kitchen counter tops here.
Sent from my HTC One X using Tapatalk
-
Yippie!!
I fixed that!
There was actually a problem in "langdat.txt
" file that comes inCBStools/lang/
In that file there was aline-break/new-line/EndOfLine
after the "en
" text.
Cadbox-ch.rb
file contains the following:` path = File.join(File.dirname(FILE), "CBStool", "lang", "langdat.txt")
la = IO.read(path)
la = la.gsub("\n", "")require 'CBStool/lang/' + la + '.rb'`
Therefore as I understand that was giving us 'C
BStools/lang/en .rb
' file path, yes with the unneeded space between "en
" and ".rb
" extension. Hence the error message that I was getting over and over regardless of installation method (manual or via RBZ):"
Error Loading File cadbox-ch.rb no such file to load -- CBStool/lang/en .rb
"I deleted the
EndOfLine
inlangdat.txt
and now it works as it should. -
Thanks for sharing the solution !
A hard one to spot !! -
Does this plugin works for SU2015 64 bit?
Advertisement