NSTextField mouse down event
padmakumar <padmakumar-Ig93jE4/[email protected]>
| Newsgroups | gmane.comp.macosx.devel |
|---|---|
| Message-ID | <[email protected]> |
In my Cocoa based application, I am having a user editable NSTextField. I need to know when the user selects the NSTextField using mouse. I tried the delegate method controlTextDidChange, but the problem is user need to enter an character to get this delegate invoked. My requirement was when ever user selects the NSTextField, I need to know that. Any inputs on this will be helpful. Regards Pappan