On Sat, 19 Jun 1999, Torsten Uhlmann wrote: > On Fri, 18 Jun 1999 Torsten Uhlmann wrote: > >Hi all, > > > >I´m about to write an app that uses KHTMLView to > >view text. > >Untill now I´m not able to make it show scrollbars > >(I´ve tried setScrolling but that doesn´t work.) > > > >This is the method I use to show the text: > > > >void app::slotSetHTMLText(const QString &text) > >{ > > //browserWidget->setScrolling(1); > > browserWidget->begin(); > > browserWidget->write(text.data()); > > browserWidget->end(); > > browserWidget->parse(); > > browserWidget->show(); > >} > > > > Just FYI, the problem was the begin() statement. > When calling > browserWidget->begin() > scrollbars don´t appear, when doing > > browserWidget->begin("") they do! > > Is this considered a bug or is it supposed to work this way? Sounds like a bug. I'll have a look at it. Bye, Lars