Xem kết hợp Flat Xem Xem cây
Luồng thảo luận [ Trước | Tiếp theo ]
toggle
Submenu for Tools
Câu trả lời
15:33 24/01/2018
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
Câu trả lời
12:25 25/01/2018 gửi bài phản hồi tới 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"

.
.
Đính kèm

Các đính kèm: add items.PNG (19,4k)