[Pythonmac-SIG] Problems with Notifications in PyObjC

Jon Rosebaugh chairos at gmail.com
Fri Jul 29 21:12:06 CEST 2005


I hope this is an acceptable place for PyObjC problems...
Anyhow, I have a small project I'm working on (zip available at
http://li5-50.members.linode.com/~jon/NoteDB/NoteDB.zip), and
notifications aren't working out for me. I think. I have a delegate
for a NSTableView, and my tableViewSelectionDidChange_ method isn't
being called, while other delegate methods are.
I also have tried to subclass NSTableView, in accordance with the
directions here (http://borkware.com/quickies/one?topic=NSTableView),
but that subclass isn't receiving the textDidEndEditing_ notification
either. Since the only things these have in common is that they are
notifications, the only idea I have is that I'm neglecting something
crucial for notifications, but the PyObjC docs don't indicate that I
need to do anything special.

Thanks in advance for any help.
-- 
Bloggity: http://blog.inklesspen.com/


More information about the Pythonmac-SIG mailing list