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.comReceived on Friday, 22 December 2000 09:13:43 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 23 April 2007 18:18:38 GMT