Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 3 of 3

Thread: Ide Apps/Web

  1. #1
    Join Date
    Jul 2007
    Posts
    1,512

    Ide Apps/Web

    Hey all i would like to pick your brains if i could for a wee bit i would like to know if there is way to detect if the program in my system try aka the ams app
    can know if its idle and if it is refresh the webobject ever 5 mins but if the app is not idle then it dose not refresh.

    Also what do i have to seach for that kool System tray pop up dll the free
    one what little limited but kl all the same? as my app is free so i don't
    want to be paying out for things for it when the site my drop my app @
    any time. thanks all

  2. #2
    Join Date
    Jul 2007
    Posts
    1,512
    Hey not sure if that was clear before i will explane again maybe better this time lol


    I need away to refresh the webobject every 10 min if the app is idle so the browser and server don't get timed out anyone know of a trick that will do this
    but i don't want it to refresh if the program is not idle

    thanks

  3. #3
    Join Date
    Oct 2007
    Location
    Gensokyo
    Posts
    1,324
    On Mouse Move, On Key, On blah blah..: Page.StopTimer(); Page.StartTimer(60 * 10);

    Then the timer will call refresh when 10 minutes are up, Meaning that as soon as the user does something. The 10 minute timer is reset.

    This should work.

  4. #4
    Join Date
    Jul 2007
    Posts
    1,512
    Quote Originally Posted by ShadowUK View Post
    On Mouse Move, On Key, On blah blah..: Page.StopTimer(); Page.StartTimer(60 * 10);

    Then the timer will call refresh when 10 minutes are up, Meaning that as soon as the user does something. The 10 minute timer is reset.

    This should work.
    where would the timer start go ?on key and on mouse i know are the timerstops
    thanks for the reply

Similar Threads

  1. Compiling SF7 script on SF8 IDE
    By tigran in forum Setup Factory 8.0
    Replies: 2
    Last Post: 10-03-2008, 03:57 PM
  2. AMS IDE Themes/Skins
    By FoxLeader in forum AutoPlay Media Studio 7.5 Suggestions
    Replies: 1
    Last Post: 12-17-2007, 07:53 AM
  3. Replies: 14
    Last Post: 04-25-2002, 10:51 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