home *** CD-ROM | disk | FTP | other *** search
/ PDA Software Library / pdasoftwarelib.iso / WIN_CE / PC / coolcalczip.exe / btnprops.htp < prev    next >
Text File  |  1997-09-23  |  3KB  |  58 lines

  1. <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
  2. <html>
  3.  
  4. <head>
  5. <meta http-equiv="refer" content="file:coolcalc.htc">
  6.  
  7.  
  8.  
  9. <title></title>
  10. </head>
  11.  
  12. <body>
  13.  
  14. <h2>Button Properties Dialog</h2>
  15.  
  16. <p>Here's what the various dialog fields do:</p>
  17.  
  18. <ul>
  19.     <li><b>Function: </b>This allows you to attach a function to
  20.         the button. The functions are described in the <a
  21.         href="function.htp">Function Reference</a>. Calculator
  22.         specific functions such as "plus" or
  23.         "minus" always start with a letter from
  24.         "a" to "z". Other functions, such as
  25.         "_PlayMacro", start with the "_"
  26.         character. This was done to separate layout functions
  27.         from calculator functions.</li>
  28.     <li><b>Parameter:</b> Some functions require a parameter. For
  29.         example, the <b>_PlayMacro</b> function needs the name of
  30.         the macro to play.</li>
  31.     <li><b>Alt. Keycap: </b>This field lets you dictate how you
  32.         want the button to appear. If you leave this field blank,
  33.         then a default value will be used. If the <b>Format</b>
  34.         field is "Text", then the text string you
  35.         specify here will appear on the button. If you set the <b>Format</b>
  36.         to "Bitmap", then the bitmap file (*.2bp) image
  37.         will appear on the button. </li>
  38.     <li><b>Font: </b>You can select a <b>small</b>, <b>medium </b>or
  39.         <b>large </b>font to draw the text on the button. The
  40.         small, medium and large fonts can be changed by the <b>Edit</b>
  41.         command from the top menu bar while in <b>Program Mode</b>.</li>
  42.     <li><b>Align:</b> You can have the button text or bitmap
  43.         image aligned <b>left, center, </b>or <b>right.</b></li>
  44.     <li><b>Format: </b>This is the format for the button, it can
  45.         be <b>Money, Text</b>, <b>Real Number</b>, <b>Integer, </b>or
  46.         <b>Bitmap.</b> Most of the time, you will want to have
  47.         this set as <b>Text</b> or <b>Bitmap. Money, Real Number</b>
  48.         and <b>Integer</b> are used with the _<b>Variable</b> or <b>_Display
  49.         </b>functions.</li>
  50.     <li><b>X, Y, Width, Height: </b>These specify the position
  51.         and size of the button. You can also change the position
  52.         and size by dragging the button, or the edge of a button.</li>
  53.     <li><strong>Key: </strong>You may choose a single keystroke
  54.         to press this button. Scroll through the list, or just
  55.         type a letter, number or punctuation mark.</li>
  56. </ul>
  57. </body>
  58. </htm