GUI window does not show up in front
古いコメントを表示
I created an GUI window A using GUIDE. This window is supposed to be open when user clicks a button on another GUI window B. However, after clicking the button, window A does not show up in front. I can see the window has been created and shown in the task bar. But even clicking the window icon from task bar does not bring it to front. Basically, I can not see or operate on window A. What could be wrong for window A to continue staying at the back of other windows?
Thanks.
採用された回答
その他の回答 (1 件)
Walter Roberson
2012 年 4 月 12 日
0 投票
Possibly the 'visible' property for it is currently set 'off' ? In B you need to set() the 'visible' property for figure A to be on.
4 件のコメント
Boyang Zhang
2012 年 4 月 13 日
Walter Roberson
2012 年 4 月 13 日
If it is already visible there should not be any problem.
How do you ask to open "A" inside "B" ?
Boyang Zhang
2012 年 4 月 13 日
Walter Roberson
2012 年 4 月 13 日
Ah... possibly that code is turning off the visibility of A.
Put a breakpoint at the place A is called, and then single-step into that code in the debugger.
カテゴリ
ヘルプ センター および File Exchange で Scope Variables and Generate Names についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!