TCL Training
TCL Training
(OP)
Since UGS/GTAC does not actively support TCL or train in it beyond the bit they show you in the post builder course.
Does anyone know where there is training and/or tutorials avaiable?
Does anyone know where there is training and/or tutorials avaiable?





RE: TCL Training
Have you been to the ug postbuilder course?
RE: TCL Training
It was a good course for getting to know how to use the Post Builder but what they touch on for TCL is really just enough to modify existing code. I feel it did not offer the depth that it appears is needed to really customize things the way I want and need.
RE: TCL Training
You can download the open source tcl variant at http://www.tcl.tk/software/tclpro/ for the help files. In combination with the review tool or post builder you can find out what the variable names are and when they are declared by what particular procedure. If you use an editor that recognises tcl/tk that will help too for instance crimson (freeware) or ultra-edit(have to pay a small amount).
RE: TCL Training
I know of what you speak. I am in the middle of doing it in this manner. I have Brent Welch's Practical Programming in TCL and TK, O'Reilly TCL/TK Pocket Reference as well as TCL/TK for Dummies. I was just curious if there is something out there a little more structured than doing it in this manner.
Thanks