Deleting a row
Deleting a row
- Subject: Deleting a row
- From: Björn Carlström <email@hidden>
- Date: Sun, 30 May 2004 01:29:32 +0200
I asked before in a different form but didnt get any response.
I want to use the delete command in the edit menu to delete a row in an
NSOutlinView. My controller object seems the ideal object to handle
this. How do I get the command sent to my controller object?
A. Do I need to sunclass NSOutlineView and add a delete method?
B. Do I make my controller a subclass of NSResponder and insert it into
the responder chain?
C Do I let my Document handle it and pass the command on to my
controller?
D. Something else?
Thansk for any help
Bjvrn Carlstrvm
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.