TAB key in MATLAB GUI
이전 댓글 표시
I created GUI with MATLAB GUIDE application and this GUI got mix of edit boxes, pushbuttons and radio buttons grouped in different panels. I'm looking to use TAB key to switch between different buttons, boxes and also between panels. TAB key order with Tab editor option in GUIDE works flawlessly for boxes within a panel but not able to define the switching order between panels.
댓글 수: 3
Adam
2016년 9월 13일
Nope, as far as I am aware this is a limitation. Certainly it was when I tried it. I think it just goes in the order you create the panels.
Jallikattu
2016년 9월 14일
Walter Roberson
2016년 9월 14일
Change the Children order of the panels in order to change the tab order.
답변 (1개)
Walter Roberson
2016년 9월 13일
0 개 추천
Tab order is reverse of Children order; see http://www.mathworks.com/help/matlab/creating_guis/setting-tab-order-in-a-programmatic-gui.html
카테고리
도움말 센터 및 File Exchange에서 Migrate GUIDE Apps에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!