Re: Core Data Question 1

2008-08-24 Thread Kyle Sluder
On Sun, Aug 24, 2008 at 6:05 PM, R T <[EMAIL PROTECTED]> wrote: > So I think that the NSManagedObjectContext *moc is the property of the > document that the sheet needs. How can amtSheetWindowController be > initialized with this property? How can I bind amtSheetTableController in the > XIB file

Re: Core Data Question 1

2008-08-24 Thread R T
On Aug 19, 2008, at 21:39, R T wrote: > I have a Core Data Document-based Application.a document window > with a tableview, a text view and a button. When the button is > selected, a number is read from the text field and that many > objects are programatically added to the tableview. T

Re: Core Data Question 1

2008-08-19 Thread Quincey Morris
On Aug 19, 2008, at 21:39, R T wrote: I have a Core Data Document-based Application.a document window with a tableview, a text view and a button. When the button is selected, a number is read from the text field and that many objects are programatically added to the tableview. Then a s

Core Data Question 1

2008-08-19 Thread R T
I have a Core Data Document-based Application.a document window with a tableview, a text view and a button. When the button is selected, a number is read from the text field and that many objects are programatically added to the tableview. Then a sheet is opened. The tableview presents only