Re: NSTextView delegate methods in NSTextView subclass.

2009-05-06 Thread Keary Suska
On May 6, 2009, at 3:35 AM, Тимофей Даньшин wrote: I have subclassed NSTextView and I am using that subclass as a field editor for an NSTextField. On certain events in the field editor, i need to take certain actions again in the field editor, and as of now i have to use delegate methods in

NSTextView delegate methods in NSTextView subclass.

2009-05-06 Thread Тимофей Даньшин
Hello. I have subclassed NSTextView and I am using that subclass as a field editor for an NSTextField. On certain events in the field editor, i need to take certain actions again in the field editor, and as of now i have to use delegate methods in the TextField's delegate to call methods i