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 edit summary
 
Line 8: Line 8:


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


'''Still having problems? Please contact our helpdesk at [mailto:helpdesk@eigenvector.com helpdesk@eigenvector.com]'''
'''Still having problems? Please contact our helpdesk at [mailto:helpdesk@eigenvector.com helpdesk@eigenvector.com]'''


[[Category:FAQ]]
[[Category:FAQ]]

Latest revision as of 10:53, 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.
  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