Displaying Error Messages
Displaying Error Messages
- Subject: Displaying Error Messages
- From: "Eric Czarny" <email@hidden>
- Date: Sun, 16 Mar 2003 22:58:50 -0500
I am having some difficulty in creating a standard way to display error
messages in an application. The method I originaly came up with involves
make the main application controller a notifcation observer in which I could
post error notifications to. Once the notification is received the
controller takes the notifcation, finds the window associated with the error
and raises an error sheet in that window. However, I'm having problems with
implementing this method. I've been able to create it in a small test
application, but I can't think of an efficient way to do in in my actual
project. Do any of you have advice or your own method you'd like to share?
Best Regards,
Eric Czarny
_______________________________________________
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.