Re: How do I make another window pop up?
Re: How do I make another window pop up?
- Subject: Re: How do I make another window pop up?
- From: Finlay Dobbie <email@hidden>
- Date: Sat, 7 Jul 2001 18:58:49 +0100
On Saturday, July 7, 2001, at 06:38 pm, Navdeep Gill wrote:
Lets say That I definded two windows in Interface Builder. I have a
'action' called 'open_window'. How can I use that to open up the second
window that I just made in Interface builder?
It's standard practice to make other windows reside in their own nib
files, so they don't all have to be loaded at program start up. See
/Developer/Examples/InterfaceBuilder/SimpleMultiWindow (in Developer
Tools 10.0.1) for an example of how to do that.
-- Finlay