Re: NSRunAlertPanel-not working?
Re: NSRunAlertPanel-not working?
- Subject: Re: NSRunAlertPanel-not working?
- From: Ryan Bates <email@hidden>
- Date: Tue, 17 Feb 2004 09:06:32 -0800
On Feb 16, 2004, at 7:47 PM, James McConnell wrote:
Could you maybe expand on the Interface Builder actions you spoke of?
I'm
using notifications, and I set up a NSNotificationCenter to handle all
of
the notifications I have on each text field. I have a sneaking
suspicion
that when one is triggered (say, on the "name" text field), that all
of them
are being triggered.
I strongly suggest you read the following documentation thoroughly:
<
http://developer.apple.com/documentation/Cocoa/Conceptual/
CommunicateWithObjects/index.html>
The Target-Action paradigm was what I was referring to. It also talks
about delegation which is what I suggested in the previous e-mail. You
should get a good grasp on the four communication styles discussed here
before tackling bindings.
Ryan
_______________________________________________
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.