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!

 Réponse acceptée

Walter Roberson
Walter Roberson le 13 Mai 2014

0 votes

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.

Plus de réponses (1)

SEA-KEONG
SEA-KEONG le 13 Mai 2014

0 votes

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 commentaire

Walter Roberson
Walter Roberson le 13 Mai 2014
I believe you need to go into the Java level to do that.

Connectez-vous pour commenter.

Catégories

En savoir plus sur MATLAB dans Centre d'aide et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by