Re: GUI contruction from code
Re: GUI contruction from code
- Subject: Re: GUI contruction from code
- From: Sherm Pendley <email@hidden>
- Date: Sun, 17 Feb 2002 18:00:41 -0500
Take a look at the code for GNUMail. The Cocoa version loads NIBs, while
the GNUStep version builds the GUI "the hard way." Since it has both,
you can even compare the NIB to the equivalent code side-by-side.
http://www.collaboration-world.com/gnumail/
sherm--
On Sunday, February 17, 2002, at 05:02 PM, Bernard van Gastel wrote:
Hi
I am working on a project where some data files are read, and a GUI is
constructed accordingly. As you guessed : the data files aren't NIB
files, so wanted to write an interpreter for the data files and
construct the GUI with the intepreter. I can't find any doc on this
anywhere on how this can be done using Cocoa. So does anybody know
where I can find such documentation or does anybody know how I can do
this?
Bernard
_______________________________________________
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.