app.UIAxes stuck in Background

10 Ansichten (letzte 30 Tage)
MoSo395
MoSo395 am 24 Okt. 2022
Beantwortet: Amit Dhakite am 6 Jun. 2023
Hi, I'm using Matlab app designer with Matlab R2022b and all UIAxes I used are stuck in the Background. In the Component browser I can reorder them but they will allways stay behind all other Components.
Did anyone experience the same Problem and knows how to avoid it ?
Thanks Moritz
  4 Kommentare
Mario Malic
Mario Malic am 24 Okt. 2022
Isn't there a Bring to front button on the canvas?
MoSo395
MoSo395 am 24 Okt. 2022
Bearbeitet: MoSo395 am 24 Okt. 2022
Yes, but it only reorders the UIAxes if I got several, but never brings them in front of the image. Otherwise it is not available... I now worked around it by cuting the Image into parts and laying them aroud the Axes :/

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Amit Dhakite
Amit Dhakite am 6 Jun. 2023
This is a known issue in MATLAB.
As a workaround, you can wrap your "uiaxes" with a "uipanel" and it will be visible over the "uiimage". For the "uipanel", you can turn the Border Type to "none" and the Title to the empty string.
A simple example demonstrating this is attached here for your reference.
To know more about "uipanel", kindly refer to the following link: https://www.mathworks.com/help/matlab/ref/uipanel.html

Kategorien

Mehr zu Dialog Boxes finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by