From: PaulWalton on 14 May 2010 16:11 I currently use a standalone Wish 8.4 shell to create application bundles on Mac. The Tcl/Tk frameworks are included in the app bundle. I'm want to upgrade but I can't find a standalone 8.5 app online. Is there one? Thanks Paul
From: Zbigniew Diaczyszyn on 15 May 2010 11:53 Am 14.05.2010 22:11, schrieb PaulWalton: > I currently use a standalone Wish 8.4 shell to create application > bundles on Mac. The Tcl/Tk frameworks are included in the app > bundle. I'm want to upgrade but I can't find a standalone 8.5 app > online. Is there one? > > Thanks > > Paul I have compiled one from the official sourceforge Tcl 8.5.8 sources and from Daniel Steffen's 8.5.8 Tk_Cocoa for my project. Kevin Walzer has written a very useful tutorial, see: Tutorial on Packaging Tcl/Tk Applications on OS X: http://www.codebykevin.com/opensource/tutorial.html On the following site you can find the MacOSX bundle for my project which can serve you as a standalone skeleton for your project: http://zdia.de/packages/gorilla/gorilla1.5.3.zip Password Gorilla.app/ `-- Contents/ |-- Frameworks/ | |-- Tcl.framework/ | `-- Tk.framework/ |-- Info.plist |-- MacOS/ | `-- PWgorilla* `-- Resources/ |-- Gorilla.icns |-- Scripts/ |-- Wish.icns |-- Wish.sdef |-- de.lproj/ `-- en.lproj/ Feel free to rename, delete or replace files according to your project. Zbigniew Diaczyszyn
|
Pages: 1 Prev: Unresponsive GUI problem Next: Tcl-URL! - weekly Tcl news and links (May 14) |