Binding problem
Binding problem
- Subject: Binding problem
- From: Tackel <email@hidden>
- Date: Thu, 20 Jan 2005 19:24:30 +0100
Hi Guys,
Working with bindings I have a textField and button that adds the
string in the textField to my ArrayController. That's working fine but
when I override addObject method because i need to make some actions
with the string (object) that is going to be added to the
ArrayController I don't know how to do it, can't I get it from the
object passed to the addObject method?
- (void)addObject:(id)object
{
?????
[super addObject: object];
}
Txs,
Tackel
_______________________________________________
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