Auto load plugin on event
Hello
Is there a way for a plugin to check if it is visible (active?), on an event like kAILayerOptionsNotifier, if the user changes the layer options, the plugin appears automatically so the user don't have to go to Window->PluginName and start it.
The problem is not in registering the event, but showing the plugin UI.
The UI is written in Objective-C, if that info helps.
There is an option i used when the UI was written in Flex fPPLib.LoadExtension() to do the same.
Thanks
