home *** CD-ROM | disk | FTP | other *** search
/ ANews 3 / AnewsCD3.iso / DP / Librairies / MCC_TipOfDay / MCC_TipOfDay.readme < prev    next >
Text File  |  1999-11-12  |  3KB  |  79 lines

  1. Short:    v15.2 - "Tip of the day" class (MUI)
  2. Author:   Marcin Orlowski <carlos@amiga.com.pl>
  3. Uploader: Marcin Orlowski <carlos@amiga.com.pl>
  4. Type:     dev/mui
  5. Version:  15.2
  6. WWW:      http://amiga.com.pl/mcc/
  7. Replaces: dev/mui/MCC_TipOfDay.*
  8. Date:     Fri Nov 12 21:39:59 1999
  9.  
  10.  
  11.   Short
  12.   -----------------------------------
  13.  
  14.   Many programs on other operating systems often offer so called
  15.   "Tip of the day" stickers. It's mostly small window opened on
  16.   program startup, showing valuable (more or less) information about
  17.   the program, some useful information, keyboard shortcuts or just
  18.   neat tips or quick how-to solutions...
  19.  
  20.   I think, that from the user's point of view it's good idea to have
  21.   such feature, especially Tips can be turned off if you felt bored.
  22.   As you probably guessed, this class is supposed to handle such
  23.   tips for your MUI based application almost in fully automatic manner
  24.   (you just need to add 3 lines of code to have fully functional Tip
  25.   Of The Day implemented! See the enclosed demonstration for more details.
  26.  
  27.   You like the class? Feel free to use it in your programs.
  28.  
  29.   Tip Of The Day class is freeware software, but it's copyrighted
  30.   © 1999 by Marcin Orlowski <carlos@amiga.com.pl>
  31.  
  32.   PS: Yes, I know my english sucks ;)
  33.  
  34.  
  35.   Software using this class:
  36.   -----------------------------------
  37.  
  38.  
  39.   Let me know about your!
  40.  
  41.  
  42.   History
  43.   -----------------------------------
  44.  
  45.   15.0 (Tue Nov 09 19:20:22 1999)
  46.        - initial version
  47.  
  48.   15.1 (Thu Nov 11 23:02:00 1999)
  49.        - now using installer script by Robert Reiswig 
  50.          <vgr@best.com>
  51.        - made Tipboard.mcc more bullet-proof, to better
  52.          handle various errors (e.g. "no tips file")
  53.  
  54.   15.2 (Fri Nov 12 21:32:28 1999)
  55.        - added localized tips support
  56.        - attempt to replace previous, ugly bulb image
  57.        - localized Tipwindow.mcc
  58.  
  59.  
  60.  
  61.  
  62.           ___  ___  ___    ________    ___  ___  ___    ___  ___
  63.          /   \/   \/   \  /        \  /   \/   \/   \  /   \/   \
  64.         /    /    /    / /         / /    /    /    / /    /    /
  65.        /    /    /    / /    _____/ /    /    /    / /    /    /
  66.       /    /    /    / /        \  /    /    /    / /         /
  67.      /    /    /    / /         / /    /    /    / /         /
  68.     /    /    /    / /    _____/ /    /    /    / /    /    /
  69.    /    /    /    / /    /      /    /    /    / /    /    /
  70.    \___/\___/\___/ /    /       \___/\___/\___/  \___/\___/
  71.                   /    /
  72.                   \___/                    W.F.M.H. on-line
  73.                                          http://wfmh.org.pl
  74.  
  75.                Amiga software: http://amiga.com.pl/
  76.  
  77.  
  78.     $Id: MCC_TipOfDay.readme,v 1.2 1999/11/12 20:47:01 carlos Exp $
  79.