how can i clear the edit text automatically when i push button that i already set to clear the edit text.meaning that, when i push the button, edit text will be clear with word or value in the edit text.

 채택된 답변

TAB
TAB 2012년 1월 31일

1 개 추천

In your button callback function
set(handles.edit1,'String','');
where edit1 is your edit text

댓글 수: 2

norfaizayu
norfaizayu 2012년 1월 31일
thank you.
mohamed abonour
mohamed abonour 2016년 12월 24일
  • Item onethanks pro :D
  • Item two

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

추가 답변 (1개)

카테고리

도움말 센터File Exchange에서 Text Data Preparation에 대해 자세히 알아보기

태그

질문:

2012년 1월 31일

답변:

2019년 7월 14일

Community Treasure Hunt

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

Start Hunting!

Translated by