AnimatingTabView in NSAnimationNonblocking mode working?
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