Why is appdesigner toolbar not visible when visible is defined as 'on'?
16 ビュー (過去 30 日間)
古いコメントを表示
Hello,
I am having trouble with Appdesigner toolbar.
First, is there a way to get it always be visible and not just when you hover over it with your mouse?
Second, despite when I define:
app.UIAxes.Toolbar.Visible = 'on'
the toolbar is not visible. I'm able to interact with it but it just disappears. Is there a fix?
8 件のコメント
Peter
2021 年 7 月 7 日
Ah I see, glad it worked. I'll post my answer again below so it can be found more easily.
採用された回答
Peter
2021 年 7 月 7 日
A workaround that worked for me was to 'reset' the Toolbar Handle Visibility after creating a plot in the UIAxes component like:
app.UIAxes.Toolbar.HandleVisibility = 'off'
app.UIAxes.Toolbar.HandleVisibility = 'on'
1 件のコメント
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Title についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!