Re: KHTMLPart executeScript() infinite loop

2011-04-13 Thread David Faure
On Wednesday 13 April 2011, sebaro wrote: > Hello > > I have a problem with executeScript() in a KHTMLPart. > Mr. bcooksley from KDE Forums recommended sending an email to you. A better mailing-list for KHTML questions is kfm-de...@kde.org. It turns out that you got lucky though, emilsedgh relay

KHTMLPart executeScript() infinite loop

2011-04-13 Thread sebaro
Hello I have a problem with executeScript() in a KHTMLPart. Mr. bcooksley from KDE Forums recommended sending an email to you. I want to execute external scripts in websites. The folowing does the job: ## ... m_part = dynamic_cast(parent); connect(m_part,SIGNAL(completed()),this