>> Out of curiosity, did you try a restart? I'm not 100% sure, but I think >> sometimes that error can be triggered by an OS glitch (but it may be well >> legitimate for many cases, I imagine.) > Restarting did the trick! Thanks! (Although I had just booted it up an hour > earlier. Odd)
Yeah, there's some weird state issue that happens below QC that causes this -- it _might_ be related to adding/removing monitors or something? > Now that that works, I'm having trouble loading a .qtz comp from my program: > > status = [myQCView loadCompositionFromFile:qtzCompositionPath]; > > This returns a Boolean status of 0, so it didn't load. The path is valid, and > the qtz file is readable. Double-clicking on the file launches it. Is there > some way to get more insight as to why it's not loading? I've linked my > program against Foundation and QuartzCore frameworks. Is there one I'm > missing? I'd try this first: NSLog(@"The View is: %@ the path is %@", myQCView, qtzCompositionPath); If either of those is nil, what you're getting is expected. If they're non-nil, check Console.app and see if anything interesting shows up. -- Christopher Wright [email protected]
_______________________________________________ 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]

