; *****************************************************
; Example63.ftp
; =============
; This example shows how to use the "Traybar" functions.
; The traybar functionality allows you to create
; scripts/applications which reside in the Windows
; task tray on the lower right of your screen.
; ---
; -----------------------------------------------------------
; Commands demonstrated:
;
; ShowTraybarIcon
; HideTraybarIcon
; ToggleWindowOff
; ToggleWindowOn
;
; Syntax:
; ShowTraybarIcon
; HideTraybarIcon
; ToggleWindowOff
; ToggleWindowOn
;
;
; -----------------------------------------------------------
; NOTE: You are be able to execute this example unchanged.
; ***********************************************************
ShowTraybarIcon
ToggleWindowOff
Message "You should now see the icon in the task tray//13////13//Try Double-clicking on the icon..."
ToggleWindowOn
HideTraybarIcon