My addin dont load in OL 2010 ! and load OK in OL 2007

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

My addin dont load in OL 2010 ! and load OK in OL 2007
Problem with the addin load 
Adrian Zubiria


Guest


Hello !

I am using ADX 2010 VCL and my addin runs OK in OL 2007 and OL 2010, but, when i close OL 2010 and open it againt the addin don't show or don?t load.

I must go to Complements, deactivate it (The addin is OK into de active complements list), remove the check and close it. After that, i must go to Complements, to active it and the OL 2010 to show mi addin OK

In Ol 2007, everything is OK and the addin remain active always

Regards,

More details, when i said "don't show my addin" is a CommandBar, that is the main control for my addin
Posted 17 Oct, 2011 12:30:03 Top
Andrei Smolin


Add-in Express team


Posts: 18825
Joined: 2006-05-11
Hi Adrian,

That is, you need to turn the add-in off and then on, correct?

Is the command bar a TadxCommandBar? Does it have UseForRibbon = true? What Outlook 2010 bitness and service pack do you use?


Andrei Smolin
Add-in Express Team Leader
Posted 18 Oct, 2011 11:02:37 Top
Adrian Zubiria


Guest


Hi Andrei,

yes, is correct, i must turn off and turn on

yes, my commandbar has UseForBirron := True

I am using OL 2010 Microsoft Office Professional Plus 2010, version: 14.0.4760.1000 (32 bits)
Posted 18 Oct, 2011 11:42:58 Top
Andrei Smolin


Add-in Express team


Posts: 18825
Joined: 2006-05-11
Is the command bar a TadxCommandBar? Or, you use some other component?


Andrei Smolin
Add-in Express Team Leader
Posted 18 Oct, 2011 11:56:47 Top
Adrian Zubiria


Guest


Andrei

Is a TadxCommandBar

Temporary = False
UseForRibbon = True
RowIndex = -1
SupportedApps = [ohaOutlook]
CommandBarLeft = 1
CommandBarTop = 1
Visible = true
Position = adxMsoBarTop
Protection = adxMsoBarNoChangeDock
Posted 18 Oct, 2011 12:44:58 Top
Adrian Zubiria


Guest


Andrei

When activating the addin in outlook, the command bar is displayed, a second (like a flush) and disappears immediately
Posted 18 Oct, 2011 13:04:16 Top
Andrei Smolin


Add-in Express team


Posts: 18825
Joined: 2006-05-11
Hi Adrian,

You need to unregister your add-in, then start Outlook and remove that command bar. Than you need to use a TadxOlExplorerCommandBar (or TadxOlInspectorCommandbar). And note: Outlook command bars must be temporary; i.e. Tempoary must be true!


Andrei Smolin
Add-in Express Team Leader
Posted 19 Oct, 2011 12:11:40 Top
Adrian Zubiria


Guest


Andrei

Than you very much !!!!

After one year of hard job my addin is finished and full integrated to SAP BUSINESS ONE ERP

I AM SO HAPPPY

I change the AdxCommandBar by AdxOLExplorerCommandBar and everything is OK !

Regards,

Adri?n
Posted 19 Oct, 2011 20:29:51 Top
Andrei Smolin


Add-in Express team


Posts: 18825
Joined: 2006-05-11
My congratulations and best wishes!


Andrei Smolin
Add-in Express Team Leader
Posted 20 Oct, 2011 02:09:33 Top