Events not being dispatched when having native Cocoa component in modal JDialog

2010-03-30 Thread Martin Nedbal
Hi, I have a simple JNI-based code for embedding WebKit into Swing GUI (I can post sources if needed). It works fine while in regular Swing JFrame but it fails to work when added to modal JDialog - events are blocked apparently. WebKit view shows properly, but if I request a page to be loaded into

Re: Embedding WebKit in Java 1.6 application

2010-03-22 Thread Martin Nedbal
You're right, I didn't check if there's any better list - and it really is (webkit-dev). Sorry;) Martin On 03/22/2010 06:40 PM, Jens Alfke wrote: On Mar 22, 2010, at 10:31 AM, Martin Nedbal wrote: The problem is that embedded browser does not seem to be able to load Flas

Embedding WebKit in Java 1.6 application

2010-03-22 Thread Martin Nedbal
Hi, I have an issue with embedded WebKit from Java 1.6. The problem is that embedded browser does not seem to be able to load Flash / Silverlight plugins. I think it's probably caused by incompatible architecture - Java 1.6 is 64bit only while Safari (and mentioned plugins) are 32bit, right? Any i