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

Hermann Gundel wrote:
> 
> 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() )

Also you could have a look at HTProfil.c, where a lot of the common init
routines are called.
If you don't want to do your own initialisation, you can stick with e.g. 

 HTProfile_newNoCacheClient(...)  and simply call
 HTAlert_setInteractive(NO);

afterwards.

>
> > 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:13:43 UTC