Juvigy Posted February 9, 2010 Posted February 9, 2010 I have a script and need to constantly check for something. But i have a Inputbox popping at some point and while the inputbox is waiting for the user input the checks are waiting too. How can i fix that? As a workaround i start another script that does the checking and have no inputboxes , but is there a better way?
omikron48 Posted February 9, 2010 Posted February 9, 2010 Make your own inputbox using GUICreate functions. That way, you can run a loop after displaying the GUI and rely on GUI OnEvent mode to process the user input.
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