Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Aug : Re: Application becomes unresponsive when encoding/sending encoding an email.

www.cryer.info
Managed Newsgroup Archive

Re: Application becomes unresponsive when encoding/sending encoding an email.

Subject:Re: Application becomes unresponsive when encoding/sending encoding an email.
Posted by:"Remy Lebeau (TeamB)" (no.spam@no.spam.com)
Date:Thu, 17 Aug 2006 13:28:47

"Cornie" <cornievs@gmail.com> wrote in message
news:44e4cee9@newsgroups.borland.com...

> Well, my progressbar never gets updated

That does not mean that the events are being ignored completely.  Remember
that you are performing blocking operations in the main thread.  Paint
messages will not be processed, unless you pump the message queue manually.
Try calling the progress bar's Update() method after you change its
properties.

> my log file is not updated,

How are you actually writing to the log?


Gambit

Replies:

none

In response to:

www.cryer.info
Managed Newsgroup Archive