Indigo Rose Software
  #1  
Old 09-26-2003
Desmond's Avatar
Desmond Desmond is offline
Indigo Rose Staff Member
 
Join Date: Jul 2003
Posts: 628
Grin Repeat Things at Specific Intervals

Repeat Things at Specific Intervals

Repeat Things at Specific Intervals

Document ID: IR10020
The information in this article applies to:
  • AutoPlay Media Studio 5.0 Professional Edition

SUMMARY

This article describes how to make your application respond to key presses.

DISCUSSION

When there is an action that should repeat at a predetermined interval, use an On Timer event in AutoPlay Media Studio 5.0:

  1. Right-click on the current page.

  2. Choose Actions.

  3. Click on the On Timer event tab.

  4. Add your action here.

  5. To begin performing the actions in the On Timer event, use the following action:
    --fire the On Timer actions once every 5 seconds
    Page.StartTimer(5000)


  6. This action is typically performed either by the On Click event of an object, or as an action on the On Show event of the page.

    The action Page.StartTimer only has to be performed once to start the timer. The actions in the On Timer event will continue to be performed until the StopTimer action is called.

    To stop the timer action from firing, use the action Page.StopTimer();

MORE INFORMATION

For more information please see the following topics in the AutoPlay Media Studio 5.0 help file:

  • Program Reference | Actions | Page | Page.StartTimer
  • Program Reference | Actions | Page | Page.StopTimer

KEYWORDS: AutoPlay Media Studio 5.0, Actions, Timer, Events


Last reviewed: September 26, 2003
Copyright © 2003 Indigo Rose Corporation. All rights reserved.
__________________
Setup Factory 8.0 comes with over 250 actions so you can create smaller, faster and more intelligent software installers than ever before.

WebHelp Guides: AMS | MSIFACT | SUF | TU | VP
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On



All times are GMT -6. The time now is 05:16 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright © 2000 - 2009 Indigo Rose Corporation. All rights reserved.
Indigo Rose Software