home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / pascal / 7588 < prev    next >
Encoding:
Internet Message Format  |  1992-12-21  |  2.4 KB

  1. Path: sparky!uunet!noc.near.net!hri.com!spool.mu.edu!darwin.sura.net!dtix!mimsy!nmrdc1!frmug!lill!vanney.raphael
  2. From: vanney.raphael@lill.frmug.fr.mugnet.org (Vanney Raphael)
  3. Newsgroups: comp.lang.pascal
  4. Subject: SUMMARY: TURBOVISION SCRE
  5. Message-ID: <930.6.uupcb@lill.frmug.fr.mugnet.org>
  6. Date: 18 Dec 92 01:16:00 GMT
  7. Reply-To: vanney.raphael@lill.frmug.fr.mugnet.org (Vanney Raphael)
  8. Organization: Li'LL BBS - Paris, France
  9. Lines: 56
  10.  
  11. BDB}From: berend@contrast.wlink.nl (Berend de Boer)
  12. BDB}Newsgroups: comp.lang.pascal
  13. BDB}Subject: Summary: TurboVision screensaver design
  14. BDB}Date: 1 Dec 92 17:22:32 GMT
  15.  
  16. BDB}stern wrote in a message to (crosspost 2) All:
  17.  
  18. BDB} s> Thanks to all people that tried to help me.
  19. BDB} s> Almost all people had the same idea as me, i.e. to check
  20. BDB} s> idle time in TApplication::idle() and to reset it with
  21. BDB} s> TApplication::getEvent().
  22. BDB} s> THIS WILL NOT WORK because it will clear the screen if the
  23. BDB} s> computer is calculating something for more than x minutes.
  24. BDB} s> I want to check the REAL IDLE TIME (the time the computer
  25. BDB} s> does actually nothing).
  26.  
  27.  
  28. BDB}You forget something: AND when that calculating process gets events!
  29. BDB}Else the Idle method will NOT be called and thus not updated. For
  30. such
  31. BDB}special processes which calculate for many minutes and for which it
  32. is
  33. BDB}desirable to not blank the screen and which check for events you
  34. could
  35. BDB}easily implement an event which turns screen blanking on or off.
  36.  
  37. BDB} s> What I have in mind for the moment is to add to the idle
  38. BDB} s> counter the time actually spent in the idle function.
  39. BDB} s> Does anybody see a problem to this ?
  40.  
  41. BDB}? I don't understand this idea. Nor do I see its usefulness.
  42.  
  43.  
  44. BDB}Groetjes,
  45.  
  46. BDB}Berend. (-:
  47. BDB}fido: 2:281/527.23
  48. BDB}email: berend@contrast.wlink.nl
  49.  
  50.  
  51. BDB}--- GEcho 1.00
  52. BDB} * Origin: Li'LL BBS - Paris France - (33-1) 43.07.40.97 (2:320/7)
  53.  
  54. 'must say I agree with BDB : your so-long computation should call, from
  55. time
  56. to time, the adequate method to reset the idle time.
  57. By the way, what do you mean by "REAL IDLE TIME" ? I'm afraid a computer
  58. is
  59. never idle as long as the power is on ! :-)) Maybe you should check the
  60. time it started to wait for a keyboard input...
  61.  
  62.                                                   Raphael.
  63.  * OLX 2.1 TD * On dirait que mon olmr fonctionne, non ?
  64. --- FMail 0.92
  65.  * Origin: ICEBERG - La Garenne * FRANCE * Tel:(33)-1-47699261 (2:320/1)
  66.                                                        
  67.