How to disable the TAB to get into an EditField box (R2020b)?

조회 수: 2 (최근 30일)
John
John 2020년 11월 13일
댓글: gwoo 2023년 6월 21일
By typing the TAB key, the app-designer can move the cursor into another EditField box, to input/edit the content.
Some Edit Field boxes are for showing the intermidiat result and are set to "Interruptible" OFF. We wish the TAB will NOT bring the cursor into that box.
How to set it for the TAB not to access / goes into the box?

답변 (1개)

Steven Lord
Steven Lord 2020년 11월 19일
Try setting its Enable property to 'on' and its Editable property to 'off'. See the pictures in the description of the Editable property on this documentation page. I'm not 100% certain that this will prevent it from being included in the tab order, but I believe it likely.
  댓글 수: 1
gwoo
gwoo 2023년 6월 21일
This "works" but it also greys out the field and makes it inaccessble in any way, even direct selection. There isn't an option that disables tab navigation to the field but still keeps it's the normal visibility (not greyed out) and allows direct selection.
Even images are tab elements when I don't want them to be, and I can't disable the tab navigation to them without also making them appear greyed out.
Enabled
Enabled Image with full color
Disabled
Disabled Image with greyed-out color

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

카테고리

Help CenterFile Exchange에서 Construct and Work with Object Arrays에 대해 자세히 알아보기

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by