How to disable the TAB to get into an EditField box (R2020b)?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
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?
Antworten (1)
Steven Lord
am 19 Nov. 2020
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 Kommentar
gwoo
am 21 Jun. 2023
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
Disabled
Siehe auch
Kategorien
Mehr zu Develop Apps Using App Designer finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!