From: Jim I. <ji...@ap...> - 2001-08-09 21:03:07
|
Ryan, The D&D Tclets are actually pretty simple little beasts. They are just a copy of the Wish shell app with the script put into a TEXT resource with the appropriate name (tclshrc). So there is not much that can go wrong here... Did the Tclet try to launch as a X app, or did it run in classic? Also, make sure it didn't manage to lose its TEXT resources. Have a look at it in ResEdit to make sure it is still there... Maybe it's not finding the Tcl & Tk shared libraries? But if Wish can find them, your Tclet should be able to as well. Jim On Thursday, August 9, 2001, at 01:54 PM, Ryan Casey wrote: > Should tcl executables created by 'Drag & Drop Tclets' on OS9 work under > Classic on OSX? > > I have the following situation: > I made a DnD Tclet from a script using the above program. > I tried to start this under OSX, it hangs the box. Sometimes, it > loads > the icon in the tray, then gets rid of it and recovers. > > I tried loading Wish, then sourcing the script. > This worked as expected. Wish comes up in Classic mode, and I start > my > script. > > The DnD Tclet is reported under Info as being a Classic App. > > Any ideas? > > Thanks! > > Ryan > > _______________________________________________ > Tcl-mac mailing list > Tc...@li... > http://lists.sourceforge.net/lists/listinfo/tcl-mac _-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_- Jim Ingham ji...@ap... Developer Tools - gdb |