I have a button group of 2 radio buttons,edit text box and browse button

1 次查看(过去 30 天)
I have a button group of 2 radio buttons,edit text box and browse button
When i press one radio button . the text box n browse button should be disabled
When i press another radio button . the text box n browse button should be enable
I have done it using set(handles.edit5,'enable','off') in callback function; for disabling txt box
but when i press another button it is not enabling set(handles.edit5,'enable','on'); in callback function
can anyone solve this problem
thanking u in advance

回答(2 个)

jeff wu
jeff wu 2012-5-8
编辑:Walter Roberson 2012-7-14
try this
uicontrol('style','pushbutton',...
some other properties
@set(handles.edit5,'enable','off'))

Image Analyst
Image Analyst 2012-7-14
Set a breakpoint on the set line. Does it ever execute that line? Are there any error messages, like there would be if you had misspelled a tag?

类别

Help CenterFile Exchange 中查找有关 Migrate GUIDE Apps 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by