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!

 채택된 답변

Walter Roberson
Walter Roberson 2014년 5월 13일

0 개 추천

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.

추가 답변 (1개)

SEA-KEONG
SEA-KEONG 2014년 5월 13일

0 개 추천

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

Walter Roberson
Walter Roberson 2014년 5월 13일
I believe you need to go into the Java level to do that.

댓글을 달려면 로그인하십시오.

카테고리

도움말 센터File Exchange에서 MATLAB에 대해 자세히 알아보기

질문:

2014년 5월 13일

댓글:

2014년 5월 13일

Community Treasure Hunt

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

Start Hunting!

Translated by