• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Text Animation
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Prev by Date: Re: check if a file path is useable
  • Next by Date: Re: How to de-register value observers
  • Previous by thread: Re: Text Animation
  • Next by thread: Re: Text Animation
  • Index(es):
    • Date
    • Thread