Re: After Unarchive Object Exists, After First GUI Action, gone...

2008-04-21 Thread John Joyce
On Apr 21, 2008, at 6:45 AM, [EMAIL PROTECTED] wrote: Date: Mon, 21 Apr 2008 01:16:56 -0700 From: Andrew Farmer <[EMAIL PROTECTED]> Subject: Re: After Unarchive Object Exists, After First GUI Action, gone... To: John Joyce <[EMAIL PROTECTED]> Cc: cocoa-dev@lists.apple.co

Re: After Unarchive Object Exists, After First GUI Action, gone...

2008-04-21 Thread Andrew Farmer
On 20 Apr 08, at 18:55, John Joyce wrote: Looks like I found a solution... anyone please let me know if my solution stinks. (or any of the rest of this thing!) In the method - (void)windowControllerDidLoadNib:(NSWindowController *) aController I added this: [textView setString:[[stickitNotes ob

Re: After Unarchive Object Exists, After First GUI Action, gone...

2008-04-20 Thread John Joyce
Looks like I found a solution... anyone please let me know if my solution stinks. (or any of the rest of this thing!) In the method - (void)windowControllerDidLoadNib:(NSWindowController *) aController I added this: [textView setString:[[stickitNotes objectAtIndex:0] noteBody]]; #import

After Unarchive Object Exists, After First GUI Action, gone...

2008-04-20 Thread John Joyce
I apologize for the beginner nature of this, I must be missing something obvious, but I cannot see it. Archiving works fine. The data is there. I've inserted NSLogs everywhere to no avail. When the file is opened (unarchived) the log showed me the first object in my array has the correct data