Are there any messages on the console? This seems like something
that would generate some error messages... Unfortunately, I know
nothing more on this.
Why yes there are.
<RenderView: 0x5d2d50>: Unable to retrieve screen colorspace
from owner window
I also got one of these:
invlaid drawable
interesting. That sounds kind of like the Xserve issue from a few
days ago (Fabien Lydoire's movies inside compositions didn't work),
but not quite (movies would be a QT issue, while this looks more like
a CG/CI issue). Maybe one of the QC devs knows why this would happen...
Question 4: Would this all be easier/doable if I just wrapped my
composition in an app? I've seen the tutorial, but have not yet
tried playing with it.
This might be a better solution, if you're comfortable with it :)
Automatic fullscreen w/o any plugins, and more control over the
viewer window are always handy features :)
Wondering what is the difference between this approach and your
"hack"?
Your application can control its QCView/QCRenderer window
legitimately, and go full-screen at startup using standard means. The
hack, on the other hand, listens for the ApplicationDidFinishLaunching
message, and then enumerates all the viewer windows, and invokes the
toggleFullScreen: method on them. This has the side effect of having
a slight delay between the window being not full screen and being full
screen, and being a really ugly hack that should be built into the QC
UI anyway (like so many other simple features that aren't there...
where's my snap-to-grid!? :)
--
[ christopher wright ]
[EMAIL PROTECTED]
http://kineme.net/
_______________________________________________
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]