From: Jim I. <ji...@ap...> - 2002-04-08 17:52:23
|
The other way to do this (probably appropriate for TkfPW) is to make a copy of the Wish Shell application, call it something suggestive like TkfPW. Then make a directory in Resources in the App package called Scripts. Put a script called AppMain.tcl there which contains your startup code. The Scripts directory will also be added to the auto_path in Tcl, so you can put all your other packages there, and the tcl script loading code will find them (provided they have tclIndex's etc...) Then if you want to get fancy, you can change the icon to your own icon, and even make your own document types so you can claim .f files, or whatever you want... Jim On Sunday, April 7, 2002, at 03:43 PM, Lizardo H. C. M. Nunes wrote: > If there's something else, please let me know. > -- Jim Ingham ji...@ap... Developer Tools - gdb Apple Computer |