Block and un-block items
显示 更早的评论
Hello,
in guide I have few pushbuttons, uitables, radiobuttons.....few are enabled and few of them are disabled...
If I press button Calculate, than calculation is executed. During calculation I need disable all items. If calculation is finished, than enabled items before calculation have to be again enabled and disabled items before calculation have to be again disabled.
Haw can I do it?
msgbox? Or is there anything better?
Thank you
采纳的回答
更多回答(1 个)
Jan
2014-2-16
1 个投票
You can disable the complete figure with one command:
- http://www.mathworks.com/matlabcentral/fileexchange/15895-enabledisable-figure
- Under Windows: http://www.mathworks.com/matlabcentral/fileexchange/31437-windowapi - Ups, I see that there is an outdated version in the FEX. I'm going to post a new version soon, which is capable of disabling figures also.
类别
在 帮助中心 和 File Exchange 中查找有关 Interactive Control and Callbacks 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!