Re: Apps whitout nib
Re: Apps whitout nib
- Subject: Re: Apps whitout nib
- From: Wezzy <email@hidden>
- Date: Tue, 17 Feb 2004 11:48:35 +0100
Il giorno 17/feb/04, alle 02:38, James Chen ha scritto:
Hi,
try using NSBackingStoreBuffered instead of NSBackingStoreNonretained
win = [[NSWindow alloc] initWithContentRect:contentRect
styleMask:(NSTexturedBackgroundWindowMask | NSTitledWindowMask |
NSClosableWindowMask | NSMiniaturizableWindowMask)
backing:NSBackingStoreBuffered defer:1];
Should be better,
James
I've also tried with NSBackingStoreBuffered but i have the same strange
behavior ....
Enyway thanks for your help
Wezzy
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.