- Timestamp:
- Nov 19, 2012 11:48:59 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sans/Dev/trunk/NCNR_User_Procedures/Analysis/Packages/Wrapper_v40.ipf
r874 r876 1911 1911 SetVariable expc,help={"This sets the exponent \"c\" for some x-axis formats. The value is ignored if the model does not use \"c\" as an adjustable exponent"} 1912 1912 SetVariable expc,limits={-10,10,0},value= root:Packages:NIST:RescaleAxis:gRAExpC 1913 Button RAHelp, pos={220,110}, size={20,20}, proc=RAHelpButtonProc, title="?" 1913 1914 EndMacro 1914 1915 … … 1919 1920 CheckBox check_8 value=0 1920 1921 end 1922 1923 Function RAHelpButtonProc(ba) : ButtonControl 1924 STRUCT WMButtonAction &ba 1925 1926 switch( ba.eventCode ) 1927 case 2: // mouse up 1928 // click code here 1929 DisplayHelpTopic/Z/K=1 "Rescaled Axis" 1930 if(V_flag !=0) 1931 DoAlert 0,"The Rescaled Axis Help file could not be found" 1932 endif 1933 break 1934 endswitch 1935 1936 return 0 1937 End 1921 1938 1922 1939 Proc ExportData(ctrlName): ButtonControl
Note: See TracChangeset
for help on using the changeset viewer.