RibbonBar Menu Generator

More
4 years 1 week ago - 3 months 3 days ago #272 by Bruce Armstrong
Bruce Armstrong created the code: RibbonBar Menu Generator
The attached utility allows you to select a target and will list the menus within the application. If you double click on a menu, the utility will generate sample XML for a RibbonBar that will contain app menu items and ribbon buttons corresponding to menu items in the selected menu.

In order to deal with inherited menus, the application adds the libraries from the selected target to it's own library list. Since that approach only works in an executable (not the development environment) you much compile the utility form the attached PBL and run the executable.

As written, the utility can only deal with targets whose libraries are in the same directory as the target or in sub-directories under the target directory. If your application uses targets whose PBLs are not in that structure, you will need to modify the of_gettarget method to better handle the parsing the library locations.

You can see it in operation in the following video: vimeo.com/407468290/81c471cd86

12/28/2020: The sample has been updated for 2019 R3.

This message has an attachment file.
Please log in or register to see it.

Last Edit: 3 months 3 days ago by Bruce Armstrong.

Please Log in or Create an account to join the conversation.

More
3 years 2 weeks ago #344 by Bruce Armstrong
Bruce Armstrong replied the code: RibbonBar Menu Generator
I've provided you with the source code so that you can compile it yourself for whatever version you are using.

Please Log in or Create an account to join the conversation.

More
3 years 2 weeks ago #343 by Michael Hartnett
Michael Hartnett replied the code: RibbonBar Menu Generator
Hi Bruce,
Loved the presentation on this.
The runtime seems to be looking for PB Runtime 19.2.0.2556, but the current PB2019 R3 is actually Runtime 19.2.0.2670.
The application is throwing an error as a result.
Any chance you could provide and updated version.
Thanks
Michael

Please Log in or Create an account to join the conversation.

Moderators: Appeon Administrator