Re: BUG ? kCGDesktopWindowLevel and Expose
Re: BUG ? kCGDesktopWindowLevel and Expose
- Subject: Re: BUG ? kCGDesktopWindowLevel and Expose
- From: Andreas Kummer <email@hidden>
- Date: Fri, 13 Feb 2004 01:54:27 +0100
Hi Yann,
Had the same problem here with my app.
Try to clear a tag that gets automatically set when your window is
moved to kCGDesktopWindowLevel:
tags[0] = 0x02;
tags[1] = 0;
CGSClearWindowTags(cid, wid, tags, 32);
(See my post from earlier today/yesterday for details on
CGSClearWindowTags().)
This is certainly "undocumented hacking", so (as always) take care. -
But it worked in my app.
Cheers,
Andreas
________________________________________________________________________
__
Aksima
Andreas Kummer
Helene-Mayer-Ring 10/706
80809 Muenchen
Germany
Fon: ++49-89-15909290
Fax: ++49-89-15909289
Email: email@hidden
________________________________________________________________________
__
On 2004-02-12, at 22.20, Yann Bizeul wrote:
I just found something weird, I did a small project to eliminate lots
of causes, and I still have the same problem :
If an application opening kCGDesktopWindowLevel windows is running,
exposing application's windows (not all the windows) does NOT fade all
other windows, but just the desktop.
Please go there to see pictures of my problem :
http://www.tynsoe.org/exposeProblem.html
Here is a link to the sample project I did :
http://www.tynsoe.org/exposeProblem.zip
Any help to avoid this would be appreciated !
--
Yann Bizeul - yann at tynsoe.org
http://projects.tynsoe.org/
_______________________________________________
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.