Ignore:
Timestamp:
Sep 21, 2007 3:18:47 PM (16 years ago)
Author:
srkline
Message:

Changed NSORT to display rescaling and overlap constants behind the OS file save dialog, allowing the user to cancel the save it something is amiss.

No significant change in trans=1 panel behavior in Correct.ipf

Cosmetic changes to RawWindowHook? (drawing order) to look nicer w/OS native panels.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sans/SANSReduction/trunk/Put in User Procedures/SANS_Reduction_v5.00/RawWindowHook.ipf

    r116 r167  
    6161                SetWindow SANS_Data,hook=RawWindowHook,hookevents=2 
    6262                ControlBar 100 
    63                 Button doAve,pos={290,23},size={50,20},proc=ShowAvgPanel_SANSData,title="I vs. Q" 
    64                 Button doAve,help={"This will circularly average the data to I vs. Q"} 
     63 
    6564                SetVariable xpos,pos={7,5},size={50,17},title="X" 
    6665                SetVariable xpos,limits={-Inf,Inf,0},value= root:myGlobals:gXPos 
     
    9493                Button maskButton size={84,20}, pos={170,53}, proc=maskButtonProc,title="Show Mask" 
    9594                Button maskButton help={"If a mask has been loaded this will overlay it on the current plot"} 
     95                 
     96                GroupBox slideGrp,pos={268,46},size={124,48},title="Color Map" 
     97                //draw after the group box so these are on "top" of the group box 
     98                Button doAve,pos={290,23},size={50,20},proc=ShowAvgPanel_SANSData,title="I vs. Q" 
     99                Button doAve,help={"This will circularly average the data to I vs. Q"} 
    96100                Slider loSlide,pos={280,77},size={100,16},proc=MapSliderProc 
    97101                Slider loSlide,limits={0,1,0.01},value= 0,vert= 0,ticks= 0 
     
    100104                Slider hiSlide,limits={0,1,0.01},value= 1,vert= 0,ticks= 0 
    101105                Slider hiSlide,help={"Adjust the high threshold of the color map"} 
    102                 GroupBox slideGrp,pos={268,46},size={124,51},title="Color Map" 
     106 
    103107        endif 
    104108         
Note: See TracChangeset for help on using the changeset viewer.