Re: NSTextField Action on end editing...
Re: NSTextField Action on end editing...
- Subject: Re: NSTextField Action on end editing...
- From: Frédéric BLANC <email@hidden>
- Date: Mon, 02 Dec 2002 18:41:36 +0100 (CET)
First of all, thanks for your replies and sorry for the mispelling of the method
earlier, I've just tried to give it from memory. Bad memory...
===
Quoting Sean Kelly <email@hidden>:
>
I think you need to put the:
>
- (void)controlTextDidChange:(NSNotification *)note;
>
method in the NSTextField's delegate.
Quoting Rakesh:
>
Implement ur serach methods in the controlTextDidChange delegate method.
I've tried the "- (void)textDidChange:(NSNotification *)notification;" one in my
NSTextField's delegate (method from NSTextField, instead of yours, from
NSControl...) w/o any success.
===
Quoting gus:
>
You'll have to use a NSTextView however instead of a text field...
Why? I really wanted to keep the lovely rounded component :( ! Just give me one
reason I'd never be able to see this behaviour w/ a NSTextField instead of a
NSTextView, please :) !
===
Thanks to your messages, I now believe that I might finally be on the right way
;) ! I'll give it another try, thanks to all of you. And, soon, I'll be back w/
other problems, of course!
Have a good day/night (I'm from France :) !)
- Fred
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.