AnnotationPane errors on Guide
12 次查看(过去 30 天)
显示 更早的评论
Hi,
When MathWorks will solve the BUGs using guide on 2019b?
I just update to 2019b and it is impossible to work with all those AnnotationPane errors...
Ungoing project stopped, to late to migrate to code based GUIs or the new AppDesign interface.
0 个评论
采纳的回答
Adam Danz
2019-11-18
编辑:Adam Danz
2019-12-26
Are you referring to the problem described here? If so, TMW is aware of this bug but since GUIDE GUIs will be phased out, I'm not sure whether it will be fixed or not.
See the answer provided in that link for some code to add to your OpeningFcn function to eliminate the scribeOverlay handle when the GUI is created.
[Update 20-Nov-2019]
In case anyone else is facing this problem, try out the patch provided in this FEX. It's been tested on a couple of GUIs.
[Update 26-Dec-2019]
Update #3 for r2019b fixes this problem: https://www.mathworks.com/support/bugreports/2083859
11 个评论
Charles James
2021-7-27
I just noticed this bug even though I'm using 2020a (in 2021), it must have been the GUI was edited with an older Guide before before the fix. It only showed up when I tried to copy or paste elements which I obviously hadn't done for a while.
The patch looks like it actually repairs the .fig file so once applied the new fig file can be saved without the offending AnnotationPane objects. Once the .fig file is fixed the guidefunc.m wrapper described in the patch isn't needed any more (unless you have other corrupted .fig files from other GUIs you still work with). I wouldn't use the patch all the time or the prompts and warnings that you are using a custom version of guidefunc.m will keep popping up.
更多回答(1 个)
Dennis
2024-7-3
Hi,
sorry to dig up this old thread. Hope somebody can help.
I have an old GUIDE GUI created with a very old Matlab version. It worked fine in Matlab 2023b when I simply ran it!
However, I loaded it into GUIDE to modify a textbox and saved the *.fig. After that, I was no longer able to run my GUI. I receive Error:
Error using matlab.graphics.Graphics/set
Unrecognized property Enable for class AnnotationPane.
when I run my function to enable/disable GUI elements (set(handlesFilterSettings, 'Enable', 'on');)
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Environment and Settings 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!