On windows I have been CreateWindow with a style of 0. Not quite sure where I found out that I could use a style of 0 but this gives me the desired window effect. However when I use this on a MAC if I create a canvas using this window as the parent the following exception is thrown
Have I dreamt the style of 0 or is there a specific issue using this style on the MAC?
2006-03-14 00:14:12.425 .CreateCanvas[763] *** -[NSNextStepFrame contentAlpha]: selector not recognized 2006-03-14 00:14:12.426 .CreateCanvas[763] Exception raised during posting of notification. Ignored. exception: *** -[NSNextStepFrame contentAlpha]: selector not recognized
Have I dreamt the style of 0 or is there a specific issue using this style on the MAC?