Topic
Add-In CommandBars
Page d'accueil ' Communauté ' Automation et VBA ' Add-In CommandBars
- Ce sujet contient 2 réponses, 2 participants et a été mis à jour pour la dernière fois par p.spoenemann@t-online.de, le il y a 21 années et 5 mois.
-
AuteurMessages
-
07.12.2003 à 20:46 #35070p.spoenemann@t-online.deParticipant
I’m just developing an add-in for FlexPro Version 6.0.28.
And now I want to add my own menu and toolbar.
But I can’t find the CommandBars collection, which I normally would use.So, how can I add my own menu entries during the Connection of the add-in?
The add-in is written in C++.
Peter
08.12.2003 à 00:55 #35068p.spoenemann@t-online.deParticipantI’m just developing an add-in for FlexPro Version 6.0.28.
And now I want to add my own menu and toolbar.
But I can’t find the CommandBars collection, which I normally would use.So, how can I add my own menu entries during the Connection of the add-in?
The add-in is written in C++.
Peter
08.12.2003 à 00:55 #35069Bernhard KantzParticipantThe custom toolbar and menus are the only items that are not accessable through Automation in FlexPro 6. This feature will be available in FlexPro 7. With FlexPro 6 you need to manually add your macro to the UI. Unfortunately, this is possible for VBA macros only and not for external C++ code. Therefore you may need to write a wrapper macro in FlexPro VBA and store that in the template database.
-
AuteurMessages
- Vous devez être connecté pour répondre à ce sujet.