Re: forcing a dialog to be the active (front) window
Re: forcing a dialog to be the active (front) window
- Subject: Re: forcing a dialog to be the active (front) window
- From: John Spicer <email@hidden>
- Date: Fri, 23 Jul 2004 11:57:46 -0500
No, I do have a menu bar. That's how I select the dialog.
On Jul 23, 2004, at 11:16 AM, Andreas Mayer wrote:
Am 23.07.2004 um 16:45 Uhr schrieb John Spicer:
I was wondering if it's because I
started with a doc application template.
Could this possibly have any effect?
I don't think so.
Apart from the things Glenn suggested, I know of only one reason why
this would not work: If your app does not have a menu bar - i.e.
LSUIElement is set to 1. In that case you might have to activate your
application explicitly:
[NSApp activateIgnoringOtherApps:YES];
Andreas
_______________________________________________
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.
_______________________________________________
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.