FocusGainedCallback don't work with Multi-line Textbox
Infos
Cette question est clôturée. Rouvrir pour modifier ou répondre.
Afficher commentaires plus anciens
For the Single-line Textbox (edit textbox uicontrol with Max=1) , all undocumented callback (FocusGainedCallback, FocusLostCallback,...) work perfectly. However, when I try with Multi-line Textbox (edit textbox uicontrol with Max=2), these callbacks have no effect. Someone know to to fix it ?
1 commentaire
check Koutam
le 7 Sep 2015
Réponses (1)
Walter Roberson
le 7 Sep 2015
0 votes
You are asking about Java object callbacks accessed using undocumented methods. Their behaviour within MATLAB is undocumented and can change from release to release and does not have to be consistent even within one release.
You could ask Yair at the above link. He might at least know the reason for the problem.
1 commentaire
check Koutam
le 21 Sep 2015
Cette question est clôturée.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!