site_archiver@lists.apple.com Delivered-To: Pro-apps-dev@lists.apple.com Hello, I want a selector of an FxPlug effect to be performed after a delay in FCP X and have tried - (void)performSelector:(SEL)aSelector withObject:(id)anArgument afterDelay:(NSTimeInterval)delay; and + (NSTimer *)scheduledTimerWithTimeInterval:(NSTimeInterval)ti target:(id)aTarget selector:(SEL)aSelector userInfo:(id)userInfo repeats:(BOOL)yesOrNo; but it seems both methods don't work on the same thread where the effect's methods are called. Is this only possible on a separate thread, or is there another solution? Thanks, Eberhard _______________________________________________ Do not post admin requests to the list. They will be ignored. Pro-apps-dev mailing list (Pro-apps-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/pro-apps-dev/site_archiver%40lists.ap... This email sent to site_archiver@lists.apple.com
participants (1)
-
Eberhard Ammelt