Re: Figuring out what's causing redrawing
Re: Figuring out what's causing redrawing
- Subject: Re: Figuring out what's causing redrawing
- From: appledev <email@hidden>
- Date: Sat, 15 May 2010 21:37:38 +0200
Hi
I did have one time something similar with an app where lots of views where recalculated when resizing the window.
Using Quarts debug I noticed that some views did overlap each other during and after resizing a window and cause redrawing.
Then I did the same as the suggestion above to show the abs coordinates in a log table.
After that, code did compare where and which views did touch each other.
My mistake was that I did have a rounding error to resize the views.
Not noing about your problem but anyway, HTH
_______________________________________________
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