[Pyobjc-dev] Re: My application doesn't dock
Brought to you by:
ronaldoussoren
From: Bob S. <rsw...@tr...> - 2003-08-29 16:07:39
|
Just - I upgraded to PyObjC1.0b1 but this problem does not seem to be fixed. In my buildapp.py, I have: infoPlist = Plist( CFBundleDevelopmentRegion='English', CFBundleExecutable='python', CFBundleGetInfoString='Goombah 0.2', CFBundleHelpBookFolder='Goombah Help', CFBundleHelpBookName='Goombah Help', CFBundleIconFile='Goombah.icns', CFBundleIdentifier='com.transpose.goombah', CFBundleInfoDictionaryVersion='6.0', CFBundleName='Goombah', CFBundlePackageType='APPL', CFBundleShortVersionString='PreRelease', CFBundleSignature='????', CFBundleVersion='0.2', NSHumanReadableCopyright='Copyright 2003 Transpose, LLC All rights reserved .', NSMainNibFile='MainMenu', NSPrincipalClass='NSApplication' ) Is there anything I need to change or do I need a newer version of PyObjC? I know that 1.0 is coming, but I don't know when. Thanks, Bob ----- Original Message ----- From: "Just van Rossum" <ju...@le...> To: "Bob Swerdlow" <rsw...@tr...> Cc: <coc...@li...> Sent: Thursday, July 10, 2003 10:48 AM Subject: Re: My application doesn't dock > Bob Swerdlow wrote: > > > I'm building a new Cocoa application using PyObjC. When running, the > > icon appears in the dock correctly, but if the user drags the > > application icon to the dock, it will only go in the "document" area, > > not the "application" area. > > This appears to be a bug in bundlebuilder.py, so is > Python/PyObjC-specific. I will check in a fix shortly. > > Just > _______________________________________________ > cocoa-dev mailing list | coc...@li... > Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/cocoa-dev > Do not post admin requests to the list. They will be ignored. > > |