[Implemented] SendNetworkFile() progress callback

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
BrendanE
User
User
Posts: 63
Joined: Tue Nov 11, 2003 2:04 pm
Location: Derbyshire, England

[Implemented] SendNetworkFile() progress callback

Post 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
Anden
Enthusiast
Enthusiast
Posts: 135
Joined: Mon Jul 21, 2003 7:23 am
Contact:

Post by Anden »

Oh yes, that would be another "feature complete" command.

And don't forget about ReceiveNetworkFile() ...
newbie
Enthusiast
Enthusiast
Posts: 296
Joined: Tue Jul 29, 2003 5:47 pm
Location: FRANCE
Contact:

Post by newbie »

UP

me too...
- Registered PB user -

Using PB 4.00
Post Reply