Displaying alert window at the start of the application
Displaying alert window at the start of the application
- Subject: Displaying alert window at the start of the application
- From: Raghunatha Reddy <email@hidden>
- Date: Tue, 4 May 2004 12:40:24 +0530
I need to display a alert window at the start of the application. Based
on the user action on the alert window I will be displaying the
applications main window.
I created a separate nib(AlertWindow) file with Attention Panel or IB
Palette properties (by selecting the options while creating new nib
file) and changed the Main Nib file property in the target settings to
the AlertWindow, in this case the alert window will not be shown. But
creating AlertWindow nib by selecting Application option while creating
new nib file shows the alert window at the start. After user action I
will be closing the alert window and loading the MainMenu nib file.
Everything fine with this approach but the application is not able to
make connections to the menu items in the MainMenu nib file and there
will be a two instances of menu items(application name). How to avoid
this menu problems(I have removed the menu objects for AlertWindow nib
completely)
I tried by hiding the main window after application launch and showing
alert window, but the main window can be closed after application
launch and the user can see the window for some milli seconds.
Any other alternatives to this problem?.
Thanks & Regards
Raghu
Confidentiality Notice
The information contained in this electronic message and any attachments to this message are intended
for the exclusive use of the addressee(s) and may contain confidential or privileged information. If
you are not the intended recipient, please notify the sender at Wipro or email@hidden immediately
and destroy all copies of this message and any attachments.
_______________________________________________
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.