Toolbar status detection

Add-in Express™ Support Service
That's what is more important than anything else

Toolbar status detection
 
Joe Davis




Posts: 3
Joined: 2009-12-04
Hi,

How can I detect the toolbar different statuses? for example:
1. When it's the first run ever of the toolbar (if I need to initialize/store parameters after installation)
2. Upon new window opened (vs. to just a new tab)
3. When the user uninstall/disable the toolbar

Thanks!
Posted 08 Dec, 2009 08:19:32 Top
Sergey Grischenko


Add-in Express team


Posts: 7233
Joined: 2004-07-05
Hi Joe.

1 and 2. Add-in Express doesn't provide such information. You need to develop this functionality yourself.
3. You can use the OnDisconnect event of iemodule/toolbar module.
Posted 09 Dec, 2009 11:07:35 Top