Why does "Send to Back" and "Bring To Front" fail in GUIDE on Panel and Static Text objects in MATLAB 7.7 (R2008b)?

조회 수: 4 (최근 30일)
I am creating a figure in GUIDE and I have placed a Panel object and a Static Text object in the frame. I Right click on the front-most one and select "Send to back" (or click on the rear-most one and select "Bring to front") but nothing happens. Why?

채택된 답변

MathWorks Support Team
MathWorks Support Team 2016년 11월 18일
This is expected behavior that has to do with the inability to sort amongst different UIOBJECT types.
Handle graphics specification says that any UICONTROL object (the text object) will always stay on top of any UIPANEL object. You can change the stacking order within each group of UIOBJECT types but you can not change orders between the types.
UICONTROLS and UITABLE maintain one stacking order. AXES, PANELS, and BUTTONGROUPS maintain another.
For more information on Handle Graphics Properties refer to the following;
 

추가 답변 (0개)

카테고리

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

제품


릴리스

R2008b

Community Treasure Hunt

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

Start Hunting!

Translated by