Re: How is possible to supress messages like Contacting Writing 1Kbyt es Read 1Kbytes etc

Hello,

Lauri-Alo Adamson wrote:
> 
> Hello!
> 
> How is possible to supress in libwww application following messages ?
> 
> Contacting 10.0.1.114
> Writing 1Kbytes
> Reading...
> Writing 1Kbytes
> Read 1Kbytes
> Read 1Kbytes
> Done!
> 

The above is progress information. The suggested solution to not define
callbacks seems a bit inappropriate to me. Better do your own
initialisation and omit 

HTAlert_add(HTProgress, HT_A_PROGRESS);

(Hint: have a look at HTInit.c and examine the different init routines -
progress is set in HTAlertInit() )

> Lauri

Hermann
-- 
Hermann Gundel
Software AG, Darmstadt, Germany
R&D DBMS Open Systems
tel: +49-6151-921127
email: Hermann.Gundel@softwareag.com

Received on Friday, 22 December 2000 09:04:16 UTC