Jump to content

GUI flicker


Jango
 Share

Recommended Posts

Hello,

I have 2 Windows (same size, same position) appearing one after one and i noticed it flickers when the first one disapear and the next one appears, i use:

GUISetState(@SW_SHOW)

.

.

.

GUIDelete($frmLang)

then just after that:

GUISetState(@SW_SHOW)

.

.

.

GUIDelete($frmLOGIN)

I tried to hide [GUISetState(@SW_HIDE, $frmLang)] the first Window before displaying the second one but it does'nt help

Is there a way to avoid the flickering ?

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
 Share

  • Recently Browsing   0 members

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