- From: Tanmay Patwardhan <tpthesis@hotmail.com>
- Date: Wed, 16 Oct 2002 11:30:44 -0500
- To: www-lib@w3.org
- Cc: john_warriner@choicehotels.com
Yes, that worked. I was setting it before initialization - that was the problem.:-) Now I am faced with another one: I get large amounts of data back from my server. The default mechanism is to prompt the user for a "yes" through the callback function for HT_A_CONFIRM for the Alert Message HT_MSG_BIG_PUT. When I disable notification, it bypasses the input from user, and as seen in HTSChunk.c - it defauts to exiting before receiving the entire data. (Basically it does not extend the bufferring of the incoming large message.) What can I do to pass back a "y" automatically without user intervention to the HT_A_CONFIRM callback function? Is there any other workaround ? (Other than changing the code in HTSChunk.c) I appreciate your help on this. Regards, Tanmay ----------------------- Tanmay Patwardhan Applications Developer, Chicago, IL. ----------------------- >From: John Warriner <john_warriner@choicehotels.com> >To: Tanmay Patwardhan <tpthesis@hotmail.com> >CC: www-lib@w3.org >Subject: Re: Dont want status messages! >Date: Wed, 16 Oct 2002 09:13:28 -0700 > > >Try this line after initialization: > >HTAlert_setInteractive(NO); > >HTH, >jw > >Tanmay Patwardhan wrote: > > > > Hi, > > I have tried to disable all logging, but under Solaris, libwww still >prints > > out status messages like > > 1. Looking for host. > > 2. Writing n bytes. > > 3. Reading n bytes. > > > > How does one disable this default status printing behaviour? > > Thanks in advance, > > Tanmay > > > > ----------------------- > > Tanmay Patwardhan > > Applications Developer, > > Chicago, IL. _________________________________________________________________ Protect your PC - get McAfee.com VirusScan Online http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963
Received on Wednesday, 16 October 2002 12:31:15 UTC