Jump to content

Recommended Posts

Posted

$viewstatusitem = GUICtrlCreateMenuitem ("Start",$viewmenu)

...

GUICtrlSetData ($viewstatusitem, "Stop")

It doesn't work, "Start" is still there. I think I must do something bad.

Posted

$viewstatusitem = GUICtrlCreateMenuitem ("Start",$viewmenu)

...

GUICtrlSetData ($viewstatusitem, "Stop")

It doesn't work, "Start" is still there. I think I must do something bad.

GUICtrlSetData ($viewstatusitem, "Stop")
GUISetState ()
Posted

GUICtrlSetData ($viewstatusitem, "Stop")
GUISetState ()
Yes, there is "GUISetState" for "Start", but the second GUISetState after "Stop" doesn't change the text. :think:
Posted (edited)

I found, that in autoit beta ...117 it works well, even without GUISetState

Edited by podws

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...