Aide:WinFlash.txt
De Wiki AutoIt Français
Document original V3.3.6.1 :
###Function###
WinFlash
###Description###
Flashes a window in the taskbar.
###Syntax###
WinFlash ( "title" [,"text" [,flashes [,delay ]]])
###Parameters###
@@ParamTable@@
title
The title of the window to read. See <a href="../intro/windowsadvanced.htm">Title special definition</a>.
text
[optional] The text of the window to read.
flashes
[optional] The amount of times to flash the window. Default 4.
delay
[optional] The time in milliseconds to sleep between each flash. Default 500 ms.
@@End@@
###ReturnValue###
None.
###Remarks###
This function is very useful for catching the user's eye!
###Related###
WinSetState
###Example###
@@IncludeExample@@
Document traduit V3.3.6.1 :
###Function###
WinFlash
###Description###
Fait clignoter une fenêtre dans la barre des tâches.
###Syntax###
WinFlash ( "title" [,"text" [,flashes [,delay ]]])
###Parameters###
@@ParamTable@@
title
Le titre de la fenêtre à lire. Voir <a href="../intro/windowsadvanced.htm">Définition spéciale de titre</a>.
text
[optionnel] Le texte de la fenêtre à lire.
flashes
[optionnel] Le nombre de clignotements de la fenêtre. Par défaut 4.
delay
[optionnel] Le temps d'attente en milliseconde entre deux clignotements. Par défaut 500 ms.
@@End@@
###ReturnValue###
Aucune.
###Remarks###
Cette fonction est très utile pour attirer l'attention de l'utilisateur.
###Related###
<a href="WinSetState.htm">WinSetState</a>
###Example###
@@IncludeExample@@
Traducteur : Jerome
Contributeurs (pour les modifications avant le Wiki) : jbnh, Tlem