podws Posted April 6, 2006 Posted April 6, 2006 $viewstatusitem = GUICtrlCreateMenuitem ("Start",$viewmenu) ... GUICtrlSetData ($viewstatusitem, "Stop") It doesn't work, "Start" is still there. I think I must do something bad.
Uten Posted April 6, 2006 Posted April 6, 2006 $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 () Please keep your sig. small! Use the help file. Search the forum. Then ask unresolved questions :) Script plugin demo, Simple Trace udf, TrayMenuEx udf, IOChatter demo, freebasic multithreaded dll sample, PostMessage, Aspell, Code profiling
podws Posted April 6, 2006 Author Posted April 6, 2006 GUICtrlSetData ($viewstatusitem, "Stop") GUISetState () Yes, there is "GUISetState" for "Start", but the second GUISetState after "Stop" doesn't change the text.
podws Posted April 6, 2006 Author Posted April 6, 2006 (edited) I found, that in autoit beta ...117 it works well, even without GUISetState Edited April 6, 2006 by podws
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