I'm seeing something strange. I have created a subclass of QCView so that I can do some additional drawing inside -renderAtTime:arguments:. On a 10.5.8 system, the animation keeps running, no problem. On a 10.6.2 system, it runs for a bit and then stops. I added a call to NSLog inside my -renderAtTime:arguments: method, but after a bit the render method is no longer called, which is at least consistent with seeing no more drawing.

I also registered for QCViewDidStart/StopRenderingNotifications, and I get a start notification when the window containing the QCView is first displayed and a stop notification when the window is ordered out, so the view apparently thinks it's still running.

Any ideas about what might be happening?

steve

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Quartzcomposer-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/quartzcomposer-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to