email: mailto:tom.krehbiel@motorola.com I am a software developer that was originally educated as an electrical engineer. I have held a varity of jobs other than software developer including semiconductor circuit designer, semiconductor device engineer, developer & manager of CIM systems manager and parametric testing manager. Before the UNIX revolution in the '80s I developed software on IBM mainframes, DEC mini's and Zerox time share systems. At that time I mostly programmed in Fortran but in the late '80s I switch to C as UNIX systems became more prevalent. Graphical user interfaces have always been a special interest of mine. This started when I wrote a menuing systems for a VT100 terminal and has progressed from using Dialog on Apollo systems, then to Xt,Motif, and to UIMX, and finally to Tcl/Tk. ---- ''The following are notes on Tclkit/Starkit/Starpack and related subjects. I am gathering notes here and if a note survives and grows it will eventually be moved to its own page.'' ---- '''Using the local mode Wiki::init command''' To use a Wikit as a help system for an application you need to do a Wiki::init command. The command has the following syntax Wiki::init [] [] [] Where: - path to .tkd database - 1=readonly; 0=readwrite; default is readonly - path to top leve tk window; default is "" - title of page to be displayed; default is "" ---- '''How to indent an image on a Wikit page''' To indent an image on a Wikit page, preceed the image reference with some number of double qouted blanks. Example: '' ''[http://myImage.gif] ---- '''How to access a Wikit page using its id number''' If you need to view a wikit page and you only know its id number, then you can enter the page id surrounded by angle brackets (e.g. '[[45]]') into the search field. The search engine will report something like: Searched for "45" (in page titles): * No matches found But the "45" in the above message is a link so you can just click on it to go to the page with an id number of 45. [Tom Krehbiel] ---- '''How to check versions of tclkit''' The way to check versions of tclkit is: puts $vfs::tclkit_version ---- [[ [Category Home Page] | [Category Person] ]]