Jump to content

GUICtrlSetTip Extended the Visible Time?


Recommended Posts

Hi all

Working on a script and i have a sort of button related problem.

Ive got the tooltip (see below) working fine but i have a load more text to add and it only stays open about 2.5 secs which isnt long enough to read the text

GUICtrlSetTip(-1, @CRLF & _
                    "This button restores your system back to the way it was" & @CRLF & _
                    "when the OS was first installed." & @CRLF & _
                    "Before any changes were made", "Restore Button")

Its a shame i cant set the time like a Splash() type with sleep.

Is there a way to extend the time?

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