From: David Z. <zol...@lr...> - 2011-04-06 15:46:19
|
Le 24 mars 2011 à 22:07, David Zolli a écrit : > Le 24 mars 2011 à 20:44, Daniel A. Steffen a écrit : > >> move the [. configure -menu .menu] to after you've added .apple, c.f. menu.n: > > Nice Daniel! It does it!! > > Now, I'ld like to understand why this menu is named 'tclsh' instead of my app name and why it use the blue feather icon instead of the one I set in the Info.plist? I still have some problems with .menu.apple when I use /System/Library/Frameworks/Tk.framework/Versions/8.5/Resources/Wish.app : 1) As I already said, it doesn't use Info.plist CFBundleName for your appname (instead, it uses the name of the file MyApp.app/Contents/MacOS/MyApp which is a copy of /System/Library/Frameworks/Tk.framework/Versions/8.5/Resources/Wish.app/Contents/MacOS/Wish). 2) "About appname" and "Quit appname" labels are not localized but always in english, which made your app rejected from AppStore when your application language is not english. Is it a Tk-Cocoa feature or a bug? Is there any known workaround for that? -- David Zolli kr...@kr... http://www.kroc.tk |