From: David Z. <zol...@lr...> - 2011-03-24 16:04:56
|
Le 23 mars 2011 à 21:48, Kevin Walzer a écrit : > David, > > I suspect that there's no way you can successfully submit with AT > basekits. My experience with bundling the Tcl/Tk Cocoa frameworks with > my app also led to initial rejection for private API's; they are > embedded in Tk-Cocoa all the way down. My approach was to link with the > version of Tk shipped with Snow Leopard--that worked around the private > API restriction because this version is installed by Apple itself. Hi Kevin, I'm really disappointed! Starkit with well known basekit are so easier to maintain and deploy. At least, it seems it works if I rename my starkit AppMain.tcl and copy it in MyApp.app/Contents/Resources/Scripts/ But, there is "About Tcl & Tk" in menu and I can't remove it (with Tclkit I override it with .menu.apple). Is there a trick for this? I also see wish8.5 from Apple framework doesn't handle correctly button's image for disabled state: I have a white rectangle instead of the shaded picture I have with basekit 8.5.9 :/ In fact, I'm falling back again in problems I've happily forgotten when I started to use Tclkit. For me, it looks like a huge step backward! :( I really hope somebody knows how to use starkit without this _spin_lock_try API! -- David Zolli kr...@kr... http://www.kroc.tk |