custom field editor, no focus ring, no select all

2013-08-30 Thread Nick Rogers
Hi, I am using a custom field editor for a custom table view cell. When ever I click on the name field the editor comes into view, but focus ring is not there and select all doesn't work when using keyboard or mouse or programmatically. I want the focus ring to be drawn and want to select all o

Re: Finding column of just edited nstableview cell

2013-08-30 Thread Matthew Weinstein
thank you that's it! On Aug 30, 2013, at 10:44 AM, Kyle Sluder wrote: > On Fri, Aug 30, 2013, at 10:15 AM, Matthew Weinstein wrote: >> Dear devs, >> I must be missing something obvious. Trying to find out the column (and >> row) of the table cell that a user has just edited. I'm an observer of >>

Re: Finding column of just edited nstableview cell

2013-08-30 Thread Kyle Sluder
On Fri, Aug 30, 2013, at 10:15 AM, Matthew Weinstein wrote: > Dear devs, > I must be missing something obvious. Trying to find out the column (and > row) of the table cell that a user has just edited. I'm an observer of > NSControlTextDidEndEditingNotification, but selectedColumn seems not to > wor

Finding column of just edited nstableview cell

2013-08-30 Thread Matthew Weinstein
Dear devs, I must be missing something obvious. Trying to find out the column (and row) of the table cell that a user has just edited. I'm an observer of NSControlTextDidEndEditingNotification, but selectedColumn seems not to work at that point. --MW

Fwd: [SOLVED] custom field editor, no focus ring, no select all

2013-08-30 Thread Nick Rogers
Hi, Now I'm using a NSTextField instead of NSTexView. Best, Nick Begin forwarded message: > From: Nick Rogers > Subject: custom field editor, no focus ring, no select all > Date: 30 August 2013 8:23:12 PM IST > To: Cocoa-dev List List > > Hi, > > I am using a custom field editor for a custo