Guest lars Posted February 19, 2004 Posted February 19, 2004 Hello Short question: Is there a way of making the message box go away after a few second? Lars
Developers Jos Posted February 19, 2004 Developers Posted February 19, 2004 AutoIt3 has that capability....... don't think it can be done in version 2 SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Beastmaster Posted February 19, 2004 Posted February 19, 2004 If you don't need any user action use the "SplashText" commands. SplashTextOn, ... Sleep, 3000 SplashTextOff
Beastmaster Posted February 20, 2004 Posted February 20, 2004 Hi,I've seen in a previous post a recomandation to this (an "advanced" AutoIt2, based on A2 with more command options) named: AutoHotKey which offers what you've requestedMsgBox Displays a simple message box with optional timeout. MsgBox, TextMsgBox [, Options, Title, Text, Timeout]The nice thing is that the syntax is nearly the same as with AutoIt2 scripts and the option to convert your AutoIt2 (.aut) scripts to AutoHotKey (.ahk) scripts!No need to short term "upgrade your mind" to A3
Recommended Posts