Re: Newbie interface question
Re: Newbie interface question
- Subject: Re: Newbie interface question
- From: Carl Johan Foss <email@hidden>
- Date: Sat, 17 Feb 2007 22:24:38 +0100
Thanks, sounds like a logical way to do it!
On Feb 17, 2007, at 9:08 PM, PGM wrote:
I recently developed an application where I have a main window
with a toolbar on top. Each icon will open a new view with
different tables and text fields, etc. in the same main window
(more or less like a preference pane). I do all this in the
MainMenu.nib which is obviously crowded by instantiated classes
controlling each view.
Is this the most efficient way to this or should I perhaps have a
nib file for each view (how could this be done then). Which is
better, and potentially why?
The handiest way is to fill the window with a tabless NSTabView and
to make the toolbar simply switch the tabs in the tabview. Unless
you really want to learn using tabviews and toolbars, I would
suggest to use Uli Kusterer's UKPrefsPanel: http://www.zathras.de/
programming/cocoa/UKPrefsPanel.zip
Cheers, Patrick
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden