Re: ADC Core Data article
Re: ADC Core Data article
- Subject: Re: ADC Core Data article
- From: "Mike R. Manzano" <email@hidden>
- Date: Thu, 7 Apr 2005 12:21:38 -0700
Don't know if you're aware of Adobe's work here:
<http://opensource.adobe.com/>. Seems to be what you're talking about
in an open source C++ toolkit.
Mike
On Apr 7, 2005, at 12:03 PM, Marcel Weiher wrote:
Why can't I write something like the following:
constraint:
employee.name = myTextField.stringValue;
This now makes sure that these two values are kept in sync. And if I
add another constraint:
constraint:
employee.name = myTextField.stringValue;
employee = tableView.currentRow.dataObject;
_______________________________________________
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