Re: Open windows in frontmost...
Re: Open windows in frontmost...
- Subject: Re: Open windows in frontmost...
- From: Lorenzo <email@hidden>
- Date: Sat, 23 Aug 2003 18:52:06 +0200
Hi,
try this:
[myWindow makeKeyAndOrderFront:nil];
Also, is your app the active application?
Best Regards
--
Lorenzo
email: email@hidden
>
From: daniele <email@hidden>
>
Date: Sat, 23 Aug 2003 16:16:37 +0200
>
To: email@hidden
>
Subject: Open windows in frontmost...
>
>
Hello,
>
I have created a small software that place an item into the menu bar.
>
Unfortunatly when i try to opening a window from the menu of this
>
program, the window show in background (so i must to close/hide each
>
window and show it). Is there a method to show the window in fromost
>
(up other than windows)?
>
I have used the orderFront:nil method of the NSWindow class.
>
>
Daniele M.
_______________________________________________
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.