UITable doesn't work on Standalone Desktop App but on AppDesigner
5 views (last 30 days)
Show older comments
Hi everyone,
in my standalone desktop app everything works fine except the UITable. I have clicked the Button "3.Select Material File" where I choose a txt file and after it should appear something on the UITable. Unfortunately it doesn't and gives an error sound back.
Is there some work around? Or is it not recommended to have a UITable in a Matlab standalone desktop app, because it doesn't support it?
Do you recommend to make an executable instead on Matlab Coder?
Thank you in advance!

0 Comments
Accepted Answer
Cris LaPierre
on 18 May 2021
Consider creating a runtime log of your compiled app. See this answer for more detais. Recompile the app, run it, and click your button again. Then navigate to the log file and see if there are any helpful details.
2 Comments
More 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!