App Designer 2019b : automatic add of Figbrowser menu at load of app and then it's impossible to save or run
1 次查看(过去 30 天)
显示 更早的评论
I create a new blank app in App designer 2019b and save it immediately without editing anything. Then I reopen it and a complex FigBrowser menu appears. I am now unable to either run the app or save it. both buttons are greyed out. Any idea how to fix that? All my older apps have become impossible to edit and save.

0 个评论
回答(2 个)
Jim Brown
2021-5-13
This is EVRI's fault. I assume you are using PLS_Toolbox. They have a figbrowser function that adds this FigBrowswer menu automatically to figures. I had the same problem in R2021a. Once you open an App in App Designer with PLS_Toolbox in the path, the App is forever broken. The FigBrower code is like a virus in your App. You can try to delete the FigBrowser menu by right clicking and selecting delete. It will disappear, but when you save the App and reopen, it reappears and if you try again, you get a million error messages and App Designer freezes. Once you save the App after FigBrowser showed up, your App is largely useless as there are a whole lot of errors in the code due to FigBrowser. Easiest thing is to remove the EVRI code from your path before using App Designer. In that case you can open a clean copy of an App and work with it. If you really have to have PLS_Toolbox too, then look at the documentation for figbrowser on the EVRI wiki. They have ways to control when it shows up and you may be able to prevent it from openning in anything that is not EVRI code related.
4 个评论
Patrick Wray
2021-7-5
I know this comment comes a little late, but thanks to you guys i tracked it down to PLS toolbox. I looked up the documentation and managed to turn it off. I am still using Guide for my app - i will move to app designer when it is ready - but i was able to remove it but putting the following line in "guim_OpeningFcn":
figbrowser('off')
Hopefully this will help some people.
Jose Marcelino
2023-10-26
I'm facing the same issue. I removed the EVRI functions, and the app won't even open in the App Designer. Does anyone know how to solve this situation?
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Develop Apps Using App Designer 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!