How to create dialog box with disabled edit fields?
1 次查看(过去 30 天)
显示 更早的评论
Hello,
I'd like to write a function, with input would be cell (see example image below)
and the output should be a dialog box with a similar structure, only with the following "rules":
- fisrt coloumn (key) - should be type 'text'.
- 2nd coloumn (value - local) - should be type edit box (Enable = ON)
- 3rd coloumn (value - golden) - should be type edit box (Enable = OFF)
And of course the typical "Ok" & "Cancel" buttons/
Can this be done somehow?
P.S obviously, I'm looking for a generic solution. not something specific for the example above.
THANKS !!!
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 File Operations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!