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 (Cocoa-dev@lists.apple.com) 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 arch...@mail-archive.com