On Sun, May 4, 2008 at 6:47 PM, Adam Leonard <[EMAIL PROTECTED]> wrote: > Just change backing:NSBackingStoreRetained to NSBackingStoreBuffered and > see if that works.
You're also displaying your window before NSApplication starts pumping the runloop. Perhaps you should consider making a delegate of NSApp that responds to -applicationDidFinishLaunching: and put your window creation code in there. --Kyle Sluder _______________________________________________ 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 [EMAIL PROTECTED]