Re: Spreadsheet functions in NSTableview
Re: Spreadsheet functions in NSTableview
- Subject: Re: Spreadsheet functions in NSTableview
- From: "I. Savant" <email@hidden>
- Date: Fri, 2 Feb 2007 12:03:16 -0500
On Feb 2, 2007, at 5:52 AM, Johan Augustsson wrote:
I have edited the tab and return keys to act as I want by sub-
classing NSTableView and override textDidEndEditing, but I guess that
I have to subclass the cells now. Is there a better approach perhaps?
No ... the cells haven't a clue about other cells, etc. They're
just cells.
Don't forget to look at the ancestry of the object you're thinking
of modifying ... NSTableView is a subclass of NSResponder.
NSResponder has -moveLeft: -moveRight: and so on ...
--
I.S.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden