Managing Button Caption With Multpile Inspectors

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

Managing Button Caption With Multpile Inspectors
 
Martin Mizzell


Guest


Hello,

I have an OL addin with an ADX inspector commandbar (for mail items) that contains an adx commandbar button. this button opens a dialog form and then the caption of the commandbar button is updated to reflect the changes that the user made on the dialog form. here is the problem: when a user has multiple email inspectors open, the button caption is updated on all inspector commandbar buttons when it should only update the active inspector's commandbar button. how do i circurmvent this issue?

thanks,

martin
Posted 13 Jun, 2006 11:57:54 Top
Sergey Grischenko


Add-in Express team


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

I have an example that can probably be helpful for you.
You can download it here:
http://www.add-in-express.com/projects/oleditcontrolsexample-cs.zip
http://www.add-in-express.com/projects/oleditcontrolsexample-vb.zip

This example manipulates edit and combo box values but you can apply the same technique in your code.
Posted 13 Jun, 2006 14:25:58 Top
Brad Smith




Posts: 49
Joined: 2005-11-22
Sergey, is there an index of all of these cool samples posted in some central location? I know you've done a whole bunch and I'd love to be able to browse through them all and pick out the bits that might be applicable to some immediate requirement that might pop up.
My other option seems to be to search through the forums or ask again, which can get a little redundant. :-)

Brad.
Posted 16 Jun, 2006 08:31:51 Top
Sergey Grischenko


Add-in Express team


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

Now I am working on a new web page that contains all examples posted on our forum. We will publish it soon and you will able to browse them all.
Posted 18 Jun, 2006 12:42:35 Top