Chimaera Posted March 15, 2012 Posted March 15, 2012 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? If Ive just helped you ... miracles do happen. Chimaera CopyRobo() * Hidden Admin Account Enabler * Software Location From Registry * Find Display Resolution * _ChangeServices()
JohnOne Posted March 15, 2012 Posted March 15, 2012 I'm not sure you can with native.have a look at _GUIToolTip*() Funcs, specifically _GUIToolTip_SetDelayTime() AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now