Strange UI behaviour in App Designer
8 views (last 30 days)
Show older comments
I am designing an app in App Designer but sometimes when I run the app the UI becomes broken (see first image) and I have to run the app again for the UI to render as intended (see second image). I have used the 2-Panel App with Auto-Reflow template to start designing this app. I'm not providing any code snippets as I don't know where the problem might originate from and because the problem appears even if I don't make any changes that affect the UI of the app.
6 Comments
Kevin Holly
on 28 Apr 2022
Edited: Kevin Holly
on 28 Apr 2022
@John F I had an issue with an app while using Auto-Reflow in the past when I used the unsupported normalized units. Switching back to pixel units resolved my issue. So, I'm not 100% sure that its the issue, just a guess based on my past experience. As for an example, I would add the following line after adjusting the position of your axes (assuming you did this programmatically after converting to normalize units):
app.UIAxes.Units = 'pixels'
Giving it a second look, I noticed you are using R2020b. Have you trying running the app in the lastest release?
Answers (0)
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!