Jump to content

Recommended Posts

Posted

What happens when GUIDelete() is used to delete a GUICtrlCreateLabel()

I have my main GUI:

$myGui = GUICreate()

Then I have:

While (some stuff)

...$myLabel = GUICtrlCreateLabel()

;Then I do:

...Sleep(1000)

...GUIDelete($myLabel)

Wend

For some reason $myLabel is not changing every iteration. I can tell that it is reloading but it always looks the same. Any ideas? I know this is pretty vague but if you need more info (like actual code) let me know.

[font="Times New Roman"]Ocho.[/font]

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
×
×
  • Create New...