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: Finlay Dobbie <email@hidden>
- Date: Sat, 1 Sep 2001 11:00:06 +0100
On Saturday, September 1, 2001, at 05:15 am, 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.
To keep the window list from being displayed, delete the "window" menu
from the menubar (yes, this is very weird, and will cause your app to
display "Application not responding").
You cannot add items to the dock menu in Mac OS X 10.0.x, but you will
be able to in 10.1.
-- Finlay