Re: Unwanted messages

At 18:04 2/26/99 +0200, Gert Koning wrote:
>I've just started to use libwww, please excuse my ignorance. I can't find
>this in the docs.
>
>When I run a request to fetch a page (eg. with chunk.c) I get messages like:
>
>Looking up <host>
>Contacting <host>
>Reading...
>
>How do I get rid of these messages?

Handling of messages and progress notifications in Libwww are described at

	http://www.w3.org/Library/User/Using/Dialogs.html

The easiest is to stick in the line

	HTAlert_interactive (NO);

Just after libwww is initialized.

Henrik

	
--
Henrik Frystyk Nielsen,
World Wide Web Consortium
http://www.w3.org/People/Frystyk

Received on Friday, 26 February 1999 11:39:54 UTC