Re: [Reposted] Document based resource strategy

2008-11-26 Thread Keary Suska
On Nov 25, 2008, at 5:29 PM, Carlos Eduardo Mello wrote: Guess I wasn't clear again... I'm not talking about the fact that the NSDocument subclass owns the document window nib, as in 'iSpend'. What I mean is this: if you check the tableview in iSpend, it has its datasource outlet connect t

Re: [Reposted] Document based resource strategy

2008-11-26 Thread Gerriet M. Denkmann
On 26 Nov 2008, at 09:14, Jason Stephenson wrote: Gerriet M. Denkmann wrote: What version of Xcode do you have installed? I have 3.1.1 and Safari just says: "No file exists at the address “/Developer/ Documentation/DocSets/ com.apple.ADC_Reference_Library.CoreReference.docset/Contents/ Re

Re: [Reposted] Document based resource strategy

2008-11-25 Thread Jason Stephenson
Gerriet M. Denkmann wrote: What version of Xcode do you have installed? I have 3.1.1 and Safari just says: "No file exists at the address “/Developer/Documentation/DocSets/com.apple.ADC_Reference_Library.CoreReference.docset/Contents/Resources/Documents/documentation/Cocoa/Conceptual/Documents/

Re: [Reposted] Document based resource strategy

2008-11-25 Thread Gerriet M. Denkmann
On 26 Nov 2008, at 00:26, Keary Suska <[EMAIL PROTECTED]> wrote: On Nov 24, 2008, at 4:40 PM, Carlos Eduardo Mello wrote: I started with the document based template in Xcode, and now I want to organize my resources in nib files. Here is a list of ideas/ questions I have about this whole plan

Re: [Reposted] Document based resource strategy

2008-11-25 Thread Kyle Sluder
On Tue, Nov 25, 2008 at 7:29 PM, Carlos Eduardo Mello <[EMAIL PROTECTED]> wrote: > Thanks a lot for your reply. > (for some reason I am not receiving my own posts, so I never know if they > reached someone. Apparently yours was also the only response so far...) The listserv does not send you posts

Re: [Reposted] Document based resource strategy

2008-11-25 Thread Carlos Eduardo Mello
Thanks a lot for your reply. (for some reason I am not receiving my own posts, so I never know if they reached someone. Apparently yours was also the only response so far...) First off, the questions you are asking lead me to believe that you do not quite understand the document-based appl

Re: [Reposted] Document based resource strategy

2008-11-25 Thread Keary Suska
On Nov 24, 2008, at 4:40 PM, Carlos Eduardo Mello wrote: I started with the document based template in Xcode, and now I want to organize my resources in nib files. Here is a list of ideas/ questions I have about this whole plan. Please do comment and/or help me figure out which way to go.

[Reposted] Document based resource strategy

2008-11-24 Thread Carlos Eduardo Mello
Hi, [ I'm reposting this since it apparently didn't go through the first time... ] Newbie questions here. I've been studying Hillegass's book and Apple's Guides and just started to prepare for implementing my own code. I know similar questions have been asked here recently but it I am st

Document based resource strategy

2008-11-23 Thread Carlos Eduardo Mello
Hi, Newbie questions here. I've been studying Hillegass's book and Apple's Guides and just started to prepare for implementing my own code. I know similar questions have been asked here recently but it I am still confused about it. Here it is: I am starting to write my app's GUI in Cocoa.