Re: white screen windows at first
Re: white screen windows at first
- Subject: Re: white screen windows at first
- From: Uli Kusterer <email@hidden>
- Date: Tue, 27 Apr 2010 22:41:47 +0200
On 27.04.2010, at 00:10, Bill Appleton wrote:
> i added flush window to the drawRect method -- no help
>
> it IS calling draw rect right before the window is shown & then you see it
> --- all white
Oh, also: if your code throws exceptions, those can abort important processes like redraws, you may want to set breakpoints on C++ throws and objc_exception_throw and see if any of these gets triggered and by whom. Also, throwing C++ exceptions through C or ObjC code and ObjC exceptions through C or C++ code can royally screw you.
-- Uli Kusterer
"The Witnesses of TeachText are everywhere..."
http://www.masters-of-the-void.com
_______________________________________________
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