Re: GUI contruction from code
Re: GUI contruction from code
- Subject: Re: GUI contruction from code
- From: Ondra Cada <email@hidden>
- Date: Mon, 18 Feb 2002 15:45:49 +0100
Bernard,
>
>>>>> Bernard van Gastel (BvG) wrote at Sun, 17 Feb 2002 23:02:30 +0100:
BvG> I am working on a project where some data files are read, and a GUI is
BvG> constructed accordingly. As you guessed : the data files aren't NIB
BvG> files, so wanted to write an interpreter for the data files and
BvG> construct the GUI with the intepreter. I can't find any doc on this
BvG> anywhere on how this can be done using Cocoa. So does anybody know where
BvG> I can find such documentation or does anybody know how I can do this?
(i) Read AppKit documentation -- it is all properly documented there!
(ii) consider to re-factor the app so that the dynamic parts of GUI are
still loaded from NIBs, which contain apropriate parts of the GUI. I dunno
your task, but *ALMOST* always that is a better and easier solution than to
create all programmatically.
---
Ondra Cada
OCSoftware: email@hidden
http://www.ocs.cz
2K Development: email@hidden
http://www.2kdevelopment.cz
private email@hidden
http://www.ocs.cz/oc
_______________________________________________
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.