Re: Core Data "entity required" error

2008-06-02 Thread Chataka
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

Core Data "entity required" error

2008-06-01 Thread Chataka
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

Re: NSNumberFormatter behavior [Solved]

2008-05-08 Thread Chataka
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

NSNumberFormatter behavior

2008-05-05 Thread Chataka
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

Core Data to-one/to-many relationship setting error?

2008-02-24 Thread Chataka
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