Kombinasjonsvisning Flat visning Trådet visning
Tråder [ Forrige | Neste ]
toggle
Submenu for Tools
Svar
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
Svar
25.01.18 12:25 Postet som et svar til melding #{1} av {2}
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"

.
.
Vedlegg

Vedlegg: add items.PNG (19,4k)