home *** CD-ROM | disk | FTP | other *** search
/ Really Useful CD 1 / ReallyUsefulCD1.iso / extras / apps / _time / readme < prev    next >
Encoding:
Text File  |  1992-03-02  |  4.5 KB  |  92 lines

  1. WorldTime, renamed Time (Risc User created a version called WorldTime, but I had the idea first!) 
  2. Version: 2.4
  3. Occupies: 96K of RAM on the desktop.
  4. Status: Copyright MD Smith 1991
  5.  
  6. You may distribute this software freely, but I hold copyright on its code and applications content.
  7. The program may be sold by any PD library, but I hold copyright on its code and applications content.
  8.  
  9.   Any interest should be to:
  10.  
  11. Arcade #534 Mike Smith (081-654-2212)
  12. Campus Gold 01:BTE095
  13. Cryton #818 Mike Smith 
  14. 26 Grenville Road, Plymouth, PL4 9PY
  15.  
  16. About this program:
  17.  
  18. This program displays the current time and day of countries and areas around the world.
  19. It will update itself once every minute.  The original software could update itself once a 
  20. second, as the list of countries grew the update took longer and longer and it could no
  21. longer be justified, taking up far too much of the CPU time on the desktop.
  22.  
  23. The world time screen is shown by clicking first button on the mouse.
  24. At the moment the Adjust produces the same effect as the Select.
  25. (Don't tell Acorn, but they are right it should do nothing...)
  26. The third button on a future release will display a world map
  27. and time zone grid, but I have a bug which I haven't had time to
  28. solve.
  29.  
  30. The program displays the current time and day on the Icon Bar,
  31. according to your computer's clock, and the offset which is assumed
  32. to be the UK.
  33.  
  34. When the program was first created the temptation of listing my home town of San 
  35. Francisco was great, but at the same time I felt it necessary to list the larger city of 
  36. Los Angeles instead, which would be of more interest to more people.  After a great deal 
  37. of reflection it occurred to me that I had fallen in the same trap as all of those who have 
  38. gone before me.  The conclusion was display USA, California.  The time is the same all 
  39. over California and I thought why limit myslef?
  40.  
  41. The list is very comprehensive but if you wish to change the listing they are only
  42. READ.....DATA Statements, change it!.  The text and background colours are at the top of
  43. the listing and are easily changed.  The colours correspond to the palette colours.
  44. The variables are FOREGROUND & BACKGROUND.
  45. You must also extend the biggest variable in FNCreate to make the window larger, if you
  46. extend the list.  You will notice I Ieft a bit.
  47.  
  48. The code is set up so that some variables can be changed these are at the top.
  49.  
  50. If you live in another country there is a varible called 'offset' at the top of the program
  51. if you live in Germany for example type: offset=1, if you live in California type offset=-8.
  52.  
  53. History: 
  54. 1/91
  55. World Time Version 1.0 is finsihed.  It is not multi-tasking, and not very comprehensive, so it could be adapted to run on BBC's, Masters.  
  56. I was never happy with it non muli-tasking, and the list of countries was not large enough to be informative.
  57. It should be left in the application directory as OldTime, if you want a peek. 
  58.  
  59. 6/91 
  60. World Time Version 2.0 completed. Multi-tasking! Yeah! Still not happy with the 
  61. program.  There is a bug in the Wimp_WindowRedraw routine and the screen isn't 
  62. updated properly when a window was dragged across it.  Also, the code to
  63. convert to the other countries' times was very sloppy and it was impossible to convert 
  64. half hour changes in my old system.  The redraw now only happens once a minute rather than
  65. once every second.  The list of counties is greatly enlarged.
  66.  
  67. 8/91 Driving across the Nevada Desert discover the Time and Date section in the PRM.
  68. Discover OS_ConvertTimeAndDate SWI, become very happy.
  69. Someone else was driving!
  70.  
  71. 9/91
  72. World Time Version 2.3 Completed!  The redraw bug is fixed.  The country conversion code
  73. is cleaned up by "OS_ConvertTimeAndDate" routine.  Still not happy with the speed when
  74. the screen needs to be refreshed thinking of writing the ReDraw and Draw routines in 
  75. machine code. Icon Bar Sprite added.  Quit Menu added. Offset added.
  76.  
  77. If you have criticism or suggestions of this program, either good or bad, send them.
  78.  
  79.  
  80. 1/92  (Karen Glover)
  81.  
  82. Updated to reflect the recent changes in the old USSR. I should have got the
  83. times right, thanks to friends in various ex-USSR republics, if not then
  84. mail me on Arcade. Also added extra countries and increased the size of the 
  85. window. Thought about the idea of having the town that the program is set to
  86. (in the offset near the start of the program) displayed on the icon bar - but
  87. not possible without removing the time as Risc OS only lets you have 1 line of text below the icon :-(  
  88.  
  89. Any other ideas, then mail them (if you update the countries then maybe 
  90. mail them to Mike (and I'd appreciate a copy !)
  91.  
  92. Karen