Re: From NSTextView to address an NSTextField

2009-08-04 Thread Ross Carter
On Aug 3, 2009, at 4:43 AM, Alastair Houghton wrote: On 2 Aug 2009, at 21:48, Steve Cronin wrote: Folks; NSTextView - NSText - NSView - NSReponder - NSObject NSTextField - NSView - NSReponder - NSObject At runtime if I have access to an instance of NSTextView how can I

Re: From NSTextView to address an NSTextField

2009-08-03 Thread Alastair Houghton
On 2 Aug 2009, at 21:48, Steve Cronin wrote: Folks; NSTextView - NSText - NSView - NSReponder - NSObject NSTextField - NSView - NSReponder - NSObject At runtime if I have access to an instance of NSTextView how can I address the NSTextField? I know I should know this but I

From NSTextView to address an NSTextField

2009-08-02 Thread Steve Cronin
Folks; NSTextView - NSText - NSView - NSReponder - NSObject NSTextField - NSView - NSReponder - NSObject At runtime if I have access to an instance of NSTextView how can I address the NSTextField? I know I should know this but I having a 'moment'... Steve

Re: From NSTextView to address an NSTextField

2009-08-02 Thread Kyle Sluder
On Aug 2, 2009, at 1:48 PM, Steve Cronin steve_cro...@mac.com wrote: At runtime if I have access to an instance of NSTextView how can I address the NSTextField? I know I should know this but I having a 'moment'... Your question doesn't make sense. You posted the inheritance diagrams of