Please tell me, can I set a password and a user-name for Proxy in
TMultipartHttpDownloader?
Can I remove blinks of TMultiProgressBar when it works? And can I change a
color of a bar (not background) of TMultiProgressBar?

I wrote the component and demo long time ago. I don't remember the details right now. I think you should be able to read the source code yourself, understand how it works and then make the changes you need. You'll probably learn a lot.

Additional question: what about a progress for THTTPCli?

Use OnDocData and OnSendData events to update your progress bar. Use RcvdCount and SentCount properties as well as ContentLength.

Again, please look at the source code. If you had searched for "progress" in the source code, you'd found the answer yourself.

--
francois.pie...@overbyte.be
The author of the freeware multi-tier middleware MidWare
The author of the freeware Internet Component Suite (ICS)
http://www.overbyte.be

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to