Hi. I’m just getting started with GP scripting and to GP in general… so maybe I’m thinking about GP wrong but I’d like to use the designer to place a button on the Rackspace front panel that opens my various plugin editors. I know that I can navigate to the Rackspace back panel and double-click or whatever… and I know that I can edit the front panel and click the widget and “Open Plugin” from there. … but I’d like to create custom buttons that let me open specific plugins from the front panel.
So I launched into learning the GP scripting and quickly found the OpenPlugin() function - but that function takes one parameter of type ‘Block’ . In the scripting documentation when I click on the ‘Block’ type it’s listed as a to-do to document it.
So could anybody offer help on how I might accomplish this (e.g. create a front panel button that opens the plugin editor for a particular plugin (whether using the OpenPlugin() function or not)? It seems to me that there might/should be a native widget control for this particular function that simply allows a front panel button to open the editor for the plugin that the widget is bound to: like a meta-Parameter similar to “Bypass plugin” at the top of the list of Mapping Parameters.
I feel like the documentation could really use examples that show more interaction between the GUI and the scripting. Right now from what I’ve seen in the scripting docs, the examples seem to assume that you already know how to put the glue between the scripting and the controls.
Thanks in Advance,
- T