FAQ - Frequently Asked Questions
Issue:
- 
        After I make a selection in IMAGEGUI or PLOTGUI, some of the menus disappear.
 
Possible Solutions:
- 
        There is a known bug in the Macintosh version of Matlab which causes user-defined menus to disappear when a window is made "modal" (a state where that window requires the user's attention). To avoid losing user-defined menus, execute the following command to disable the "modal" feature in PLS_Toolbox gselect function:
 
setplspref('gselect','modal','false')
This is the default as of version 3.5.2 of PLS_Toolbox.
        
        
        
Still having problems? Check our documentation Wiki or try writing our helpdesk at helpdesk@eigenvector.com
    
            





