- Timestamp:
- Apr 29, 2009 2:31:07 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Analysis/Packages/GlobalFit/SimpleGlobalFit_NCNR_v40.ipf
r477 r495 113 113 ListBox list0 widths={30,50,80,80} 114 114 115 Button button_0,pos={344,13},size={100,20},title="Do Fit"115 Button button_0,pos={344,13},size={100,20},title="Do The Fit" 116 116 Button button_0 proc=SGF_DoFitButtonProc 117 117 Button button_1,pos={369,173},size={50,20},proc=SaveCheckStateButtonProc,title="Save" 118 118 Button button_2,pos={429,173},size={70,20},proc=RestoreCheckStateButtonProc,title="Restore" 119 Button button_3,pos={500,13},size={100,20},proc=SGFitHelpButtonProc,title="Help" 119 120 120 121 Edit/W=(14,174,348,495)/HOST=# … … 124 125 125 126 EndMacro 127 128 //open the Help file for the Simple Global Fit 129 Function SGFitHelpButtonProc(ba) : ButtonControl 130 STRUCT WMButtonAction &ba 131 132 switch( ba.eventCode ) 133 case 2: // mouse up 134 // click code here 135 DisplayHelpTopic/Z/K=1 "Simple Global Fit" 136 if(V_flag !=0) 137 DoAlert 0,"The Simple Global Fit Help file could not be found" 138 endif 139 break 140 endswitch 141 142 return 0 143 End 144 126 145 127 146 // save the state of the checkboxes
Note: See TracChangeset
for help on using the changeset viewer.