Adding a Cascading Menu to the Ribbon with Creo Parametric Toolkit
I'm migrating several Creo Parametric Toolkit (aka Pro/Toolkit) and JLink applications to Creo Parametric 3.0. Each of these tools was originally written to populate the old File/Edit/View menubars. The C programs currently use ProMenubarMenuAdd and its related functions, all of which are deprecated in favor of the ribbon UI.
One program in particular may not fit into the ribbon. It creates a run-time menu with deep cascading submenus, similar to what this picture illustrates:

The contents of these menus are defined in a text file that the site administrator can edit as needed, which I believe was the most appropriate design decision (and, no, I am not the original author of this code : ) ).
Does anyone know a way make a ribbon button do this? The only way I can think of is to define dashboard that dynamically populates a MenuBar UI component with a series of MenuPanes, CascadeButtons and Pushbuttons, all constructed at run-time. That's way more work that I can justify right now.
And, no, I don't think a pop-up menu is a feasible option here.
Did I miss something? Is there a straightforward way to do this in the ribbon?
Thanks -
|+| M a r k |+|
This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.

