home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / new / util / wb / hfk / hfk.doc < prev    next >
Text File  |  1993-12-14  |  3KB  |  73 lines

  1. NAME
  2.     HFK
  3.  
  4. VERSION
  5.     39.46
  6.  
  7. AUTHOR
  8.     Herbert West
  9.     email: ali@extro.ucc.su.oz.au
  10.  
  11. DESCRIPTION
  12.     HFK is yet another TitleBar clock, which tries too look like part
  13.     of your Workbench title bar. It actually opens a very small, non-
  14.     draggable window in the upper right corner of the screen. HFK opens
  15.     on the default public screen, which will usually be Workbench.
  16.  
  17.     OK, so why should you use HFK instead of any other clock available
  18.     on the Amiga? Firstly, HFK uses almost 0% of CPU time, as it is
  19.     written very efficiently in C, taking advantage of the timer.device.
  20.     This means that HFK has to wake up only once a minute to render the
  21.     time.
  22.  
  23.     Secondly, HFK is NOT CONFIGURABLE! Why is this an advantage? Well,
  24.     if you like it, you will love it, and if you dont like it, then
  25.     get nicked! HFK is a simple clock, that's all. To quit HFK, all you
  26.     have to do is run it again!
  27.  
  28.     Finally, HFK will only work under Workbench 3.0 (V39) and above, as
  29.     it uses the extended DrawInfo structure to render itself in the same
  30.     colours as your title bar, hence looking very sexy.
  31.  
  32.     Finally, thanks to Martin Huttenloher for the nice 8 colour icon!
  33.  
  34.     Oh yeah, I take no responsability for any evil things this program
  35.     may do to your system, although it has been thoroughly tested.
  36.  
  37. REVISION HISTORY
  38.     39.30    Initial release
  39.     39.32    Fixed MAJOR bug, 39.31 and below  would stop working after
  40.         midnight!
  41.     39.35    AT LAST! Fixed the last remaining bug! I wasnt handling fonts
  42.         correctly, resulting in random crashes. Hooray!
  43.         Now HFK 'toggles'. If you are already running HFK, running it
  44.         again will cause it to exit! No more TaskX!
  45.         Stack set to 1000 bytes (this is more than enough). Had the
  46.         stack set higher before cause I though it was causing that
  47.         'mystery bug'.
  48.     39.40    Guess what? The above problem was not the major bug :( The bug
  49.         was I was forgetting to call Forbid(); before replying to the
  50.         workbench message.. now fixed, and clock works 100%
  51.     39.41    Program has been working flawlessly. One *minor* change, and
  52.         added HFK24 for those people asking for 24 hour time. Too
  53.         lazy to use tooltypes. Besides, code size is kept to a
  54.         minimum, which is my #1 priority.
  55.     39.45    Many optimisations, saving many k's :)
  56.         Fixed unnoticed bug in public screen handling; wasnt opening as
  57.         a visitor window
  58.     39.46    Ooops!! Forgot to include HFK24 is 39.45
  59.         I am working on a a new HFK with tooltypes for 24 hour/locale
  60.         time format at the moment.. hope it's done soon!
  61.  
  62. SYSTEM REQUIREMENTS
  63.     Kickstart/Workbench 3.0 (V39) or above.
  64.  
  65. DISTRIBUTION
  66.     HFK is freely distributable. It is a gift from me to the Amiga
  67.     community worldwide. However, the archive may not be modified
  68.     in any way. The only duty you have as user of HFK is to send me
  69.     email to say you like it, or say hi to me on irc! (my nick is 'herb')
  70.  
  71.     HFK should be available on all aminet sites, and will be initially
  72.     uploaded to ftp.luth.se.
  73.