home *** CD-ROM | disk | FTP | other *** search
- G4C
- ; $VER: func.defue rev.015 Juan Manuel Wehrli 1999 - 2000
- WINBIG -1 -1 175 50 ""
- WinType 00000000
- Winout "NIL:"
- WinBackground IMAGE BG 0
-
- xOnLoad
- GuiOpen #This
-
- xOnOpen
- CLI 'rx $*TCP ISONLINE $*TCPIF'
- if $.htmlext.tmp = 0
- SetVar status "Stelle DFÜ Verbindung her"
- Update #This 1 $status
- CLI 'rx $*TCP ONLINE $*TCPIF'
- elseif $.htmlext.tmp = 1
- SetVar status "DFÜ Verbindung abbrechen"
- Update #This 1 $status
- CLI 'rx $*TCP OFFLINE $*TCPIF'
- endif
- GuiQuit #This
-
- ;Globale Gadgets
- TEXT 5 5 155 20 "TCP/IP Verbindung ..." 100 NOBOX
- GadFont xHelvetica.font 13 010
-
- TEXT 5 25 155 20 "... bitte warten" 105 NOBOX
- GadTxt CENTER
- GadID 1
-
-