home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 January / Chip_1999-01_cd.bin / zkuste / delphi / D1 / BLABEL.ZIP / readme.txt < prev   
Text File  |  1997-05-31  |  4KB  |  131 lines

  1. TBlinkLabel
  2. ===========
  3.  
  4. Version 1.0 (06 February 1997)
  5. Freeware for Delphi 1.0 and 2.0
  6. Copyright (c) 1997 Greg Lief
  7.  
  8. ----------------------------------------------------------------------------
  9.  
  10. 1.  Description
  11. 2.  Installation
  12. 3.  New Properties
  13. 4.  New Event
  14. 5.  Copyright Notice
  15. 6.  Disclaimer
  16. 7.  Technical Support
  17. 8.  Revision History
  18. 9.  Comments
  19. 10. Purchasing Source Code
  20.  
  21. ----------------------------------------------------------------------------
  22.  
  23. 1. Description
  24. ==============
  25.  
  26. TBlinkLabel is a blinking label component which allows you to select the
  27. blink color and interval.
  28.  
  29.  
  30. 2. Installation
  31. ===============
  32.  
  33. A. Choose the Component | Install menu option (or if you are using
  34.    Delphi 1, the Options | Install Components menu option).
  35.  
  36. B. Click upon the Add Button, and select either BLABEL16.DCU (Delphi 1)
  37.    or BLABEL32.DCU (Delphi 2).
  38.  
  39. C. Press OK twice.
  40.  
  41. D. After your component library is recompiled, you will find a new
  42.    tab entitled "Greg Lief", with the TBlinkLabel icon upon it.
  43.  
  44.  
  45. 3. New Properties
  46. =================
  47.  
  48. All properties are available at design-time.
  49.  
  50. BlinkColor -- This is the color to use for the blink effect.  Make it
  51. something other than Font.Color.
  52.  
  53. Blinking -- This boolean dictates whether or not the label should blink.
  54. Although you will probably want to set it at run-time, you can play with
  55. it at design-time to test the effect.
  56.  
  57. BlinkInterval -- This integer represents the number of milliseconds to
  58. wait between color changes. The default is 1000 (i.e., one second).  Try
  59. values less than 100 to test the user's patience, sanity, and eyesight.
  60.  
  61.  
  62. 4. New Event
  63. ============
  64.  
  65. OnBlink -- If for some reason you want something else to happen every
  66. time that the label blinks (other than the blinking, of course!), this
  67. is your hook.
  68.  
  69.  
  70. 5. Copyright Notice
  71. ===================
  72.  
  73. This component is fully functional.  My copyright notice will appear
  74. when you drop it upon a form at design-time, but that will not occur at
  75. run-time.  You can remove the copyright notice by purchasing the source
  76. code (see item #10 below).
  77.  
  78.  
  79. 6. Disclaimer
  80. =============
  81.  
  82. It is unfortunate that we live in a litigous society in which the
  83. lawyers are generally the only winners.  However, that makes the
  84. following verbiage necessary:
  85.  
  86. "THE CODE FOR THIS COMPONENT IS PROVIDED TO YOU AS IS BY ITS AUTHOR,
  87. GREG LIEF. THE AUTHOR HAS TESTED THE COMPONENT AND FEELS THAT IT WORKS
  88. AS BILLED, BUT MAKES ABSOLUTELY NO GUARANTEES OR WARRANTEES OF ANY KIND.
  89. IN OTHER WORDS, YOU ARE USING THIS ENTIRELY AT YOUR OWN RISK.  NEITHER
  90. THE AUTHOR NOR ANY OTHER ORGANIZATION WILL BE HELD RESPONSIBLE FOR ANY
  91. DIRECT OR INDIRECT DAMAGE RESULTING FROM THE USE OF EITHER THIS
  92. COMPONENT OR ANY DERIVATIVES THEREOF."
  93.  
  94.  
  95. 7. Technical Support
  96. ====================
  97.  
  98. The reason I am making this component available as freeware because I
  99. feel that it will be of use to other Delphi developers. However, always
  100. remember the old maxim "you get what you pay for".  In other words, do
  101. not get carried away by expecting technical support, because you will be
  102. sadly disappointed.
  103.  
  104.  
  105. 8. Revision History
  106. ===================
  107.  
  108. February 06, 1997 - initial public release
  109.  
  110.  
  111. 9. Comments
  112. ===========
  113.  
  114. If you find this component useful, I would appreciate hearing from you
  115. via e-mail (greglief@teleport.com).
  116.  
  117. If you would like to learn how to create your own components, you should
  118. strongly consider the Delphi Training Tour component creation seminar,
  119. designed by yours truly. For more information, visit URL
  120. http://www.objectlesson.com/~ol/dtt.shtml.
  121.  
  122. The most updated version of this component can always be found at my
  123. personal web site (http://www.teleport.com/~greglief).
  124.  
  125.  
  126. 10. Purchasing Source Code
  127. ==========================
  128.  
  129. The TBlinklabel source code is available for $5 US. See the ORDER.TXT
  130. (included in this package) for more details.
  131.