Re: Document based app confusion
Re: Document based app confusion
- Subject: Re: Document based app confusion
- From: Scott Anguish <email@hidden>
- Date: Mon, 28 Jul 2003 13:57:59 -0400
are you populating the UI with the data when it has been loaded?
A common mistake is to do/trigger this in the load data method... are
you by chance doing that? the .nib isn't loaded at that point, you
need to do it later.
On Monday, July 28, 2003, at 12:42 PM, Moray Taylor wrote:
Hi,
I wonder if anyone can help me with this problem, it shouldn't be
difficult, but I can't figure it out....
I have a document-based Cocoa/Java app that saves files (packages to
be exact), when I double click these files, they load my app, and put
their names in to the document's window title, lovely, but that's
where it stops, how do I get my 'Controller' to take action on this
file?
Thanks very much.
BTW, many thanks to Don Briggs for his assistance with my
NSAppleScript question.
Moray
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.