Re: VS: QWebView keeps crashing in maemo qt4.5.3

2009-12-31 Thread ibrahim
Antonio Aloisio wrote: > Hi, > Could you show us a backtrace? > > Antonio > > > On Mon, Dec 28, 2009 at 1:05 PM, > wrote: > > > What is the value of myurl, it should contain protocol and domain > name. If it is wrong nothing will be shown. > > > -- >

Re: VS: QWebView keeps crashing in maemo qt4.5.3

2009-12-28 Thread ibrahim
it contains a fully working url (contains protocol(http) and a domain name ) mikko.j.te...@nokia.com wrote: > > > What is the value of myurl, it should contain protocol and domain > name. If it is wrong nothing will be shown. > > > -- > Mikk0 Terh0 > - Alkuperäinen viesti - > > > > > > >

Re: VS: QWebView keeps crashing in maemo qt4.5.3

2009-12-28 Thread Antonio Aloisio
Hi, Could you show us a backtrace? Antonio On Mon, Dec 28, 2009 at 1:05 PM, wrote: > > What is the value of myurl, it should contain protocol and domain name. If > it is wrong nothing will be shown. > > > -- > Mikk0 Terh0 > - Alkuperäinen viesti - > > > > > > > > > > > > greetings; > >

VS: QWebView keeps crashing in maemo qt4.5.3

2009-12-28 Thread Mikko.J.Terho
What is the value of myurl, it should contain protocol and domain name. If it is wrong nothing will be shown. -- Mikk0 Terh0 - Alkuperäinen viesti - > > > > > > greetings; > > I am having a very strange problem with the QWebView Component. It keeps > crashing when it loads about 39% of

QWebView keeps crashing in maemo qt4.5.3

2009-12-27 Thread ibrahim
greetings; I am having a very strange problem with the QWebView Component. It keeps crashing when it loads about 39% of the web page!! I created a dialog that contains a webView instance, and loaded a page just like the Qt Documentation says : ui->webView->load(QUrl(MY_URL)); nothing more !!! i