Jump to content

problems with hide show command


seres
 Share

Recommended Posts

hello, this is my code

HotKeySet("#+s", "hsseres")

func hsseres()

if WinExists("seres") then

WinSetState("seres", "", @SW_HIDE)

Else

WinSetState("seres", "", @SW_SHOW)

endif

EndFunc

when i click in the combination it hides it but when i click again it doesnt show the window that i have closed.

i think its cause of the window seres still exist even if is hidden i tried if winactive then but the window has to be active to get closed ,

can someone help me so it closes and opens with one key combination

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