Re: Drawing to the screen
Re: Drawing to the screen
- Subject: Re: Drawing to the screen
- From: Andreas Monitzer <email@hidden>
- Date: Sun, 2 Sep 2001 14:09:29 +0200
On Saturday, September 1, 2001, at 11:49 , Finlay Dobbie wrote:
On Saturday, September 1, 2001, at 12:37 am, Andreas Monitzer wrote:
Hiding the dock and/or menu bar is not possible in Cocoa currently.
However, it's possible to hide both using a Carbon call (but not
separately). It's possible to create a window that is above the dock,
however you'd disable the ability to use it while the user is in your
app (blocking him/her from switching to another app).
AFAIK that call iMovie uses is currently private.
XDarwin does it, you could always poke around in their code. :-)
Erm, I wrote that part of the code :-)
It's only possible to hide both the menu bar and the dock, but not only
one of them. And not in Cocoa, it's a Carbon call (works fine in a Cocoa
app though).
andy
--
Description forthcoming.