• 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
AnimatingTabView in NSAnimationNonblocking mode working?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

AnimatingTabView in NSAnimationNonblocking mode working?


  • Subject: AnimatingTabView in NSAnimationNonblocking mode working?
  • From: Tristan Jehan <email@hidden>
  • Date: Mon, 18 Dec 2006 14:49:23 -0500

Some of you must be using AnimatingTabView of something similar:
http://developer.apple.com/samplecode/CarbonCocoaCoreImageTab/ listing1.html


I need to get two of these to run simultaneously. By default NSAnimation runs in NSAnimationBlocking mode. So I added the line:

[animation setAnimationBlockingMode: NSAnimationNonblocking];
right before [animation startAnimation];

That skips the animation altogether, even when I remove the clean up code that follows...
Has anybody been successful at running animation in NSAnimationNonblocking or NSAnimationNonblockingThreaded mode? and how does that work? I tried my own thread, but that messes up the animation...


Thanks!

Tristan
_______________________________________________

Cocoa-dev mailing list (email@hidden)

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: PDFKit: PDF version and page labels
  • Next by Date: Re: Re: NSMatrix, NSImageCell and selection indicator
  • Previous by thread: Fake escape key event
  • Next by thread: Re: Best dot-based proofers for SWOP
  • Index(es):
    • Date
    • Thread