Re: Howto receive text notifications from NSFormCells in an NSForm
Re: Howto receive text notifications from NSFormCells in an NSForm
- Subject: Re: Howto receive text notifications from NSFormCells in an NSForm
- From: Clark Cox <email@hidden>
- Date: Tue, 11 Jan 2005 15:05:50 -0500
On Tue, 11 Jan 2005 20:49:06 +0200, Vincent Coetzee
<email@hidden> wrote:
> Dear List
>
> I have googled this one without success. I need to be notified when
> text changes in an NSFormCell. I have tried making my controller the
> NSForms delegate without success (I am not sure what delegate methods I
> would need to implement anyway, and have read the NSForm and NSFormCell
> docs without much enlightenment) and am not sure what else to try ?
> Some suggestions would be appreciated.
Though I have never used NSForm, I would assume that you could just implement:
- (void)controlTextDidChange:(NSNotification *)aNotification
in the delegate, just like you can for any other text-editing NSControl.
--
Clark S. Cox III
email@hidden
http://www.livejournal.com/users/clarkcox3/
http://homepage.mac.com/clarkcox3/
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden