uiwait function blocking update of uitables in GUIDE
Afficher commentaires plus anciens
I have GUI (made in GUIDE) that allows a user to configure a bunch of settings that will be used in the operation of a script. Part of this operation is the formatting of a table that will be among the outputs which includes things like phase names, file locations, voltages, etc. Because I need to consider the output of the GUI, I am using uiwait in the OpeningFcn and uiresume in a "Generate" button that allows the script that calls the GUI to continue.
However, I have found that if I use the uiwait function, the uitables within the GUI no longer properly update. They will display the correct number of columns and rows, but no content. If I do not use the uiwait function, all updates properly. I need the output from the GUI so I need to use uiwait, but I also need to be able to see the tables.
Is there someway I can work around/mitigate this behaviour?
Thanks in advance.
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Develop Apps Using App Designer dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!