It is possible to show an axes over a static text?

2 ビュー (過去 30 日間)
Dani Tormo
Dani Tormo 2012 年 12 月 14 日
Hi!
I am showing a moving axes together with the mouse but I want it to be showed over all the static texts I have on the GUI.
Is this possible?
Thanks!

回答 (1 件)

Walter Roberson
Walter Roberson 2012 年 12 月 14 日
If the static texts are uicontrol('Style', 'text') then No, it is not possible to show an axes over them. If the static texts are text() objects, then Yes, you can uistack() them to be below a different axes.
  2 件のコメント
Dani Tormo
Dani Tormo 2012 年 12 月 17 日
Mine are uicontrol. Some of those objects are changing during execution. I think that the others can't.
And opening another figure or GUI? How to do deal with that?
Walter Roberson
Walter Roberson 2012 年 12 月 17 日
You cannot overlay graphics over a uicontrol.
To open a new figure, use figure()

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeMigrate GUIDE Apps についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by