Re: Keeping windows from being displayed in Dock menu.
Re: Keeping windows from being displayed in Dock menu.
- Subject: Re: Keeping windows from being displayed in Dock menu.
- From: Andreas Monitzer <email@hidden>
- Date: Sat, 1 Sep 2001 10:21:41 +0200
On Saturday, September 1, 2001, at 06:15 , Matthew Cox wrote:
How can I add items to the dock menu, as well as keeping the window list
from being displayed, as I am writing a game, and If a user brings a
window to the front (ahead of the shield window), It'll mess up the
graphics. I am using ObjC.
Remove the window menu from the menu bar. The dock will always tell you
that your application doesn't respond, but it won't show a list of windows.
Other solution: You can force window ordering via -[NSWindow setLayer:].
There's no way to bring the other window in front of one that floats above
all others, maybe that's less of a hack.
andy
--
Discussion forthcoming.