Re: Dialog-based Apps?
Re: Dialog-based Apps?
- Subject: Re: Dialog-based Apps?
- From: Finlay Dobbie <email@hidden>
- Date: Sun, 1 Jul 2001 18:08:33 +0100
On Sunday, July 1, 2001, at 05:26 pm, Michael Dagate wrote:
If necessary, double click the Window icon to open the window object.
You can now drag and drop controls onto the window as needed. You can
also drag new window objects from the Cocoa-Windows Palette to the
desktop to create new windows. This will add window object icons to
your nib file.
Note: This is the quick and dirty way to get a simple dialog-based app.
I more sophisticated app will separate window resources into other nib
files with their own window controllers, etc.
There is an example of a simple multi-window app with each window in its
own controller in /Developer/Examples with the new Developer Tools
(10.0.1) which you can get from
http://connect.apple.com (free
registration required).
-- Finlay