Jump to content

update screen


nimaltd

Recommended Posts

There is no global "update everything" command. The way that GWIN is build implies that each element is only redrawn when needed to. If you call gwinSetText() the corresponding widget(s) will be redrawn automatically.
If you implement a custom widget that has a setValue() method you are supposed to call _gwinUpdate() in that function.
this means that if you have the need to manually update widgets or the entire display you are doing something wrong.

I hope that helps. Let us know if you have any other questions.

Link to comment
Share on other sites

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