GreatWest Posted July 28, 2009 Posted July 28, 2009 I've done this in the past but just can't remember the way to do it. I have a routine that needs to update information in a window created by AutoIt. I can't even remember if I used a GUICreate to create the window. The information in the window is just text based. Can anyone point me to either someone else's post (which I haven't yet found) or to an AutoIt command that will create a window who's text I can update while the routine runs? Thanks - the brain is just not as sharp as it used to be. GW
BugFix Posted July 28, 2009 Posted July 28, 2009 an AutoIt command that will create a window who's text I can update while the routine runs?You can update title with WinSetTitle(). For controls you can use GUICtrlSetData(). Best Regards BugFix
GreatWest Posted July 28, 2009 Author Posted July 28, 2009 Duh, GUICtrlSetData - Thanks!I've done this in the past but just can't remember the way to do it. I have a routine that needs to update information in a window created by AutoIt. I can't even remember if I used a GUICreate to create the window. The information in the window is just text based. Can anyone point me to either someone else's post (which I haven't yet found) or to an AutoIt command that will create a window who's text I can update while the routine runs?Thanks - the brain is just not as sharp as it used to be.GW
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