There are some functions that process files:
AddPackFile() , md5 calculations, ftp file transfers, etc.
It would be nice if there could be a callback specified so we can update a progress bar/status on the process.
Failing a callback; a 'non blocking' parameter and then a "GetStatus()" type function.
Callbacks or support for 'non blocking'
Re: Callbacks or support for 'non blocking'
Sounds pretty much like a request I made a while ago: http://www.purebasic.fr/english/viewtop ... =3&t=47051
If any of you native English speakers have any suggestions for the above text, please let me know (via PM). Thanks!
Re: Callbacks or support for 'non blocking'
So it'll never happen then... Oh well.c4s wrote:Sounds pretty much like a request I made a while ago: http://www.purebasic.fr/english/viewtop ... =3&t=47051
- RichAlgeni
- Addict
- Posts: 935
- Joined: Wed Sep 22, 2010 1:50 am
- Location: Bradenton, FL
Re: Callbacks or support for 'non blocking'
Like the 'Asynchronous' parameter in SendMail()?
Re: Callbacks or support for 'non blocking'
no, like a callback or way to obtain the current status.RichAlgeni wrote:Like the 'Asynchronous' parameter in SendMail()?