We’re attempting to create a robust plugin and unfortunately it appears we don’t have a nice, and automated, mechanism to re-run the plugin when a user completes an action such as resizing a frame object.
What might be some ways to achieve this that don’t involve having the designer re-run the plugin on the selected frame(s) manually?
It would be nice to have the plugin attach an event watcher to an object the plugin has been run on.
Example:
- Designer creates a new frame
- Frame is selected
- Run plugin
- Plugin does its thing and attaches event to object
- Designer resizes object, plugin reacts to event
Thanks for your help.