home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / mac / programm / 18822 < prev    next >
Encoding:
Internet Message Format  |  1992-11-23  |  1.0 KB

  1. Path: sparky!uunet!spool.mu.edu!umn.edu!csus.edu!ucdavis!tomatillo.engr.ucdavis.edu!cklarson
  2. From: cklarson@tomatillo.engr.ucdavis.edu (Christopher Klaus Larson)
  3. Newsgroups: comp.sys.mac.programmer
  4. Subject: Re: best way to pause in app ?
  5. Message-ID: <19522@ucdavis.ucdavis.edu>
  6. Date: 23 Nov 92 19:05:59 GMT
  7. References: <brownlow.722219238@stmartin>
  8. Sender: usenet@ucdavis.ucdavis.edu
  9. Organization: College of Engineering - University of California - Davis
  10. Lines: 14
  11.  
  12. In article <brownlow.722219238@stmartin> brownlow@informix.com (Keith Brownlow) writes:
  13. >Is there a toolbox command to make the application wait x number of seconds
  14. >before continuing processing ?  I've tried looping for 1000's of seconds but
  15. >without doing anything in the loop, it's more or less instantly coming back.
  16. >
  17. >Anyone got a simple solution that I've missed in my manuals ?
  18. >-- 
  19.  
  20. Look into using the Delay() function. You need to specify the time to
  21. delay in Ticks (approx. 1/60 sec) but this should be just what the
  22. doctor ordered.
  23.  
  24. --Chris
  25. cklarson@taco.engr.ucdavis.edu
  26.