Re: [Pyobjc-dev] NSBeginAlertSheet trouble
Brought to you by:
ronaldoussoren
From: Dinu G. <gh...@da...> - 2003-06-18 23:01:55
|
Ronald Oussoren: > Or: > sheetDidEnd_returnCode_contextInfo_ = AppKit.NSEndSheetMethod( > sheetDidEnd_returnCode_contextInfo_) Surprisingly that doesn't work for me (on the latest CVS version). But using objc.selector() directly does work. I'm attaching the file MyAppDelegate.py which you can replace the respective file with from the "Cocoa Python Application" PB template to test. Dinu |