Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Adding a QCView to a visible window leads to short blink



Hi all,

I am adding a QCView into another view of a visible window. I do this in the next way:

	qcView = [[QCView alloc] init];
        [qcView setAutostartsRendering:YES]; // NO - does not help
	[qcView loadCompositionFromFile:path];
	// set values for all input keys
	// ...
        [qcView setFrame:[aSuperview bounds]];
        [aSuperview addSubview:qcView];

Sometimes the window is blinking. It becomes black for a short time and then displays the composition.

Does anybody know what can be reason of this issue?

Thanks,
Gennady



_______________________________________________
Do not post admin requests to the list. They will be ignored.
Quartzcomposer-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/quartzcomposer-dev/email@hidden

This email sent to email@hidden


Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2007 Apple Inc. All rights reserved.