Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 5 of 5
  1. #1
    Join Date
    Jun 2008
    Posts
    25

    how to make 'WAIT' or PAUSE'

    hwo can i make the application "WAIT" or "PAUSE" for X seconds ?

  2. #2
    Join Date
    May 2000
    Location
    Indigo Rose Software
    Posts
    2,150
    Use Application.Sleep()

    Adam Kapilik

  3. #3
    Join Date
    Jul 2007
    Posts
    158
    Yes but it will puase the whole application, not only the script and thats the problem.

  4. #4
    Join Date
    Apr 2007
    Location
    Raalte, OV, Netherlands
    Posts
    3,287
    use the page's On Timer event... and place the next in On Show:

    Code:
    Page.StartTimer(1000) --one second, change as you need
    Then the script that is placed in the On Timer event will be executed every 1 second...
    Bas Groothedde
    Imagine Programming :: Blog :: Familiar people here

    My AMS Plugins:

  5. #5
    Join Date
    Jun 2008
    Posts
    25
    Quote Originally Posted by Adam View Post
    Use Application.Sleep()

    Adam Kapilik
    thank you adam

Similar Threads

  1. Make the installer wait after one action and then do another.
    By vistaman in forum Setup Factory 7.0
    Replies: 8
    Last Post: 03-05-2008, 12:03 PM
  2. Launch a program & wait.
    By jassing in forum Setup Factory 7.0
    Replies: 4
    Last Post: 11-14-2006, 11:46 AM
  3. Display a screen, wait, then move on
    By Tek in forum Setup Factory 7.0
    Replies: 2
    Last Post: 03-01-2005, 09:19 AM
  4. HOWTO: Make an AutoPlay Application Expire
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-09-2002, 10:10 AM
  5. Delay, Wait, or Pause timer???
    By PackCat in forum AutoPlay Menu Studio 3.0
    Replies: 1
    Last Post: 05-03-2001, 01:27 PM

Posting Permissions

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