How to get the handle of a selected object?

조회 수: 12 (최근 30일)
Csaba
Csaba 2014년 4월 1일
댓글: per isakson 2014년 4월 2일
I have made a GUI with 42 (14x3) editable text objects to input numbers. Rather than having 42 callback functions I have made a matrix of 14x3 handles. Using this matrix I can set all the properties of any preselected editable text object.
However, if the user clicks on one of the objects and enters something I am lost, I do not know which object has been selected, although, depending on the content, I want to make changes on the object (let's say changing the background color if the user hits a special key after entering a number).
Is there any way to get info about the object which was selected? It would be nice to have a function giving back the handle of the selected object.
Csaba

채택된 답변

per isakson
per isakson 2014년 4월 1일
  댓글 수: 2
Csaba
Csaba 2014년 4월 2일
Thank you very much. How long I was looking for it in the help!!! (Sometimes one got crazy. :-) )
Csaba
per isakson
per isakson 2014년 4월 2일
I know that feeling. Sometimes it is as if you need to know its name to find the function.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Graphics Object Properties에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by