NSPersistent Document but probably a Bindings Noobie Cry for Help

2008-12-31 Thread Richard Ashwell
this. Regards, Richard Ashwell ___ 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/Unsubscribe/Update your

Re: NSPersistent Document but probably a Bindings Noobie Cry for Help

2008-12-31 Thread Richard Ashwell
to alloc init the NSTextView in the Document init, or was this supposed to be handled by IB? Puzzling on.. Richard On Dec 31, 2008, at 1:58 PM, Richard Ashwell wrote: Ok, First this is cry for help. Second I suck at the cocoa dev thing so I anticipate that I won't even describe this very

Re: NSPersistent Document but probably a Bindings Noobie Cry for Help

2008-12-31 Thread Richard Ashwell
that I can share better examples. Regards, Richard On Dec 31, 2008, at 2:42 PM, Quincey Morris wrote: On Dec 31, 2008, at 11:58, Richard Ashwell wrote: 4) The next task was based on a selection in the database table, I wanted to programatically open a document and pre populate it from

Re: NSPersistent Document but probably a Bindings Noobie Cry for Help

2008-12-31 Thread Richard Ashwell
project so that I can share better examples. Regards, Richard On Dec 31, 2008, at 2:42 PM, Quincey Morris wrote: On Dec 31, 2008, at 11:58, Richard Ashwell wrote: 4) The next task was based on a selection in the database table, I wanted to programatically open a document and pre

Re: NSPersistent Document but probably a Bindings Noobie Cry for Help

2008-12-31 Thread Richard Ashwell
! Yeah!! What a great end to the year, i'll actually go into the new year with working code :) Regards, Richard On Dec 31, 2008, at 4:27 PM, Quincey Morris wrote: On Dec 31, 2008, at 13:49, Richard Ashwell wrote: 1) I am/was creating my document class programatically like: (Note Typed

Re: Notification when NSPersistentDocument done loading model

2008-12-30 Thread Richard Ashwell
was able to send an additonal add: message to the controller so that a new document would already pre load. On Dec 30, 2008, at 12:22 AM, Dave Fernandes wrote: On Dec 28, 2008, at 7:31 PM, Richard Ashwell wrote: If I understand Philip, I am having the same challenge, It isn't enough for me

Re: Notification when NSPersistentDocument done loading model

2008-12-29 Thread Richard Ashwell
If I understand Philip, I am having the same challenge, It isn't enough for me to let NSPersistentDocument do the load, I want a notification or some way of knowing after the load is completed so that I can fix up other related stuff. Is there someway to at a minimum: 1) In some