Re: Newbie Question: Controls not redrawing on changes
Re: Newbie Question: Controls not redrawing on changes
- Subject: Re: Newbie Question: Controls not redrawing on changes
- From: "Kyle Sluder" <email@hidden>
- Date: Sun, 4 May 2008 19:33:46 -0400
On Sun, May 4, 2008 at 6:47 PM, Adam Leonard <email@hidden> 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 (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