I try to use text control as a display area to show log information and it works fine. I wonder if the control has some kind of slider property to let user check all the information inside. You know there is a lot log text info and it really cannot show all on the screen one time.
Or any other control can do the job?
Thanks!

 Respuesta aceptada

Walter Roberson
Walter Roberson el 13 de Mayo de 2014

0 votos

No. However you can use an edit control with 'enable' set to 'disable', and that will not be editable but it will be scrollable. Remember to set the 'max' property to more than 1.

Más respuestas (1)

SEA-KEONG
SEA-KEONG el 13 de Mayo de 2014

0 votos

Do you know how i can let the cursor touch the bottom of the edit control every time after appending new log info to it?
Thanks!

1 comentario

Walter Roberson
Walter Roberson el 13 de Mayo de 2014
I believe you need to go into the Java level to do that.

Iniciar sesión para comentar.

Categorías

Más información sobre MATLAB en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 13 de Mayo de 2014

Comentada:

el 13 de Mayo de 2014

Community Treasure Hunt

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

Start Hunting!

Translated by