Remove object from TabOrder List
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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.
0 Commenti
Risposte (2)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!