Maximum recursion limit when running a GUI

1 次查看(过去 30 天)
Hi,
I keep getting recursion limit errors when trying to run my GUI from GUIDE.
I've commented out all the code i've put into callbacks so that the only code left is the basic GUI structure of callbacks and create functions etc.
However, this error still shows up and MatLab crashes.
I tryed to access the .fig file so that I could look at the GUi template and the same error occured then.
The whole script was working fine yesterday so I'm confused about what might have happened?
Any help would be fantastic

采纳的回答

Henry
Henry 2013-7-2
Scratch this, I've found my problem. Incase it helps others this was the solution:
the errors were based on three static text boxes which I had created a callback for and then deleted, so by creating a new GUI with a static text box and then copying/pasting the code over to this one and changing it's name the script was able to run again.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Migrate GUIDE Apps 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by