[pyobjc] Custom sheet and didEndSelector

2009-01-27 Thread Domenico Testa
def abortSignOperation(self, sender): NSApp.endSheet_returnCode_(self.window(), NSCancelButton) When i click on dismiss button (bound to abortSignOperation action) or on OK button (bound on confirmSignOperation action) i obtain a BAD ACCESS EXCEPTION. -- Domen

Document based application and drag & drop open

2009-01-21 Thread Domenico Testa
d files. I want to distinguish drag-on-icon file opening from double-click file opening: how could i achieve this result? Thanks in advance -- Domenico Testa http://del.icio.us/domtes ___ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do