Dynamic Option Values in UIDropdown using App Designer
12 views (last 30 days)
Show older comments
Hi all, I'm just getting into App Designer, and I'm trying to work out how I can create dynamic option values in a uidropdown property. E.g. I want the options available in the DropDown to change, depending on what is going on elsewhere in the code.
I'm using 2017a, and referring to the documentation topics 'uidropdown' and 'DropDown Properties', it seems like it should be possible. The documentation states '(App Designer)' against these topics, so it looks like it is referring specifically to App Designer. However, in App Designer, the section where I would edit this code is greyed out.
Why would the documentation for (App Designer) uidropdown provide so much detail about the syntax and options, if I can't actually edit this within App Designer?
Thanks in advance, Hugh.
0 Comments
Answers (1)
Chris Portal
on 2 Sep 2018
You can do this by configuring your dropdown's values in the startup callback function. Right click on the figure background in the drag and drop design canvas, select Callbacks, and choose StartupFcn to add one to your app.
0 Comments
See Also
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!