RE: first attempt at delegation failing
RE: first attempt at delegation failing
- Subject: RE: first attempt at delegation failing
- From: Paul Cezanne <email@hidden>
- Date: Thu, 30 May 2002 09:14:34 -0400
At 3:03 PM -0400 5/29/02, Jonathan E. Jackel wrote:
>
Maybe I'm missing something here, but comboBox:completedString: isn't a
>
method implemented by the comboBox _delegate_. Rather, it may be
>
implemented by the _datasource_. If there is no datasource or no
>
implementation, "
I would guess that that is my problem. Ok, I needed to find the right method anyhow for detecting any keyboard action in NSComboBox, I'm sure there are delegators in NSTextField for that.
>
p.s. Not that it matters, but why not NSLog(@"completedString %@",
>
inputString)?
'cause I'm used to the old way? :-) No good reason, I didn't even know NSLog existed until now, thanks!
_______________________________________________
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.