Re: Application design & menu question
Re: Application design & menu question
- Subject: Re: Application design & menu question
- From: Nir Soffer <email@hidden>
- Date: Wed, 27 Sep 2006 02:23:52 +0300
On Sep 25, 2006, at 6:23 PM, David Aames wrote:
I'm currently working on an application which needs to be supplied
with a password for it start. I've been thinking about the best
possible way of starting up. My question is whether I should pack
both the password dialog and the app GUI in one NIB or separate.
Maybe pack the main menu and the password window in the main nib, and
the main window for authenticated users in its own nib.
Also if I pack them in one NIB how would I disable the menus in the
menubar while the password dialog is shown?
You run the password window as application modal window - it should
handle the menu disabling for you. See NSApplication -runModalForWindow:
Best Regards,
Nir Soffer
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden