GoliaX Posted April 25, 2019 Share Posted April 25, 2019 Hello everybody, I want the end-user to be able to change mouse and send key delay. I use inputs to they can change in GUI but It's not working with opt() since it needs to reset program, any way to change opt delay pausing the script and starting again without close program? Thank you Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted April 25, 2019 Moderators Share Posted April 25, 2019 GoliaX, And how is this different from the last thread which I locked? In our PM exchange I even pointed out the bit in the Forum rules about reposting with game references removed - which bit of that is unclear? 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 Link to comment Share on other sites More sharing options...
GoliaX Posted April 25, 2019 Author Share Posted April 25, 2019 It's a question non related to nothing else than what you can read in this post. The other post was about another question to another project, It's clear, nothing about automated programs which I never mentioned. CHANGE delay of mouse in the middle of a script. That's all, that's my new project I've just started and I want someone to help me, if you don't want to then don't do it but in this post I am not breaking any forum rule. Thanks Link to comment Share on other sites More sharing options...
Moderators Melba23 Posted April 26, 2019 Moderators Share Posted April 26, 2019 GoliaX, OK, this one time you get the benefit of the doubt - but you have used up all the "newbie flex" you are going to get, so be very careful from now on. 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 Link to comment Share on other sites More sharing options...
Sidley Posted April 26, 2019 Share Posted April 26, 2019 Could you post the code so we know what you're trying to do and what you've tried so far? Link to comment Share on other sites More sharing options...
GoliaX Posted April 26, 2019 Author Share Posted April 26, 2019 I solved it, I was running the .au3 directly and so It was not loading properly the info from .ini files and I thought I was not coding properly. Wrapped to .exe and works nice. Thank you anyway. Link to comment Share on other sites More sharing options...
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