Re: Text Animation
Re: Text Animation
- Subject: Re: Text Animation
- From: arri <email@hidden>
- Date: Mon, 3 Sep 2007 22:34:54 +0200
On Sep 1, 2007, at 08:44 , Ben Lachman wrote:
my drawing in the -animation:didReachProgressMark: method doesn't
seem to ever reach the screen even though I'm locking/unlocking focus.
Any thoughts?
Thanks,
->Ben
maybe you need to explicitly mark the new drawn area(s) as 'needs
display'.
setNeedsDisplay / setNeedsDisplayInRect:
also note that the drawRect: method often gets called with as
argument an NSRect that just covers a part of the view (depening on
what/where the software -thinks- needs to be updated.)
.a
_______________________________________________
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