Re: A window behind everything & how disable events on it...
Re: A window behind everything & how disable events on it...
- Subject: Re: A window behind everything & how disable events on it...
- From: j o a r <email@hidden>
- Date: Wed, 11 Dec 2002 09:08:52 +0100
On Wednesday, Dec 11, 2002, at 07:44 Europe/Stockholm, Giovanni Donelli
wrote:
I want to put the logo of the iCafe in the background between the
finder background (an image which the user can change) and the files
and folder over the desktop,
If you only want to display an image, why not use the built in desktop
picture functionality? You can trigger it to change the image from your
app if you need to.
I know this is possible setting the window level as
[myWindow setLevel: kCGDesktopWindowLevel];
Shouldn't that be:
[myWindow setLevel: CGWindowLevelForKey(kCGDesktopWindowLevelKey)];
j o a r
_______________________________________________
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.