Non-temporary combo boxes

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

Non-temporary combo boxes
 
nir zamir


Guest


Hi,

Isn't it possible to make combo boxes non-temporary?
I'm asking this because I would like to make a combo box visible or invisible depending on the previous state, and in the AddInModule this property seems to be read-only.

In addition, I would like to avoid temporary controls since we encountered a very strange behavior: If the controls (e.g. toolbar with all its items) of the Excel plug-in are temporary, when opening an Excel attachment from Outlook for the first time after machine restart, there is an error message of "The system cannot find the file specified". When opening the attachment again it works fine.
Do you have an idea what might cause it?

Thanks,
Nir
Posted 25 Feb, 2007 09:01:23 Top
Sergey Grischenko


Add-in Express team


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

To make combo boxes not-temporary you just need to set the Temporary property of your command bar to false.

I don't think that the problem concerns the Excel toolbar. I have just tested this situation. All works fine. So please review the add-in code.


P.S. Note that we take up your forum requests in the order we receive them.
Besides, it may take us some time to investigate your issue. Please be sure we will let you know as soon as the best possible solution is found.
Posted 26 Feb, 2007 07:47:31 Top