showing the about-box at application start up
showing the about-box at application start up
- Subject: showing the about-box at application start up
- From: Julian Mayer <email@hidden>
- Date: Fri, 30 May 2003 21:08:37 +0200
- Resent-date: Sat, 31 May 2003 20:43:59 +0200
- Resent-from: Julian Mayer <email@hidden>
- Resent-message-id: <email@hidden>
- Resent-to: email@hidden
hello
i'm trying to display my about-box at application start-time, but i
can't get it to display in front of my main window.
i tried adding
[[NSApplication sharedApplication] orderFrontStandardAboutPanel:self];
in the various initialization routines (initialize, init, awakeFromNib)
and calling
[window orderBack:self];
to get my window to the back, but it is still in front of the about
box...
any ideas?
thanks, julian
_______________________________________________
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.