SCF toolbars and sketchup 8
- 
I've tried installing to sketchup 8 the SCF toolbars:
http://www.special.eclipse.co.uk/sketchup_training.htmlAnd all sorts of errors came up when running sketchup 8. Has this happened to anyone else?
 - 
Hi Halroach, the SCF Powerbar has been updated - it works on my with 8
(the other toolbars also work on my machine (XP)
 - 
The download link for the SCF Selector (Windows) refers to the SCF Standart Tools installer SCF Standart v1.exe

 - 
thanks, should work now.
 - 
Thank you, CadFather, it works.
 - 
Anybody knows how to make those SCF Toolbars stick on between work sessions ?
I have to make them reappear at the beginning of every SU session. (Mac) - 
..wonder if anyone else has this problem? (which i can't solve as i don't have a mac)
 - 
I think it has to do with something like
"tb.show if tb.get_last_state == -1" (which I found in another ruby having the same display behavior)
But I do not know where to look for it.updt: I just removed the minus sign in front of the 1 and that other ruby now displays fine.
Now trying to find an equivalent for the SCF toolbar ...i]updt:[/i] Could not find anything close but I found the names of the toolbars, so I just added a line to each script, like;
gp_cd_draw_m_tb.show if gp_cd_draw_m_tb.get_last_state == 1
and now all is well.
 - 
glad to hear it Mariocha - never heard of that before, but i'll update the script soon.. thanks.
 
Advertisement