home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Source Code / Pascal / Applications / CornerClock 1.9 / CornerClock ReadMe next >
Encoding:
Text File  |  1997-06-23  |  2.3 KB  |  52 lines  |  [TEXT/ttxt]

  1. CornerClock v1.9
  2. by Bill Catambay
  3.  
  4. Changes since v1.8
  5. - Added preference option for 12 hour clock and 24 hour clock.
  6.  
  7. Changes since v1.7:
  8. - Enhanced to be friendlier when quiting providing info dialogs.
  9.  
  10. Changes since v1.6:
  11. - Added a new clock style for black on white
  12. - Added a new option to Preferences for clock style
  13.  
  14. Changes since v1.5:
  15. - Created a Preferences dialog for handling all default values
  16. - Added a choice for chiming once, or chiming number of hours
  17.  
  18. Changes since v1.2:
  19. - Added a File menu item for choosing the default display (date or time).
  20. - Chime and default display selections are now saved in a Preference file.
  21. - Application now handles an AEQuit so that it properly exits when asked to quit from another app.
  22.  
  23. Changes since v1.1:
  24. - Added a toggle under the File menu for disabling the chime.
  25.  
  26. --------
  27. CornerClock is a pascal program based upon Masafumi Ueda's MBarClock C program.
  28.  
  29. MBarClock was a program which displayed the time or date in the menu bar to the left
  30. of the Apple menu.  CornerClock uses that same feature, and adds new features.  
  31.  
  32. I converted Masafumi's MBarClock from C to Pascal, and then began forging it into 
  33. a chime replacement program.  Currently, if you have long chimes activated with your
  34. clock which comes with system 7.5, you may experience a very annoying distorted
  35. sound which interrupts your chime.  This is a known bug with the system, as it does not
  36. appear to lock the sound handle when it plays it (it should lock it because it plays it
  37. asynchronously).  CornerClock plays the hourly chime asynchronously, but locks the
  38. handle so you get a smooth play.
  39.  
  40. CornerClock will play a grandfather clock chime on the hour (3 chimes as 3:00, 4 at 4:00, etc.).
  41.  
  42. When you place the cursor over the time, it will change to the date for 2 seconds, then change back
  43. to the time (same feature in MBarClock except now there is sound).  I've also added some menus
  44. to CornerClock so that you can toggle the date and time, and force a chime.
  45.  
  46. There are many enhancements which can be made, like changing the chime sound, changing the
  47. volume, etc., but I'm releasing it as is to provide the Pascal community with some more sample 
  48. Pascal code.  Feel free to send me any questions or notes of thanks.
  49.  
  50.  
  51. CornerClock ©Bill Catambay, 1996, 1997,  bill@catambay.com
  52. All rights reserved worldwide.