Re: Programatically Designing a GUI
Re: Programatically Designing a GUI
- Subject: Re: Programatically Designing a GUI
- From: Scott Herz <email@hidden>
- Date: Sat, 4 Aug 2001 16:07:31 -0700
This is a great example of how to use IB to do the dirty work while
still allowing you to make interfaces programmatically. In fact we've
added features to IB that make this easier than ever (such as toplevel
NSViews objects).
That said, I'm going to take the next "UI without IB" question
personally. <snicker>
Scott,
IB Team.
On Saturday, August 4, 2001, at 01:42 PM, Ondra Cada wrote:
John,
John C. Randolph (JCR) wrote at Sat, 4 Aug 2001 13:07:29 -0700:
JCR> This question comes up fairly often, and the answer is yes, it can
all
JCR> be done in code (which, after all is what -loadNibFile: is doing),
but
JCR> there's no more reason to abandon IB ...
Well, yes and not: one application I am working on recently gets a
property
list which describes the UI, and the UI has to be generated
programmatically.
Still it is best to place some templates into NIBs and load them on
demand,
but a considerable number of things just need to be done
programmatically.
Which only emphasizes how properly was OpenStep designed, of course,
since
even it is easy and straighforward.
---
Ondra Cada
OCSoftware: email@hidden http://www.ocs.cz
private email@hidden http://www.ocs.cz/oc
_______________________________________________
cocoa-dev mailing list
email@hidden
http://www.lists.apple.com/mailman/listinfo/cocoa-dev