Jump to content

Recommended Posts

Posted

I have a complex AutoIt script that listen to user keystrokes and do some tasks according to them. Applications runs in background. It stops to respond to user inputs after while. How can I make sure scripts runs all the time. I tried restarting script after set time, but it interrupts my application's requirements. A while loop should be run all the time in my Script. Is there any method to refresh my script automatically?

  • Moderators
Posted

Chann,

 

  Quote

I have a complex AutoIt script that listen to user keystrokes

Please read this announcement before you reply. ;)

If you wish to PM me the script I will gladly let you know if you can post it in open forum. :)

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

  Reveal hidden contents

 

Posted

Melba23,

thank you for the advice, but  it is not a key-logger. When user double clicks on any word, my application use that event and use that word to do something.

  • Moderators
Posted

Chann,

 

  Quote

it is not a key-logger

I did not suggest that it was - but any script that watches too many keys is covered by that announcement. ;)

Anyway, to return to the OP - we need to see the script to offer any sensible advice on why it "stops to respond to user inputs after while", so I suggest that if you are confident that the script is legal that you post it. I will soon let you know if I disagree. :D

M23

P.S. When you post code please use Code tags - see here how to do it. ;)

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

  Reveal hidden contents

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...