Re: Problems when putting a window between desktop and desktop icons

2008-10-28 Thread Kai
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

Re: Problems when putting a window between desktop and desktop icons

2008-10-28 Thread Markus Amalthea Magnuson
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

Re: Problems when putting a window between desktop and desktop icons

2008-10-27 Thread Karl Goiser
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,

Re: Problems when putting a window between desktop and desktop icons

2008-10-24 Thread Andreas Mayer
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

Re: Problems when putting a window between desktop and desktop icons

2008-10-23 Thread Andreas Mayer
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

Re: Problems when putting a window between desktop and desktop icons

2008-10-23 Thread Markus Amalthea Magnuson
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];

Re: Problems when putting a window between desktop and desktop icons

2008-10-23 Thread Matt Neuburg
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

Re: Problems when putting a window between desktop and desktop icons

2008-10-21 Thread Charles Steinman
--- 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