Unable to update app GUI fields after load

조회 수: 2 (최근 30일)
Justin Morse
Justin Morse 2020년 4월 3일
편집: Urmila Rajpurohith 2020년 4월 6일
I am currently trying to create save/load functionality to an app.
I am confident that my load function is working because I have successfully output loaded variables from save file in a message box after a clear command.
My issue is after the load, I am trying to update all EditFields on my GUI with the loaded variables. However, it appears after the load function, I lose all ability to update EditField.Value on my GUI. I have tried using numbers for EditFields.Value instead of variables to remove any variable issues. This shows the issue is not tied to variable loading issues. I have also commented out the load line entirely and it works perfectly. See pics below of load vs. commented out load lines.
I inserted the figure(app.UIFigure) based on issue other were seeing where the GUI window doesn't appear to be selected and on top of all other windows. This has not helped either. Link: https://www.mathworks.com/matlabcentral/answers/296305-appdesigner-window-ends-up-in-background-after-uigetfile
Any help is greatly appeciated!!!
EditField.Value (lines 1104 & 1105) do not work.
EditField.Value (line 1104 & 1105) work after commenting out load line. I also had to comment out the clear command to prevent an error.
  댓글 수: 1
Justin Morse
Justin Morse 2020년 4월 3일
I found a work-around or fix(???) although I still don't understand why it is needed.
when I assign the load to a variable as below, the issue goes away.
var=load(fullfile(pathname,filename));
I am still curious why the original load line does not work properly.

댓글을 달려면 로그인하십시오.

채택된 답변

Urmila Rajpurohith
Urmila Rajpurohith 2020년 4월 6일
편집: Urmila Rajpurohith 2020년 4월 6일
you can refer to the below documentation on "Unexpected Results when loading variables within a funcion" to understand working of "load" function

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Develop Apps Using App Designer에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by