Kombinierte Ansicht Flache Ansicht Baumansicht
Threads [ Zurück | Nächste ]
toggle
Submenu for Tools
Antwort
24.01.18 15:33
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
Antwort
25.01.18 12:25 als Antwort auf 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"

.
.
Anhang

Anhänge: add items.PNG (19,4k)