Making a border-less window is not working

2009-03-08 Thread Gustavo Pizano
Hello, I have created a custom NSWindow class, there I implemented the method - (id)initWithContentRect:(NSRect)contentRect styleMask: (NSUInteger)windowStyle backing:(NSBackingStoreType)bufferingType defer:(BOOL)deferCreation screen:(NSScreen *)screen { I set up the alpha value and the

Re: Making a border-less window is not working

2009-03-08 Thread Benjamin Dobson
On 8 Mar 2009, at 15:40:18, Gustavo Pizano wrote: Hello, I have created a custom NSWindow class, there I implemented the method - (id)initWithContentRect:(NSRect)contentRect styleMask: (NSUInteger)windowStyle backing:(NSBackingStoreType)bufferingType defer:(BOOL)deferCreation

Re: Making a border-less window is not working

2009-03-08 Thread Gustavo Pizano
AHa ok thanks that fix it, unfortunately it doesn't looks good. :(:( Gus On 8.3.2009, at 18:13, Benjamin Dobson wrote: On 8 Mar 2009, at 15:40:18, Gustavo Pizano wrote: Hello, I have created a custom NSWindow class, there I implemented the method -