PML Add-ins
- Last UpdatedOct 30, 2024
- 1 minute read
A PML add-in can define a new application or provide additional functions for existing applications.
For modules using a tabbed menu an add-in can:
-
appear as an application on the application selector;
-
load and register commands linked to tools on static and context sensitive tabs;
-
control visibility and active state of new and existing commands;
An add-in can define callbacks to be called on the following events:
-
When the module starts;
-
On the first switch to this application;
-
On every switch to this application;
-
When switching to another application.