Re: question on refreshing parameter data between instances.
site_archiver@lists.apple.com Delivered-To: Pro-apps-dev@lists.apple.com Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=dk20050327; d=earthlink.net; b=UiYolefpi7wQLiCJFHitELBMazq9EMsFoH1x9/yYXb7ngSp4VggPFF95B9OolWg9; h=Received:From:To:In-Reply-To:Subject:References:Message-Id:Content-Type:Content-Transfer-Encoding:Mime-Version:Date:Cc:X-Mailer:X-ELNK-Trace:X-Originating-IP; Will the other plugin's parameters exist and be settable during the time when the custom parameter gets called to deserialize? In other words, is the custom parameter deserialization called last? If it were called too soon, some of what we'd need to do wouldn't be available yet to be done. So, I guess I'm really asking... At what point in the plugin's re-instatement is the custom parameter deserialization called? -- Brian On Aug 12, 2009, at 2:42 PM, Darrin Cardani wrote: Darrin On Aug 11, 2009, at 12:58 PM, Brian Gardner wrote: I have a similar situation to Jay. When a saved FCP project is later reopened, I'd like to update some parameter settings. -- Brian On Aug 11, 2009, at 10:53 AM, Jay Boyer wrote: _______________________________________________ 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/dcardani%40apple.com -- Darrin Cardani dcardani@apple.com _______________________________________________ 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... There isn't, but if you have a custom parameter, you will get called to deserialize its data. You could do what you need to do at that time. As a plugin is getting re-instated during an "Open Project..." (boot), is there an methods which get called, which we can hook into? Is there a point in the boot sequence that I can detect that the plug-in is from a prior instance so that I can update these lists? This email sent to dcardani@apple.com This email sent to site_archiver@lists.apple.com
participants (1)
-
Brian Gardner