printing html content on the retreive
jesso1607 at rogers.com
jesso1607 at rogers.com
Wed Jun 23 15:28:25 BST 2004
It seems I get output by bit and pieces.
What I am trying to accomplish is to be able to extract the full "content" body retreived from a webserver in a nice contiguous data sequence.
When I print the content, I want to see the full content that is retreived from the server.
Am I making any sense?
>
> From: David Faure <faure at kde.org>
> Date: 2004/06/23 Wed AM 09:23:56 EDT
> To: kfm-devel at kde.org
> Subject: Re: printing html content on the retreive
>
> On Wednesday 23 June 2004 15:18, jesso1607 at rogers.com wrote:
> > Thanks. That works.
> >
> > Is this ok for cached data as well?
>
> The cached data is handled before that in the same method.
> Add similar debug line before or after slotData in:
>
> m_bufReceive.setRawData( buffer, nbytes);
> // here for instance
> slotData( m_bufReceive );
> m_bufReceive.resetRawData( buffer, nbytes );
>
> (around line 4146 here)
>
> --
> David Faure, faure at kde.org, sponsored by Trolltech to work on KDE,
> Konqueror (http://www.konqueror.org), and KOffice (http://www.koffice.org).
>
More information about the kfm-devel
mailing list