Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 4 of 4
  1. #1
    Join Date
    Jan 2006
    Location
    Asturias, Spain
    Posts
    82

    Page - Timer Related

    hi again,
    i put some actions that i want to do in intervals of 20 sec in the page - on timer, but i want that the app do it always, including when the app is minimized, is there anyway to do this?

  2. #2
    Join Date
    Jan 2006
    Location
    Asturias, Spain
    Posts
    82

    pd

    sorry i havent explained well.
    my app minimizes automatically on startup and in the main page timer have some actions that i want to do in background, but the app only does it if i maximize and minimize it (wich i dont want)

  3. #3
    Join Date
    May 2006
    Posts
    5,380
    the page timer is global, if the app is minimized the timer events will still fire, but remember, if there is code in the timer and the timer is set to 10 secs the first time the timer events will fire is 10 secs after the app is run because this is the first loop in the timer,

    another thing is (i recon this is the problem) if you start the timer in page on show but minimize the app in on load or page preload then the timer will not get started untill the page is actuly shown on screen, hence if you maximize and minimize it works.


    start the page timer in on preload, then it wont matter as the timer gets started reguardless of if the page is actuly shown.
    Open your eyes to Narcissism, Don't let her destroy your life!!

  4. #4
    Join Date
    Jan 2006
    Location
    Asturias, Spain
    Posts
    82

    lol

    lol i havent though about this. lot of thanx!!!

Similar Threads

  1. html page and link
    By mountain07 in forum AutoPlay Media Studio 6.0
    Replies: 1
    Last Post: 11-19-2005, 09:00 PM
  2. Example: Loading Paragraph Text Using a Timer
    By Jonas DK in forum AutoPlay Media Studio 5.0 Examples
    Replies: 7
    Last Post: 11-25-2004, 05:10 PM
  3. Using Timer Events
    By Desmond in forum AutoPlay Media Studio 5.0 Examples
    Replies: 0
    Last Post: 09-22-2003, 02:14 PM
  4. Replies: 14
    Last Post: 06-24-2003, 04:21 AM
  5. HOWTO: Create a Page Template
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-26-2002, 05:20 AM

Tags for this Thread

Posting Permissions

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