Re: Cocoa Application without any NIB
Re: Cocoa Application without any NIB
- Subject: Re: Cocoa Application without any NIB
- From: "John C. Randolph" <email@hidden>
- Date: Thu, 23 Oct 2003 11:55:41 -0700
If you have no UI, then you should start with a "Foundation Tool"
project. That template won't put any .nib file in the project.
-jcr
On Oct 23, 2003, at 5:56 AM, Robert Borsuk wrote:
I have an application that has no User interface. I found it easier
to just leave the NIB and delete all the parts out you don't want.
File size is pretty small and you don't have any problems.
Hope that helps.
Rob
On Thursday, October 23, 2003, at 12:28 AM, Chris Hanson wrote:
On Oct 22, 2003, at 7:45 PM, Andrew Kazmierski wrote:
I'm working on an application in Cocoa that creates all of the UI
elements programmatically, and find no use for the NIB file.
Why?
My principal class is my controller, a subclass of NSApplication.
Why?
What are you really trying to accomplish?
-- Chris
Rob Borsuk
email: email@hidden
Colourfull Creations
Web: http://www.colourfull.com
_______________________________________________
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.