Stew Posted August 11, 2010 Share Posted August 11, 2010 Looking for a bit of an 'add in' to keep a bit of software I use open all the time. It times out after about 20 mins and it's a pain in the bum.... It's not bank software or anything but something I use at work. Any suggestions? Quote Link to comment Share on other sites More sharing options...
Husky Posted August 11, 2010 Share Posted August 11, 2010 does it time out on purpose due to a licence or something? we have some at work where the company would rather we restart the app every hour than pay the £100000's doubt your posh place is the same though Quote Link to comment Share on other sites More sharing options...
Stew Posted August 11, 2010 Author Share Posted August 11, 2010 It's not license. I think it's security. It drives me nuts though! Quote Link to comment Share on other sites More sharing options...
Husky Posted August 11, 2010 Share Posted August 11, 2010 sounds like security yeah, only way is to have some way of doing something to reset the idle timer i would guess. can you contact the software supplier? Quote Link to comment Share on other sites More sharing options...
maz0 Posted August 11, 2010 Share Posted August 11, 2010 Do you need the software to actually click a button within the software/webpage, or do you just need the software to do an action spacebar/cursor move to stop the computer being idle? Quote Link to comment Share on other sites More sharing options...
Stew Posted August 11, 2010 Author Share Posted August 11, 2010 Do you need the software to actually click a button within the software/webpage, or do you just need the software to do an action spacebar/cursor move to stop the computer being idle? Not 100% sure. Spacebar might work. Either that or just click on it I think. I can try Quote Link to comment Share on other sites More sharing options...
maxi-glasgow Posted August 11, 2010 Share Posted August 11, 2010 Our reservation system does the same, it's web based so it times out after 15 minutes inactivity. This is a security requirement by the credit card authority. If yours is web based all your looking for is an add in which will hit refresh in the web browser every 19 minutes. The problem we found with this is that you might be right in the middle of an input when it does the refresh and you lose what you have typed in so we had to scrap the idea. Quote Link to comment Share on other sites More sharing options...
maz0 Posted August 11, 2010 Share Posted August 11, 2010 Do you need the software to actually click a button within the software/webpage, or do you just need the software to do an action spacebar/cursor move to stop the computer being idle? Not 100% sure. Spacebar might work. Either that or just click on it I think. I can try I use a program at work to stop the screen saver, which also locks the computer (user privileges etc). It's a simple wee program called 'Stop Screen Saver' and it's free, if that's what your issue is. Otherwise you can get Auto clicker which is free to try, but I'm sure you could keep it for longer if you wanted wink. Here's a video of it, to see if it's what your after: Quote Link to comment Share on other sites More sharing options...
was8v Posted August 11, 2010 Share Posted August 11, 2010 Autohotkey is what you want. http://www.autohotkey.com/ I / a savvy person could write a script for it to send the refresh command (the F5 key) to your browser every 19 minutes pretty easily. I used it to give an application the keyboard focus every 10ms to prevent anything taking the focus. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.