Re: Desktop window eating clicks

2009-05-13 Thread slasktrattena...@gmail.com
[window setIgnoresMouseEvents:YES]; 2009/5/13 Trygve Inda cocoa...@xericdesign.com: imageView = [[NSImageView alloc] initWithFrame:NSMakeRect(0, 0, dispBounds.size.width, dispBounds.size.height)]; [imageView setAutoresizingMask:NSViewWidthSizable | NSViewHeightSizable]; window = [[NSWindow

Re: Desktop window eating clicks

2009-05-13 Thread slasktrattena...@gmail.com
Oops, sorry. Didn't see your reply to self. 2009/5/13 Trygve Inda cocoa...@xericdesign.com: imageView = [[NSImageView alloc] initWithFrame:NSMakeRect(0, 0, dispBounds.size.width, dispBounds.size.height)]; [imageView setAutoresizingMask:NSViewWidthSizable | NSViewHeightSizable]; window =

Desktop window eating clicks

2009-05-12 Thread Trygve Inda
imageView = [[NSImageView alloc] initWithFrame:NSMakeRect(0, 0, dispBounds.size.width, dispBounds.size.height)]; [imageView setAutoresizingMask:NSViewWidthSizable | NSViewHeightSizable]; window = [[NSWindow alloc] initWithContentRect:dispBounds styleMask:NSBorderlessWindowMask

Re: Desktop window eating clicks

2009-05-12 Thread Trygve Inda
imageView = [[NSImageView alloc] initWithFrame:NSMakeRect(0, 0, dispBounds.size.width, dispBounds.size.height)]; [imageView setAutoresizingMask:NSViewWidthSizable | NSViewHeightSizable]; window = [[NSWindow alloc] initWithContentRect:dispBounds styleMask:NSBorderlessWindowMask