Kapz Posted September 26, 2005 Posted September 26, 2005 I was wondering if there was a way to relay information, i.e. the current value of a variable from an external loop back to the GUI upon each iteration? For example, say I was running an internet explorer function that had a counter variable, $x, that would increment once during every iteration of a loop for the IE function. Upon completing each iteration, is there some command that could send this value ($x) to the GUI where it would be displayed as text (a number such as 3) and then continue to update as the loop progresses?
Sokko Posted September 26, 2005 Posted September 26, 2005 If I read your question correctly, all you need is a GUICtrlSetData somewhere inside the loop that changes the value of a label previously created with GUICtrlCreateLabel (assuming you are already familiar with GUI creation).
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