Re: Custom borderless window not getting it's shadow

2009-11-10 Thread Ken Tozier
I tried it both with content and without. Same result. Seems like of twitchy because I could have sworn that when I fort wrote the window a couple of days ago, it did have a shadow, matter of fact, I'm certain of it. Doesn't seem to have any effect progressively commenting out all the custo

Re: Custom borderless window not getting it's shadow

2009-11-10 Thread Kevin
Does the window have any content? Kevin On Nov 10, 2009, at 11:09 PM, kentoz...@comcast.net wrote: Hi I'm writing a custom borderless window class and am finding that the shadow doesn't appear. Here's a bare bones implementation that shows the problem. - (id) initWithSize:(NSSize) in

Custom borderless window not getting it's shadow

2009-11-10 Thread kentozier
Hi I'm writing a custom borderless window class and am finding that the shadow doesn't appear. Here's a bare bones implementation that shows the problem. - (id) initWithSize:(NSSize) inSize origin:(NSPoint) inOrigin { NSRect winFrame = NSMakeRect(inOrigin.x, inOrigin.y, inSize.width, in