-
FlexPro
- Zoom sur FlexPro
- Fonctionnalités & Options
- Domaines d’application
- Tous les avantages
- Nouveau dans FlexPro 2021
- Testez FlexPro gratuitement
- FlexPro View OEM Freeware
- Conseils d’achat
- Login
- Langue
- +49 6894 929600
- infoweisang.com
- Google Maps
- Produits
- News
- Support
- Société
- Emplois
- Contact
- Login
- Langue
- +49 6894 929600
- infoweisang.com
- Google Maps
Add-In CommandBars
Accueil > Community > Automation and VBA > Add-In CommandBars
- This topic has 2 replies, 2 voices, and was last updated 20 years, 11 months ago by p.spoenemann@t-online.de.
-
AuthorPosts
-
December 7, 2003 at 8:46 pm #12444p.spoenemann@t-online.deMember
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
December 8, 2003 at 12:55 am #8739Bernhard 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.
December 8, 2003 at 12:55 am #8125p.spoenemann@t-online.deMemberI’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
-
AuthorPosts
- You must be logged in to reply to this topic.