cocoa - Find selected NSTextView -
i have scroll view text views. how find text view selected?
the delegate methods in nstextdelegate see work once start editing not when it's first selected.
an nstextview needs first responder selected. override
-(void)becomefirstresponder;
throw notification id, find out nstextview selected.
Comments
Post a Comment