Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

FocusGainedCallback don't work with Multi-line Textbox

1 visualización (últimos 30 días)
check Koutam
check Koutam el 4 de Sept. de 2015
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
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 ?

Respuestas (1)

Walter Roberson
Walter Roberson el 7 de Sept. de 2015
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 comentario
check Koutam
check Koutam el 21 de Sept. de 2015
I tried but I did not find the answer
The question is still not resolved :(

La pregunta está cerrada.

Community Treasure Hunt

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

Start Hunting!

Translated by