How to get the handle of a selected object?
    4 visualizzazioni (ultimi 30 giorni)
  
       Mostra commenti meno recenti
    
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
0 Commenti
Risposta accettata
  per isakson
      
      
 il 1 Apr 2014
        2 Commenti
  per isakson
      
      
 il 2 Apr 2014
				I know that feeling. Sometimes it is as if you need to know its name to find the function.
Più risposte (0)
Vedere anche
Categorie
				Scopri di più su Creating, Deleting, and Querying Graphics Objects in Help Center e File Exchange
			
	Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

