EasyGUI not working for version R2014b
이전 댓글 표시
Hi I was using EasyGUI successfully with R2014a. But it stopped working with R2014b. The problem was that the object defined by uipanel no longer has the properties of 'widthlimits' and 'heightlimits'.
obj.UiGuiArea = uipanel('parent' ...
, obj.UiMainContainer, 'units' ...
, 'pixels', 'backgroundcolor' ...
, obj.BackgroundColor, 'tag' ...
, 'autogui-guiarea' );
set(obj.UiGuiArea, 'widthlimits', [1 1], 'heightlimits', [2 inf]);
The error was "There is no widthlimits property on the UIFlowContainer class." What is the physical meaning of 'widthlimits'? would be the alternative for it? Thanks for your help. Hopefully R2014b does not require a major overhaul for EasyGUI, which was handy.
댓글 수: 1
M. Welters
2016년 1월 6일
It is such a pity that autogui does not work unter R2014b anymore. Replacing "widthlimits" by "WidthLimits" and "heightlimits" by "HeightLimits" only removes the exceptions. Unfortunately the created GUI controls are invisible. I think this is related to this change:
Dear Mathworks engineers, you should be easily able to provide an autogui revision compatible to R2014b or later, aren't you?
채택된 답변
추가 답변 (2개)
M. Welters
2015년 12월 11일
0 개 추천
It is such a pity that autogui does not work unter R2014b anymore. Replacing "widthlimits" by "WidthLimits" and "heightlimits" by "HeightLimits" only removes the exceptions. Unfortunately the created GUI controls are invisible. I think this is related to this change:
Dear Mathworks engineers, you should be easily able to provide an autogui revision compatible to R2014b or later, aren't you?
M. Welters
2018년 4월 6일
0 개 추천
It seems that Vadim Frolov fixed EasyGUI to work with ML R2014b+
카테고리
도움말 센터 및 File Exchange에서 Resizing and Reshaping Matrices에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!