- Timestamp:
- Dec 3, 2010 9:34:35 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Common/DataSetHandling.ipf
r740 r770 2008 2008 Button button6,pos={11,138},size={70,20},proc=Rebin_by,title="Rebin by" 2009 2009 Button button_8,pos={160,138},size={90,20},proc=SaveResultBin,title="Save Result" 2010 2010 Button button_9,pos={20,178},size={30,20},proc=Rebin_Help,title="?" 2011 2011 2012 SetVariable end_3,pos={97,140},size={40,14},title=" ",Font="Arial",fsize=10 2012 2013 SetVariable end_3,limits={1,10,1},value= root:Packages:NIST:Rebin:binning … … 2014 2015 EndMacro 2015 2016 2017 Function Rebin_Help(ba) : ButtonControl 2018 STRUCT WMButtonAction &ba 2019 2020 String win = ba.win 2021 2022 switch (ba.eventCode) 2023 case 2: 2024 // click code here 2025 DisplayHelpTopic/Z/K=1 "Re-Bin Data" 2026 if(V_flag !=0) 2027 DoAlert 0,"The ReBin Help file could not be found" 2028 endif 2029 break 2030 endswitch 2031 2032 return 0 2033 End 2016 2034 2017 2035 Function Rebin_Done(ctrlName) : ButtonControl
Note: See TracChangeset
for help on using the changeset viewer.