Remove object from TabOrder List

2 visualizzazioni (ultimi 30 giorni)
Z.P.
Z.P. il 14 Dic 2018
Risposto: Z.P. il 7 Gen 2019
Hello folks.
I have a serious problem.
I have a GUI. On the Gui is a panel.
On that panel are many edit fields and popups.
Those Input fields can be selected with the "Tab" button on the keybord and this is very handy if you want to input values quickly.
But now I have e big issue. I use some pushbuttons that are inactive, as areas with CData. thos CData change to indicate if the input value has bee edited by the user or by the system. Also there are some inactive pushbuttons with CData that indicates an information icon.
The problem now is, that while tabbing through input fields it jumps then to the icons and not into the next input field as normally ment to be.
I tried the uicontrol('style','frame') that indeed has the CData property, but nothing changes if I set CData. Also MATLAB has stated, that only pushbuttons and togglebuttons fully support CData.
So the next idea is to remove those icons from a tabbing list that must be somewhere.
It would be very nice if someone knows how to access such a tabbing order list and could explain how to remove items from such a list.
I have to notice, that it is not allowed to use underlaying java components.

Risposte (2)

Z.P.
Z.P. il 17 Dic 2018
Anyone?

Z.P.
Z.P. il 7 Gen 2019
Please help :(

Categorie

Scopri di più su Programming in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by