필터 지우기
필터 지우기

How to change Tab order of panel of my gui?

조회 수: 8 (최근 30일)
T
T 2014년 4월 17일
댓글: Jesus Fuenmayor 2019년 1월 6일
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
Amelia van Leeuwen
Amelia van Leeuwen 2018년 2월 7일
Hi, I'm having the same problem, did you ever figure out a solution? Thanks.

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

답변 (2개)

Jefferson Pérez
Jefferson Pérez 2018년 2월 13일
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 2014년 4월 17일
This link should be helpful to you. Contains links to files that might help.
  댓글 수: 1
T
T 2014년 4월 17일
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

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

카테고리

Help CenterFile Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by