Re: [webkit-qt] Trouble displaying PNG files

2010-04-28 Thread Benjamin Poulain
ext Nathan Osman wrote: I downloaded and installed Qt 4.6 and that didn't fix the problem. It still refuses to display the PNG. Is the PNG plugin available to the binary? Is it loaded? Benjamin ___ webkit-qt mailing list webkit-qt@lists.webkit.org ht

Re: [webkit-qt] Webkit can't load any pages on MIPS with windows CE 6.0

2010-04-28 Thread İsmail Dönmez
Try the attached patch. I filed relevant bugzilla's with patches, hopefully they will be committed soon. Regards, ismail On Thu, Apr 29, 2010 at 5:10 AM, Hui Tang wrote: > Hi, I don't use Qt4.7 webkit trunk, I download webkit from svn repository > from its official site, > > Then, I followed:

Re: [webkit-qt] How to register an application as a specific urlschema handler in QtWebKit

2010-04-28 Thread colin121
Hi, Benjamin, thank you for your tips. I tested following code, and it worked very well. bool WebPage::acceptNavigationRequest(QWebFrame *frame, const QNetworkRequest &request, NavigationType type) { ... QString scheme = request.url().scheme(); if

Re: [webkit-qt] Trouble displaying PNG files

2010-04-28 Thread Nathan Osman
I downloaded and installed Qt 4.6 and that didn't fix the problem. It still refuses to display the PNG. - Nathan > Date: Wed, 28 Apr 2010 11:14:30 +0200 > From: markus.go...@nokia.com > To: george_ediso...@hotmail.com > CC: webkit-qt@lists.webkit.org > Subject: Re: [webkit-qt] Trouble displaying

Re: [webkit-qt] Webkit can't load any pages on MIPS with windows CE 6.0

2010-04-28 Thread Hui Tang
Hi, I don't use Qt4.7 webkit trunk, I download webkit from svn repository from its official site, Then, I followed: set path=D:\SDK\QtWince600\bin;%path% set QTDIR=D:\SDK\QtWince600 setcepaths.bat wince60standard-mipsii-msvc2005 perl WebKitTools/Scripts/build-webkit --clean perl WebKitTools/Scrip

Re: [webkit-qt] Webkit can't load any pages on MIPS with windows CE 6.0

2010-04-28 Thread Benjamin Poulain
ext Hui Tang wrote: No, I don't, I am using the version in Qt 4.6.0 source, the qt webkit is in its source. The version is: qtwebkit/qtwebkit-4.6 branch/tag I saw it from qt source directory in src/3rdparty/webkit/VERSION. Try with Qt 4.7 and WebKit trunk, the issue might have already

Re: [webkit-qt] How to register an application as a specific url schema handler in QtWebKit

2010-04-28 Thread Benjamin Poulain
Hi, ext colin121 wrote: > Does anybody know how to register an application as your custom protocol > handler in WebKit/QtWebKit/arora? > Please let me know if there is an easy one, really appreciate your work. > I'm considering using QtWebkit in an embed device to demonstrate my own > web page.

[webkit-qt] How to register an application as a specific url schema handler in QtWebKit

2010-04-28 Thread colin121
Hi all: Does anybody know how to register an application as your custom protocol handler in WebKit/QtWebKit/arora? Please let me know if there is an easy one, really appreciate your work. I'm considering using QtWebkit in an embed device to demonstrate my own web page. In my page, I have some

Re: [webkit-qt] Trouble displaying PNG files

2010-04-28 Thread Markus Goetz
ext Nathan Osman wrote: I am using Qt 4.5 on Windows and have a webkit control on my main window. When I try to put some HTML into the control that references an image, the image does not display. I even tried using an absolute path. What am I doing wrong? You are using Qt 4.5 instead of 4.6.2

[webkit-qt] Trouble displaying PNG files

2010-04-28 Thread Nathan Osman
I am using Qt 4.5 on Windows and have a webkit control on my main window. When I try to put some HTML into the control that references an image, the image does not display. I even tried using an absolute path. What am I doing wrong? - Nathan P.S. Sorry for the blank email - client problems.

[webkit-qt] (no subject)

2010-04-28 Thread Nathan Osman
_ Got a phone? Get Hotmail & Messenger for mobile! http://go.microsoft.com/?linkid=9724464___ webkit-qt mailing list webkit-qt@lists.webkit.org http