Page 1 of 1

[Implemented] SendNetworkFile() progress callback

Posted: Fri Apr 30, 2004 12:12 pm
by BrendanE
Since this function halts execution it would be nice to call it with a callback function in order to receive progress information etc.

eg.

SendNetworkFile(connectionID, "myfile", @callBack())


Procedure callBack(progress)
; do something with progress info.
EndProcedure

Posted: Sat May 01, 2004 8:44 am
by Anden
Oh yes, that would be another "feature complete" command.

And don't forget about ReceiveNetworkFile() ...

Posted: Sun Aug 15, 2004 2:14 pm
by newbie
UP

me too...