On the console, I just get
> entity required
That's it. Just two words.
Nothing else I can include...
Chataka
On 2008/06/02, at 20:59, Hamish Allan wrote:
On Mon, Jun 2, 2008 at 3:01 AM, Chataka <[EMAIL PROTECTED]> wrote:
I am developing a non-document-based Core Data appl
y required"
error message?
Thank you
Chataka
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubs
F. Testuz,
Thank you very much for your reply. My both problems were fixed.
I guess the second problem was the same error. I guess the alert panel
is shown only when nil is set through an IB element, and is not shown
when it is set within the code.
-Chataka
On 2008/05/08, at 4:06, Frédéric
ect becomes nil. This breaks a
synchronization between
the UI and the model object and I would like to know how to fix this
too.
Thank you,
Chataka
___
Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)
Please do not post admin requests or
Hello,
I have a trouble with my non-document-based Core Data application and
hope some advice.
My app has a "Transaction" entity and it has a mainTransaction and a
subTransactions
relationships which are set inverse each other.
mainTransaction to subTransactions is a to-many relationship, wh