displaying contents while entering in text box only not after pressing enter key
Mostrar comentarios más antiguos
i have a text box if i type a then a should be displayed without pressing the enter key
similarly if i type ab then ab should be displayed without pressing the enter key
how do i write callback for this
Thanks in advance
Respuesta aceptada
Más respuestas (1)
Jan
el 30 de Ag. de 2013
0 votos
This seems like the standard for uicontrol of type edit. Please explain exactly, what you mean by "text box".
Perhaps you mean a text object (see "help text"), which is updated by the WindowsKeyPressFcn, which is a property of the parent figure.
2 comentarios
shaz
el 30 de Ag. de 2013
Categorías
Más información sobre Interactive Control and Callbacks en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!