Message 1 of 8
Detect if addon is already running - modeless form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I've created an addon which presents the user with a modeless form to do stuff. This works well.
The problem is that the user can click on the ribbon any number of times and run the addon - creates load of forms.
This isn't really a problem, its just messy.
Is there any way I can detect if the addon is already running and not display a new form?
I'm thinking that there would be something in the Application Class which would list active addons so I can check it to see if mine is already listed?
Thanks.