필터 지우기
필터 지우기

Force CAPS on gui edit box?

조회 수: 1 (최근 30일)
Edmund Paul Malinowski
Edmund Paul Malinowski 2015년 11월 24일
편집: Kirby Fears 2015년 11월 24일
Hey all,
Is it possible to force gui edit boxes to be in capitals? Can this be set in guide or is done by processing the values on a callback somewhere?
Thanks,
Paul..
  댓글 수: 2
Edmund Paul Malinowski
Edmund Paul Malinowski 2015년 11월 24일
I mean String, not value :)
Kirby Fears
Kirby Fears 2015년 11월 24일
편집: Kirby Fears 2015년 11월 24일
In the callback you can reassign the edit box contents to equal upper() of the contents. When the user is typing, it will be in whatever case until they hit enter or otherwise trigger the callback. If that works for you, give it a shot.

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Model, Block, and Port Callbacks에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by