Jump to content

Recommended Posts

Posted

So, the attempted change to hide my GUI while it is running did not work.

Attempting GuiSetState(@SW_HIDE, $gui) does not work for the purpose I need either as it steals focus.

New issue: While using @SW_HIDE, how do I keep the hidden GUI from stealing focus?

Posted

So, the attempted change to hide my GUI while it is running did not work.

Attempting GuiSetState(@SW_HIDE, $gui) does not work for the purpose I need either as it steals focus.

New issue: While using @SW_HIDE, how do I keep the hidden GUI from stealing focus?

I don't think hidden GUI steals focus, mind giving an example?
Posted

Just make a script that has a gui, an embedded IE window in it and then hide it but make it navigate to a new page at random. You'll quickly find that it will steal focus.

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