構造的に表示 平面上に表示 ツリー上に表示
スレッド [ 前へ | 次へ ]
toggle
Submenu for Tools
答え
18/01/24 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
答え
18/01/25 12:25 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"

.
.
画像の固定

添付ファイル: add items.PNG (19.4k)