topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Tuesday March 19, 2024, 6:52 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: IDEA: Start Program after x minutes of idle.  (Read 8640 times)

Deozaan

  • Charter Member
  • Joined in 2006
  • ***
  • Points: 1
  • Posts: 9,746
    • View Profile
    • Read more about this member.
    • Donate to Member
IDEA: Start Program after x minutes of idle.
« on: April 27, 2006, 03:15 PM »
I know something like this was already done here, https://www.donationcoder.com/forum/index.php?topic=1328.0, but I want something that operates much like a screensaver -- runs a program after your computer is idle for a determinable amount of time.

This would be great for Skrommel's ToddlerTrap: https://www.donationcoder.com/Software/Skrommel/index.html#ToddlerTrap

Often I will step away for just a second (yeah right) to help someone with something and it ends up being more than a few minutes before I return to my computer only to find out that the little monkies are clicking around and typing. This is terrible when I leave while I'm in the middle of programming because these monkies don't eat their fleas; they put the bugs right into my programs.

Maybe an additional (and optional) feature would be to close the program when it's active again (not good for ToddlerTrap, but maybe good for other programs like Azureus). And it might be nice to be able to run more than one program at different idle times.

I'd prefer a little program that I can put in my startup folder that has a tray icon to access the settings.

kimmchii

  • Honorary Member
  • Joined in 2005
  • **
  • Posts: 360
    • View Profile
    • Donate to Member
Re: IDEA: Start Program after x minutes of idle.
« Reply #1 on: April 27, 2006, 06:35 PM »
IdleMute is pretty close to what you after.

you can also run start the screensaver and password protected it.
If you find a good solution and become attached to it, the solution may become your next problem.
~Robert Anthony

Deozaan

  • Charter Member
  • Joined in 2006
  • ***
  • Points: 1
  • Posts: 9,746
    • View Profile
    • Read more about this member.
    • Donate to Member
Re: IDEA: Start Program after x minutes of idle.
« Reply #2 on: April 27, 2006, 07:35 PM »
IdleMute is pretty close to what you after.

you can also run start the screensaver and password protected it.

Thanks kimmchii! I thought IdleMute was only for muting the speakers. I don't want to have to resort to passwords because I'd like adults to be able to use the computer. They know better than to type around inside my programs. Once I figure out how IdleMute works, though, it might be perfect for ToddlerTrap.

Although it might still be nice to have an IdleRun (kind of an oxymoron, there) which allows me to schedule multiple programs at different idle times and the ability to close them once activity is restored. If someone is up to the task I would gladly make a donation.
« Last Edit: April 27, 2006, 08:17 PM by Deozaan »

kimmchii

  • Honorary Member
  • Joined in 2005
  • **
  • Posts: 360
    • View Profile
    • Donate to Member
Re: IDEA: Start Program after x minutes of idle.
« Reply #3 on: April 28, 2006, 12:07 AM »
no prob Deozaan,

actually you can use XP schedule task, i just checked it has this feature,

http://img134.imageshack.us/img134/1838/gadwinscreenshot0031ao.png
IDEA: Start Program after x minutes of idle.


with this you can have multiple programs at different idle times. :)
If you find a good solution and become attached to it, the solution may become your next problem.
~Robert Anthony

Deozaan

  • Charter Member
  • Joined in 2006
  • ***
  • Points: 1
  • Posts: 9,746
    • View Profile
    • Read more about this member.
    • Donate to Member
Re: IDEA: Start Program after x minutes of idle.
« Reply #4 on: April 28, 2006, 12:20 AM »
no prob Deozaan,

actually you can use XP schedule task, i just checked it has this feature,

with this you can have multiple programs at different idle times. :)

Great! How do I find that? IdleMute is unreliable at best for what I want. Sometimes it starts running the program while I'm in the middle of moving the mouse around and sometimes it doesn't start the program when it's been idle for a few minutes.

lanux128

  • Global Moderator
  • Joined in 2005
  • *****
  • Posts: 6,277
    • View Profile
    • Donate to Member
Re: IDEA: Start Program after x minutes of idle.
« Reply #5 on: April 28, 2006, 12:49 AM »

brotherS

  • Master of Good Ideas
  • Honorary Member
  • Joined in 2005
  • **
  • Posts: 2,260
    • View Profile
    • Donate to Member
Re: IDEA: Start Program after x minutes of idle.
« Reply #6 on: April 28, 2006, 04:06 AM »
And if one like to use AutoHotkey, the code is

If A_TimeIdlePhysical > ...

skywalka

  • Member
  • Joined in 2005
  • **
  • Posts: 254
    • View Profile
    • Donate to Member
Re: IDEA: Start Program after x minutes of idle.
« Reply #7 on: May 08, 2006, 07:26 AM »