Re: Accessing parameter widgets
site_archiver@lists.apple.com Delivered-To: pro-apps-dev@lists.apple.com Actually, one thing I haven’t tried is using the FxDynamicParameterAPI to change the name of the parameter. I’m not sure off the top of my head whether it changes both the name in the inspector and inside the button or just one of those. You might want to give that a try and see what happens. Darrin
On Sep 16, 2017, at 10:19 AM, Darrin Cardani <dcardani@apple.com> wrote:
I’m not aware of a way to do this from within your FxPlug. If you are creating a Final Cut Effect, you can rename published parameters when creating the template in Motion. Once you’ve published the parameter, select the project in the layer list, then click on the Inspector tab and choose the “Project” tab. It will have the names of all your published parameters. You can double click one to change it.
Darrin
On Sep 13, 2017, at 1:54 PM, Lyndon Hill <lyndon@tiliam.com> wrote:
Hi,
When I use [FxParameterCreationAPI_v4 addPushButtonWithName:@“Generate” …] the push button gets placed on a line in the filter parameters with a label as depicted below:
Generate [Generate]
How can I change the first label to something else ? e.g.
Important Initialisation [Generate]
Also, I was wondering if it is possible to access menu entries from [FxParameterCreationAPI addPopupMenuWithName:…] in order to enable/disable certain options ?
Or are these things only possible through custom UI ?
Many thanks in advance,
Lyndon Hill _______________________________________________ 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: https://lists.apple.com/mailman/options/pro-apps-dev/dcardani%40apple.com
This email sent to 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: https://lists.apple.com/mailman/options/pro-apps-dev/dcardani%40apple.com
This email sent to 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: https://lists.apple.com/mailman/options/pro-apps-dev/site_archiver%40lists.a... This email sent to site_archiver@lists.apple.com
participants (1)
-
Darrin Cardani