Ignore:
Timestamp:
Apr 6, 2010 4:56:48 PM (13 years ago)
Author:
srkline
Message:

Made preferences a common panel (moved to PlotUtilsMacro?.ipf and globals to root:Packages:NIST:) and added menu items for all packages. Many files had to be modified so that the preferences could be properly accessed

File Open dialog now is set to "All files" so that XML can be selected. I think that all open access that doesn't already have the full path go through this common function.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sans/Dev/trunk/NCNR_User_Procedures/Analysis/Packages/Wrapper_v40.ipf

    r662 r665  
    2828        //Ugly. Put this here to make sure things don't break 
    2929        String/G root:Packages:NIST:gXMLLoader_Title 
    30         Variable/G root:Packages:NIST:gXML_Write = 1 
     30         
     31         
     32        //initializes preferences. this includes XML y/n, and SANS Reduction items.  
     33        // if they already exist, they won't be overwritten 
     34        Execute "init_pref()"            
    3135         
    3236        DoWindow/F WrapperPanel 
Note: See TracChangeset for help on using the changeset viewer.