- Timestamp:
- Mar 11, 2016 3:36:43 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Reduction/SANS/MC_Script_Panels.ipf
r951 r984 16 16 // x- configurations, samples, and listBox waves. 17 17 // 18 // -- the proc=MyListboxProc has been commented out. It was present for Igor 6 and did not generate an error. 19 // I don't think I ever wrote this procedure at all. In Igor 7 it generates an error, so it's out for now. 18 20 // 19 21 // use Sim_ as a prefix for the functions rather than MC_ … … 100 102 // always visible 101 103 // clickEventModifiers=8 = ignore the shift key in the list box (I'm using that bit (3) of selWave to flag trans) 102 ListBox RLCtrlA,pos={17,290},size={660,250}, proc=MyListboxProc,frame=2,clickEventModifiers=8104 ListBox RLCtrlA,pos={17,290},size={660,250},frame=2,clickEventModifiers=8//,proc=MyListboxProc 103 105 ListBox RLCtrlA,listWave=root:Packages:NIST:RunSim:textW,selWave=root:Packages:NIST:RunSim:selW//,colorWave=root:Packages:NIST:RunSim:myColors 104 106 ListBox RLCtrlA,row= 0,mode= 2,editStyle= 2,widths= {40,70,120,120,50,120,30,30}
Note: See TracChangeset
for help on using the changeset viewer.