Roberth Klemetsen
Posts: 9
Joined: 2020-02-20
|
For one of the customers our add-in and another add-in shows up in the same space and user is able to work with one add-in at a time. It shows two arrows and user can go to the add-in by clicking in that arrow.
Is it possible to have both the add-in showed our and the others, is it because some id we have used in common? |
|
Andrei Smolin
Add-in Express team
Posts: 18219
Joined: 2006-05-11
|
Hello Roberth,
I don't understand the scenario. Is the "same space" a pane? If so, Of what type? If it isn't a pane, what is this?
Regards from Belarus (GMT+3),
Andrei Smolin
Add-in Express Team Leader |
|
Gireesh K Sahu
Posts: 9
Joined: 2020-02-20
|
Hi Andrei,
Can you send me your email address I can send you the screenshot?
Thanks,
Gireesh |
|
Andrei Smolin
Add-in Express team
Posts: 18219
Joined: 2006-05-11
|
Hello Gireesh,
You can send it to the support email address; find it in {Add-in Express installation folder}\readme.txt; please make sure your email contains a link to this topic.
In case the screenshot doesn't help please answer this question: Is that space a pane?
Regards from Belarus (GMT+3),
Andrei Smolin
Add-in Express Team Leader |
|
Andrei Smolin
Add-in Express team
Posts: 18219
Joined: 2006-05-11
|
Hello Gireesh,
Thank you for the screenshot.
So, that is a pane after all. You can't position two Add-in Express panes side by side as this isn't supported. You have these options:
- use Custom Task Panes (CTPs). I need to warn you however that Microsoft *seems* to start changing the UI related to the Custom Task Panes: previously, they showed all CTPs side by side, not it looks like they show some built-in TPs in the same container: try to show both Clipboard and Styles built-in TPs in the same position. This seemingly doesn't apply to CTPs, though.
- you can show your Add-in Express pane in another position. Or, you can let the user drag the pane to another position; see the ExplorerAllowedDropPositons and InspectorAllowedDropPositons properties of the ADXOlFormsCollectionItem object.
Regards from Belarus (GMT+3),
Andrei Smolin
Add-in Express Team Leader |
|