Hello,
I have an application that uses QCView to load Quartz a quartz
composition. It was originally written for Tiger, but recently I have
ported it to Leopard and I'm seeing some issues. When I create the
view I'm getting an NSInternalInconsistencyException.
Here's the stack trace:
RAISING EXCEPTION: NSInternalInconsistencyException
-[QCComposition _initWithBacking:]: Inconsistent state
"0x9139ec2e: GFException",
"0x913a08c5: GFThrowException",
"0x912ea964: -[QCComposition _initWithBacking:]",
"0x912ea7d8: +[QCComposition compositionWithFile:]",
"0x91391aa9: -[QCView loadCompositionFromFile:]",
And here's the code:
_view = [[QCView alloc] init];
[_view loadCompositionFromFile: _location];
[_view setAutostartsRendering:YES];
[myWindow setContentView: _view];
Any ideas?
Art Jacobson
Software Engineer
Savant Systems, LLC
_______________________________________________
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]