movegui / OpeningFcn / simple Question / no need for more words :}
显示 更早的评论
Hey guys, I have two GUI`s where the 1st GUI open|starts the 2nd GUI. The Problem: In the 2nd GUI i used the Code movegui('west') and if i debug the 2nd GUI, it works perfect(-ly) However, if i open the GUI with a Call in 1st GUI the movegui-command doesn't work.
Why?
PS: the movegui('west') command is placed in the GUI opening Fnc...
采纳的回答
更多回答(1 个)
Image Analyst
2014-8-6
0 个投票
Is the tag property of the two GUIs the same name? That might cause it. Also, try putting the movegui() function in the output_fcn instead of the Opening_Fcn.
类别
在 帮助中心 和 File Exchange 中查找有关 Startup and Shutdown 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!