Re: white screen windows at first
Re: white screen windows at first
- Subject: Re: white screen windows at first
- From: Fritz Anderson <email@hidden>
- Date: Mon, 26 Apr 2010 19:10:58 -0500
On 26 Apr 2010, at 5:04 PM, Bill Appleton wrote:
> they are all in a single thread, but it is like this
>
> [NSApplication sharedApplication];
>
> init a bunch of stuff
>
> create a bunch of windows and show them
>
> [NSApp run];
>
> is this causing the issue?
What backing type are you setting for your windows? NSBackingStoreBuffered (or "Buffered" in the Memory section of the IB attributes inspector for the window) is the only legal type any more.
— F
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden