Combination View Flat View Tree View
Threads [ Previous | Next ]
toggle
Submenu for Tools
Answer
1/24/18 3:33 PM
Hallo there!

We have implemented a lot of tools (executable scripts) for our modeling languages, they are all in the menubar under "Tools". Now we want to restructure, because it is confusing to have all in the menubar without a deeper structure.

Our question: It is possible to add a deeper structure? Something like this:


It would be great if you could help us.

Best Regards,

Daniel Heinzig

RE: Submenu for Tools
external coupling item
Answer
1/25/18 12:25 PM as a reply to Daniel Heinzig.
Dear Daniel,

yes, it is possible to structure the menu items. For example if you want to have a menu point „Ansicht“ (within the modelling component of your tool), which has an item „Zoom“ and 4 subitems for „Zoom“ then you can write the following code in External Coupling (Library attributes →Add-ons → External Coupling):

1ITEM "Vergrößern" modeling:"Ansicht" sub-of:"Zoom"
2ITEM "Verkleinern" modeling:"Ansicht" sub-of:"Zoom"
3ITEM "Normal" modeling:"Ansicht" sub-of:"Zoom"
4ITEM "Nur Text zoomen" modeling:"Ansicht" sub-of:"Zoom"

.
.
Attachment

Attachments: add items.PNG (19.4k)