dimanche 31 juillet 2016

FTP and HUD

Hi all,
have a problem with ftp and hud, when i start a hud for example :

Code:
  Sub testftp
Globals.gHud.ProgressDialogShow(
"Connessione al server ftp")
myFtp.Initialize(
"myFTPTest",server,port,user,password)
myFtp.List(
path)
End Sub

Sub myFTPTest_ListCompleted(ServerPath As String, Success As Boolean, Folders() As FTPEntry, Files() As FTPEntry)
Globals.gHud.ProgressDialogHide
If Success Then
Msgbox("Connessione effettuata con successo !","Connessione FTP")...
FTP and HUD

from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/2auTayw
via IFTTT

Aucun commentaire:

Enregistrer un commentaire