Jump to content

Recommended Posts

Posted

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

Posted

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  

Posted

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...