Re: getFocus on NSTextField
Re: getFocus on NSTextField
- Subject: Re: getFocus on NSTextField
- From: Enigmarelle Development <email@hidden>
- Date: Wed, 5 Dec 2001 14:21:07 -0500
Sorry those are NSTextView messages. For NSTextField you wold use the
equivalent methods from NSControl.h
-john c. warner
enigmarelle development
http://www.enigmarelle.com/
On Wednesday, December 5, 2001, at 02:01 PM, I wrote:
From: Enigmarelle Development <email@hidden>
Date: Wed Dec 05, 2001 02:01:01 PM US/Eastern
To: "Kevin Barnd" <email@hidden>
Cc: email@hidden
Subject: Re: getFocus on NSTextField
Look at the NSTextDelegate messages & the notifications in NSText.h
perhaps you can use one of those.
On Wednesday, December 5, 2001, at 12:50 PM, Kevin Barnd wrote:
i was wondering if there is an action when a NSTextField gets the focus.