Re: Use different window than File Owner's in NIB
Re: Use different window than File Owner's in NIB
- Subject: Re: Use different window than File Owner's in NIB
- From: David Bainbridge <email@hidden>
- Date: Mon, 5 Jul 2004 21:42:35 -0500
On Jul 5, 2004, at 9:03 PM, James DiPalma wrote:
or in other words how do I simply switch between the two windows from
code/IB?
Two nib files? You seem to want both windows loaded at once to allow
comparing these two designs; if you copied your nib file and had two
versions that had differing layouts, you should be able to load both
nib files using two different instances of a single controller class.
That is the straightforward way of doing it but I was hoping for a less
obtrusive way that didn't require the headache of maintaining multiple
files on disk and in the project.. looks silly having
"...controller2.nib", "...controller3.nib", then decide #2 is the one
you want and have to go back and rename that nib to the "correct"
name.. the windows do not require to be loaded at the same time...
just so someone can view one then the other.. I would have thought
this was a somewhat common need since the "test interface" in IB only
goes so far with complicated windows...
Thanks though..
_______________________________________________
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.