R2017b Home: Missing uitree in appdesigner
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Thomas
am 3 Dez. 2017
Kommentiert: Brett Mather
am 11 Jan. 2018
Hello,
I just updated to R2017b (Home, Win10). From the release note I understood that the appdesigner supports uitree now. But it's not available in the app designers component library.
Have I overlooked something?
Thomas
0 Kommentare
Akzeptierte Antwort
Elizabeth Reese
am 5 Dez. 2017
The support for the uitree in MATLAB R2017b is for programmatic creation of the object. The component may be added to the App Designer Component Library in a future release. You can see an example of creating the uitree programmatically on the documentation page. If you want to get an exact position, you can try adding a different component (perhaps a uipanel) to the app and space it out how you like, then write down its Position in pixels to use for the created uitree.
1 Kommentar
Brett Mather
am 11 Jan. 2018
MathWorks should update the documentation here: https://www.mathworks.com/help/matlab/components-in-app-designer.html
It states: "Add, remove, and position components in your app using drag and drop operations."
It then continues on to list a uitree as a common component that could be added using App Designer drag and drop. Unfortunately this is not true.
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Develop Apps Using App Designer finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!