Is it possible to build custom UI components in app designer that can be visually re-used in app designer?
Show older comments
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 Comments
Dennis
on 25 Jun 2019
I am not aware of that functionality, but you can of course create ui components programmatically and pass the handles back to your app.
Xander Twombly
on 27 Jun 2019
Dennis
on 28 Jun 2019
You can aswell create your components in one app, group your elements and copy & paste them to different apps.
Xingguo WU
on 6 Apr 2020
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".
Accepted Answer
More Answers (0)
Categories
Find more on Develop Apps Using App Designer in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!