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
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