Faq my app stops working with pls toolbox on the path: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
(Created page with "===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 o...")
(No difference)

Revision as of 10:50, 8 October 2019

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 after use. This behavior may change in the future (post version 8.7).
  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