- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I have created two plugins in which new environment is created. Ribbon panels for both the plugin appears in the environment tab. When it is clicked, new set of buttons appear. Before new set of buttons appear, I have to perform a task which I am doing by handling OnEnvironmentChange event.
It works fine. But when I load the other plugin ( in second plugin also, I am doing certain tasks on OnEnvironmentChange), the OnEnvironmentChange event for the first plugin doesnt fire. The second one works fine.
It seems as if as soon as second one is enabled, the first one stops firing OnEnvironmentChange event. Its a bit strange but does OnEnvironmentChange event allow only one eventHandler (the last one attached.)
How can I get the OnEnvironmentChange event for both the apps. Also, can I get the button click event for the plugin buttons in environment tab.
I get button click event for the buttons opened in new environment AdditionalVisibleTabs, not on the main button.
Need Urgent help,
Thanks & Regards,
Solved! Go to Solution.