App Designer 2019b : automatic add of Figbrowser menu at load of app and then it's impossible to save or run
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (2)
Larry McDermott
am 17 Apr. 2021
I've seen this in 2018b and 2021A and at times can't remove it!
0 Kommentare
Jim Brown
am 13 Mai 2021
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 Kommentare
Patrick Wray
am 5 Jul. 2021
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
am 26 Okt. 2023
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?
Siehe auch
Kategorien
Mehr zu Develop Apps Using App Designer finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!