Use different window than File Owner's in NIB
Use different window than File Owner's in NIB
- Subject: Use different window than File Owner's in NIB
- From: David Bainbridge <email@hidden>
- Date: Mon, 5 Jul 2004 17:00:34 -0500
I have a basic question:
I have a window that is displayed by setting the File Owner's custom
class setting. I have another window that uses the same controller
class but has a different layout in the same nib file. I am doing this
to see which layout of the window using the same controller class works
best for the user. I instantiated a new subclass for the controller
for the second window but am missing how to have my code use that
controller instead of the File Owner's... or in other words how do I
simply switch between the two windows from code/IB?
_______________________________________________
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.