Re: NSComboBox Coredata bindings
Re: NSComboBox Coredata bindings
- Subject: Re: NSComboBox Coredata bindings
- From: Julien Bordet <email@hidden>
- Date: Thu, 1 Dec 2005 22:15:01 +0100
Hi
OK. One last thing : what is the function called when I create a new category ?
For example, I'd changed the Category Entity, with new methods :
- (NSString *)myCategory;
- (void)setMyCategory:(NSString *)new
Then I bound the NSCombobox to
value = TransactionArrayController.selection.myCategory
When I created a new transaction, myCategory: is called, but when I
added a new one through the combobox, setMyCategory is never called (I
traced with NSLog).
In which method can I make the changes ?
Many thanks
Julien
_______________________________________________
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