Re: Creating Windows Programatically
Re: Creating Windows Programatically
- Subject: Re: Creating Windows Programatically
- From: Shawn Erickson <email@hidden>
- Date: Sun, 30 Jun 2002 10:39:50 -0700
On Sunday, June 30, 2002, at 10:29 AM, Sebastian Celis wrote:
On Sunday, June 30, 2002, at 12:16 PM, email@hidden wrote:
Of course, the real question is.. Why would you want to go about and do
all this work instead of at least having IB do the preliminary stuff
for you and then you just "tweak" it .. :-)
Yeah, that's basically what I want to do. I want the user to be able to
choose between using an NSOutlineView and an NSTableView for displaying
their data. I thought that this would be the best way to start off.
I'm planning on making everything in IB except for this view, and then
adding that dynamically at run time.
You can still use IB. Just put the windows in different nibs and load
the one they want as needed (or the same nib but fire up the window they
want using logic in an controller class).
-Shawn
_______________________________________________
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.