Chann Posted January 5, 2014 Posted January 5, 2014 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 Melba23 Posted January 5, 2014 Moderators Posted January 5, 2014 Chann, I have a complex AutoIt script that listen to user keystrokesPlease 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 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: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
Chann Posted January 5, 2014 Author Posted January 5, 2014 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 Melba23 Posted January 5, 2014 Moderators Posted January 5, 2014 Chann, it is not a key-loggerI 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. M23P.S. When you post code please use Code tags - see here how to do it. 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: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now