Faq my app stops working with pls toolbox on the path

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Issue:

My App Designer app can't be saved when PLS_Toolbox is installed - how can I fix this?

Possible Solutions:

The particular problem is related to the use of defaultfigurecreatefcn​ to add the figbrowser menu on figures. There are two options for working around this:

  1. Temporarily disable the figbrowser menu by running the following command before you use app designer:
    figbrowser('off')
    The figbrowser menu will be turned on automatically when you use PLS_Toolbox so you'll need to turn it off again.
  2. Permanently disable figbrowser menus by deselecting the FigBrowser > Figbrowser On All menu item. Alternatively, use the following command at the Matlab command line:
    setplspref('figbrowser','enableautoadd','off');
    setplspref('figbrowser','autoadd','off');


Still having problems? Please contact our helpdesk at helpdesk@eigenvector.com