On 28.10.2008, at 08:27, Markus Amalthea Magnuson wrote:
On Mon, Oct 27, 2008 at 21:45, Karl Goiser <[EMAIL PROTECTED]> wrote:
Dear Markus and others,
This is a problem that I have had with an application of mine,
iCalViewer,
which displays a window on the desktop.
What happens is that y
On Mon, Oct 27, 2008 at 21:45, Karl Goiser <[EMAIL PROTECTED]> wrote:
> Dear Markus and others,
>
> This is a problem that I have had with an application of mine, iCalViewer,
> which displays a window on the desktop.
>
> What happens is that you can find a window level which draws the window
> und
Dear Markus and others,
This is a problem that I have had with an application of mine,
iCalViewer, which displays a window on the desktop.
What happens is that you can find a window level which draws the
window under the desktop icons and over the desktop itself. However,
at that level,
Am 24.10.2008 um 11:09 Uhr schrieb Markus Amalthea Magnuson:
My
window should not intercept those clicks since it is obviously behind
the icons, but it does anyway.
Ah. I never noticed that.
I can only speculate, but I guess it's actually the background view
that is handling icon selection
Am 23.10.2008 um 19:48 Uhr schrieb Markus Amalthea Magnuson:
Any other suggestions are welcome.
I did not see any reply to Charles' suggestion:
Am 21.10.2008 um 23:09 Uhr schrieb Charles Steinman:
Does [window setIgnoresMouseEvents:YES] work?
In case that does *not* work, you may need to
On Thu, Oct 23, 2008 at 19:26, Matt Neuburg <[EMAIL PROTECTED]> wrote:
>>Hello,
>>
>>I am trying to put a window above the desktop but below the desktop
>>icons. I have achieved this by using the following code (in my own
>>subclass of NSWindow):
>>
>>[self setLevel:kCGDesktopIconWindowLevel - 1];
On Tue, 21 Oct 2008 20:43:00 +0200, "Markus Amalthea Magnuson"
<[EMAIL PROTECTED]> said:
>Hello,
>
>I am trying to put a window above the desktop but below the desktop
>icons. I have achieved this by using the following code (in my own
>subclass of NSWindow):
>
>[self setLevel:kCGDesktopIconWindowL
--- On Tue, 10/21/08, Markus Amalthea Magnuson <[EMAIL PROTECTED]> wrote:
> This half transparent red color covers the desktop, but not
> the
> desktop icons. So far, so good. The problem however, is
> that my window
> intercepts all mouse clicks, even if I click on an icon.
Does [window setIgnor