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 other parameters following the example "RoundTransparectWindow" which is in the developer connection. Now, in IB, I changed the window to be not a NSWindow but my custom window class.
I tried the app, but the window it's still with borders and it's not transparent. I set up a a NSLog(@"intitalizing window") as the first code line in the initWithContentRect method, but the console shows nothing, so the method its never been called. I dunno what could I have missed in the process but I hand;t been able to get it work.
Any clues? Thanks Gus _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
