Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2004
    Location
    Laval, Québec, Canada
    Posts
    39

    Lightbulb Something like Wait(3000) ?

    Hi,

    I'm just wondering if there is an instruction in LUA to do Wait(3000), where 3000 is in ms.
    On one hand i found Dialog.TimedMessage but i don't want any popup.
    On the other hand, i can't use Timer Control because i need the instruction in Global Functions (no OnCtrl...)

    Any comments will be welcome,
    David

  2. #2
    Corey is offline Indigo Rose Staff Alumni
    Join Date
    Aug 2002
    Posts
    9,746
    Hi. Would Application.Sleep() work good for what you need? You can find an example here:

    http://www.indigorose.com/webhelp/su...tion.Sleep.htm

    Hope that helps.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts