How to change Tab order of panel of my gui?

11 Ansichten (letzte 30 Tage)
T
T am 17 Apr. 2014
Kommentiert: Jesus Fuenmayor am 6 Jan. 2019
I've created a GUI using guide. I've added 6 panels on the GUI. I now want to change the tab order of the panels. I found I can change the tab order of elements inside each panel using 'Tab order editor' of guide but how to do the same for the panels themselves?
eg. each panel ( pA, pB, pC...) have three edit boxes each. I want to change the order so that on pressing the tab key, edit boxes in pB get focused first, then the ones on Pd, then pA and so on as I want
  1 Kommentar
Amelia van Leeuwen
Amelia van Leeuwen am 7 Feb. 2018
Hi, I'm having the same problem, did you ever figure out a solution? Thanks.

Melden Sie sich an, um zu kommentieren.

Antworten (2)

Jefferson Pérez
Jefferson Pérez am 13 Feb. 2018
Hello. I've found the solution on this site: https://groups.google.com/forum/#!topic/comp.soft-sys.matlab/vlwz1TouDYs
"Hi,
I think it is too late now but maybe I can help a few fellows.
Open your GUI in GUIDE. The "panel tab order" is exactly the order of the panel objects in the object browser window (View >> Object Browser).
As far as I know there is just one way to rearrange the order: Right click them and use "bring in front" and "send to back". Unfortunately, this throws them to the top most or bottom position, but it is possible to arrange them."
You need "SEND TO BACK" the panels in the inverse order you want to. You can then rearrange in the correct order. It worked for me.
Regards.

nl2605
nl2605 am 17 Apr. 2014
This link should be helpful to you. Contains links to files that might help.
  1 Kommentar
T
T am 17 Apr. 2014
er..I don't want a tabbed panel, all i want is to change the order in which the panels get focused when a user presses the tab key on the keyboard

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Migrate GUIDE Apps finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by