- Timestamp:
- Jun 16, 2008 3:44:46 PM (15 years ago)
- Location:
- sans/Dev/trunk/NCNR_User_Procedures
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/InstalledVersion.txt
r384 r385 1 PACKAGE_VERSION=6.0 04;SANS_RED_VERSION=5.10;SANS_ANA_VERSION=4.00;USANS_RED_VERSION=2.21;1 PACKAGE_VERSION=6.010;SANS_RED_VERSION=5.10;SANS_ANA_VERSION=4.00;USANS_RED_VERSION=2.21; 2 2 3 3 Only the first line of the file is read in. … … 6 6 7 7 These are the current versions as of: 8 1 1JUN 2008 SRK8 16 JUN 2008 SRK 9 9 -
sans/Dev/trunk/NCNR_User_Procedures/SANS/Analysis/Models/Packages/Wrapper_v40.ipf
r384 r385 1183 1183 STRUCT WMCheckboxAction &cba 1184 1184 1185 String topGraph= WinName(0,1) //this is the topmost graph 1186 if(cmpstr(topGraph,"")==0) //no graphs, uncheck and exit 1187 CheckBox check_0,value=0 1188 return(0) 1189 endif 1190 1191 String ciStr = CsrInfo(A , topGraph) 1192 1193 ControlInfo/W=wrapperpanel popup_0 1194 String folderStr=S_Value 1195 String traceList = TraceNameList(topGraph, ";", 1 ) 1196 1185 1197 1186 switch( cba.eventCode ) 1198 1187 case 2: // mouse up 1188 // check to make sure there really is a "topmost" graph 1189 String topGraph= WinName(0,1) //this is the topmost graph 1190 if(cmpstr(topGraph,"")==0) //no graphs, uncheck and exit 1191 CheckBox check_0,value=0 1192 return(0) 1193 endif 1194 1195 String ciStr = CsrInfo(A , topGraph) 1196 1197 ControlInfo/W=wrapperpanel popup_0 1198 String folderStr=S_Value 1199 String traceList = TraceNameList(topGraph, ";", 1 ) 1200 1199 1201 Variable checked = cba.checked 1202 1200 1203 if(checked) 1201 1204 //print "add the cursors to the topmost graph, if the data set is there, or move them" -
sans/Dev/trunk/NCNR_User_Procedures/SANS/Analysis/Models/PlotUtilsMacro_v40.ipf
r325 r385 141 141 SetDataFolder root: 142 142 KillWaves $n0,$n1,$n2,$n3,$n4,$n5 // kill the default waveX that were loaded 143 //if(DataFolderExists("root:Packages:NIST"))144 //String/G root:Packages:NIST:gLastFileName = filename145 //endif //set the last file loaded to the one NOT loaded143 if(DataFolderExists("root:Packages:NIST")) 144 String/G root:Packages:NIST:gLastFileName = filename 145 endif //set the last file loaded to the one NOT loaded 146 146 return //quits the macro 147 147 endif
Note: See TracChangeset
for help on using the changeset viewer.