Re: [webkit-dev] flash player on Linux?

2008-07-08 Thread Michael Seydl
Hi! Not sure if qtwebkit has nspluginapi support yet, but I don't think so. Greets, Michael On Tuesday 08 July 2008 08:39:23 leslie lige wrote: Hi all, is it possible to play flash in a webkit browser under x86-Linux ? how to do that? I'm trying to use Qt 4.4.0 's demo browser, but I

Re: [webkit-dev] About Logo

2008-06-03 Thread Michael Seydl
Maybe a logo contest would please our friend here :) Hasn't there been some chatter about one for a while? Darren VanBuren wrote: Please try using correct grammar next time. Responding to your question: That's something to ask personally with an Apple employee, who actively develops

[webkit-dev] Javascript Context Menus on right click

2008-02-18 Thread Michael Seydl
Hi! Port: Mac Os X Native Recently I'm embedding a WebView into my application but experienced a misbehavior, maybe you can help me on this one. I got a web page which provides a custom javascript context menu, which works properly under the ./run-safari script. Although when i'm trying

[webkit-dev] Implementing an decidePolicyForNavigationAction under Windows

2007-10-31 Thread Michael Seydl
Hi guys! I'm trying to impement a way to catch when a link was clicked therefore i wrote this piece of code, which keeps crashing on me. It's pretty obvious why its crashing, so this point is covered. I think it's clear what i want to do here, but how do i do it right? Here the chunk of

[webkit-dev] Resizing a WebView

2007-10-17 Thread Michael Seydl
Hi, I'm embedding a WebView via COM under Windows in a QTWindow. I know it sounds akward, but on to my questions. I implemented a certain fake widget and gave it's HWND via webView-setHostWindow() to the webview. In the QT window i've used a layout so the my widget will be resized with the