- Timestamp:
- Oct 16, 2009 11:35:04 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Reduction/SANS/MainPanel.ipf
r570 r572 202 202 String ctrlName 203 203 204 Show_TISANE_Panel() 204 if(exists("Show_TISANE_Panel")==0) 205 // procedure file was not loaded 206 DoAlert 0,"This operation is not available in this set of macros" 207 else 208 Show_TISANE_Panel() 209 endif 210 205 211 End 206 212 … … 214 220 String ctrlName 215 221 216 if( root:myGlobals:isDemoVersion == 1)217 // comment out in DEMO_MODIFIED version, and show the alert218 DoAlert 0,"This operation is not available in th e Demo version of IGOR"222 if(exists("Init_for_RealTime")==0) 223 // procedure file was not loaded 224 DoAlert 0,"This operation is not available in this set of macros" 219 225 else 220 226 Show_RealTime_Panel() … … 227 233 Show_Preferences_Panel() 228 234 End 235 229 236 //////////////////////////////////////////////// 230 237 //************* NEW version of Main control Panel *****************
Note: See TracChangeset
for help on using the changeset viewer.