Aide:NoTrayIcon.txt

De Wiki AutoIt Français
Aller à : navigation, rechercher

Document original V3.3.6.1 :

###Keyword###
#NoTrayIcon

###Description###
Indicates that the AutoIt tray icon will not be shown when the script starts.

###Syntax###
<b>#NoTrayIcon</b>


###Parameters###
None.

###Remarks###
It is possible to use <a href="../functions/AutoItSetOption.htm#TrayIconHide">Opt("TrayIconHide", 1)</a> to remove the AutoIt tray icon but it will still be visible for a second when the script starts.  Placing the #NoTrayIcon directive at the top of your script will stop the icon from being shown at startup.

You may still turn the icon back on later in the script using <a href="../functions/AutoItSetOption.htm#TrayIconHide">Opt("TrayIconHide", 0)</a>

###Related###
<a href="../functions/AutoItSetOption.htm#TrayIconHide">TrayIconHide (Option)</a>


###Example###
@@IncludeExample@@


Document traduit V3.3.6.1 :

###Keyword###
#NoTrayIcon

###Description###
Indique que l'on ne montrera pas l'icône AutoIt de la barre des tâches lorsque le script démarre.


###Syntax###
<b>#NoTrayIcon</b>


###Parameters###
Aucun.


###Remarks###
Il est possible d'utiliser <a href="../functions/AutoItSetOption.htm#TrayIconHide">Opt("TrayIconHide", 1)</a> pour supprimer l'icône AutoIt de la barre des tâches, mais il sera quand même visible une seconde lors du lancement du script.  L'utilisation de la directive #NoTrayIcon au début de votre script, empêchera l'icône d'être vu au lancement du script.

Vous pouvez toujours ré-afficher l'icône plus tard dans l'utilisation du script en utilisant <a href="../functions/AutoItSetOption.htm#TrayIconHide">Opt("TrayIconHide", 0)</a>


###Related###
<a href="../functions/AutoItSetOption.htm#TrayIconHide">TrayIconHide (Option)</a>


###Example###
@@IncludeExample@@


Traducteur : Tlem