Re: Making NSTableView behave more like a spreadsheet with arrow keys

2009-03-05 Thread Dave Geering
Hi all, My solution to this problem can be found at: http://stackoverflow.com/questions/612805/arrow-keys-with-nstableview It's not very elegant but it gets the job done, and I'm welcome to suggestions for improvements. Cheers, Dave. On Thu, Mar 5, 2009 at 3:13 PM, Dave Geering wrote: > Hi all

Making NSTableView behave more like a spreadsheet with arrow keys

2009-03-04 Thread Dave Geering
Hi all, Is there a clean way to subclass NSTableView or the field editor to provide a way for users to change the currently editable cell in an NSTableView by pressing the arrow keys? I've already tried subclassing NSTableView but that will only be sent keyDown if a cell isn't being edited, and I'