Skip navigation.
 
mlRe: Subclassing NSTextFieldCell - can't even get started!
FROM : David Preece
DATE : Mon Nov 26 23:44:53 2007

Thanks all for suggestions. Mostly by virtue of taking 
DragNDropOutlineView and covering it in breakpoints I can see that the 
method I needed to override was selectWithFrame not editWithFrame. As 
soon as I did that (turning NSInteger into 'int' for those of us 
building against 10.4u), it did as was asked.

Thanks,
Dave

Related mailsAuthorDate
mlSubclassing NSTextFieldCell - can't even get started! David Preece Nov 26, 04:52
mlRe: Subclassing NSTextFieldCell - can't even get started! Jerry Krinock Nov 26, 05:53
mlRe: Subclassing NSTextFieldCell - can't even get started! j o a r Nov 26, 06:18
mlRe: Subclassing NSTextFieldCell - can't even get started! Matt Neuburg Nov 26, 17:03
mlRe: Subclassing NSTextFieldCell - can't even get started! David Preece Nov 26, 23:44