Is it possible to script the plugins’ UI position?
Everything possible in GP Script can be seen in the function list.
The relevant function is under the “Plugins” section:
SetPluginEditorXYPosition : Open a plugin editor and set its position on screen
- Declaration: function SetPluginEditorXYPosition (p : Block, x : integer, y : integer) autotype