Is it possible to build custom UI components in app designer that can be visually re-used in app designer?

14 ビュー (過去 30 日間)
I would like to build a series of custom compound ui components from the common components in app designer, and then make the custom ui components available as drag and drop components in app designer. Perhaps something as simple as creating a container, populating the container with common components, and then saving the container as a ui*** component that can be visually selected from a component library in app designer.
Fundamentally, does this level of flexibility to create and manage custom ui components exist yet in app designer?
  4 件のコメント
Dennis
Dennis 2019 年 6 月 28 日
You can aswell create your components in one app, group your elements and copy & paste them to different apps.
Xingguo WU
Xingguo WU 2020 年 4 月 6 日
Hi, did you find a way to do so?
I wanted to inherit a panel class, and in this subclass I can already put other controls, finally to reuse this panel in main figure across different programs.
But seems I cannot inherit `matlab.ui.container.Panel`, error prompt saying something like "class not in the allowance list".

サインインしてコメントする。

採用された回答

Eric Sargent
Eric Sargent 2020 年 12 月 9 日
As of R2020b you can author a custom UI component and add it to an App Designer app programatically (i.e. it is not possible to add it to the Component Library in the App Designer canvas). You can use this class to create reusable components across multiple apps.
  1 件のコメント
Greg
Greg 2021 年 4 月 18 日
Update: as of R2021a, you can register custom ComponentContainer classes with the component library in App Designer.
appdesigner.customcomponent.configureMetadata('C:\MyComponents\ColorSelector.m');

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDevelop Apps Using App Designer についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by