home *** CD-ROM | disk | FTP | other *** search
/ Internet! I Didn't Know You Could Do That... / Internet_IDKYCT.iso / worldclocks / beta.txt next >
Encoding:
Text File  |  1998-04-18  |  3.7 KB  |  94 lines

  1. World Clocks v2.39.1 (BETA) - for Windows 95/NT 4.0
  2. ---------------------------------------------------
  3. World Clocks can any number of clocks - each one configured for a
  4. different city. Choose from a list of over 100 cities. Add more cities
  5. if your city is not already listed.
  6.  
  7. For installation, just copy the executable WCLOCKS.EXE and this file
  8. to your favourite folder. To run World Clocks, execute WCLOCKS.EXE.
  9.  
  10. This software is in BETA test phase.
  11.  
  12. A note to programmers:
  13. Q1. Do you think that World Clocks should work as an OLE Automation
  14.     Server ?
  15. Q2. Do you think that World Clocks can provide services to other
  16.     applications ?
  17. If your answer to any of the above is Yes, please enumerate the
  18. services your would like to have and mail to the author.
  19.  
  20. - Chirag Dalal
  21.   chirag@theoffice.net
  22.   http://www.theoffice.net/chirag/
  23.  
  24. Keys
  25. ----
  26.    Ctrl+N: Create a new clock.
  27.    Ctrl+C: Configure current clock.
  28.       Tab: Go to the next clock (in creation order).
  29. Shift+Tab: Go to the previous clock (in creation order).
  30.   Ctrl+F4: Close the current clock. If it is the last one then exit
  31.            World Clocks.
  32.    Alt+F4: Exit World Clocks.
  33.  
  34. The context menu (alternate mouse button click on Title Bar)
  35. also gives access to these options (except Tab and Shift+Tab).
  36.  
  37. Under Windows 95 and Windows NT 4.0 you will be able to see the
  38. World Clocks icon in the System Tray. If you find your desktop
  39. clutered up with World Clocks, you can Hide them with a single
  40. click on the World Clocks System Tray icon. A second click will
  41. show them. You can exit World Clocks by using the alternate click
  42. on the Tray icon and selecting Exit.
  43.  
  44. World Clocks supports macros for customizing the display of the
  45. information line (the second line). The following macros are
  46. supported:
  47. - $GMT: The string 'GMT +HH:MM'
  48. - $DATE: It is equivalent to '$WEEKDAY, $MONTH $DAY, $YEAR'
  49. - $CITY: City name
  50. - $DAY: Day of month
  51. - $WEEKDAY: Day of the week (for example, Saturday)
  52. - $SHORTWEEKDAY: Day of the week in short format (for example, Sat)
  53. - $MONTH: Month name (for example, August)
  54. - $SHORTMONTH: Month name in short format (for example, Aug)
  55. - $YEAR: Year (for example, 1998)
  56. - $SHORTYEAR: Year in 2 digit format (for example, 98)
  57. Examples of typical caption strings:
  58. - The string '$DATE, ($GMT) $CITY' will produce an output like:
  59.   'Saturday, March 28, 1998, (GMT +05:30) Bombay'
  60. - The string
  61.   '$SHORTWEEKDAY, $SHORTMONTH $DAY, $SHORTYEAR, ($GMT) $CITY'
  62.   will produce an output like:
  63.   'Sat, Mar 28, 98, (GMT +05:30) Bombay'
  64. - If your city is not listed in the time zone list, you can include
  65.   your city name in the caption string. Just select proper time zone
  66.   and use a caption string like this:
  67.   '$DATE, ($GMT) My City Name'
  68.   This produces an output like:
  69.   'Saturday, March 28, 1998, (GMT +05:30) My City Name'
  70.  
  71. If this seems too intimidating, just try out some of these captions,
  72. I am sure you will feel comfortable with it. This is not programming
  73. but a way to customize an application to your needs. You need not
  74. be a programmer to use these features.
  75.  
  76. Technical details
  77. -----------------
  78. World Clocks is a multi-threaded application written in Borland
  79. Delphi 2.0. For showing the date and time it does not use timers
  80. (they are precious). The application has a main thread which is
  81. responsible for creating the first clock. Each clock runs in
  82. its own thread and hence the application is light on resources.
  83.  
  84. ---
  85. Any comments, suggestions and bug-reports are welcome.
  86.  
  87. Author: Chirag Dalal
  88. Address: 6/54, Varma Nagar, Old Nagardas Road,
  89.          Andheri (East), Bombay - 400069,
  90.          Maharastra, India.
  91. E-Mail: dalal.chirag@usa.net
  92. Bug-reports: dalal.chirag@usa.net (Subject: World Clocks v2.39.1)
  93. ---
  94.