Re: Building OpenJFX with WebKit

2015-06-19 Thread Anton V. Tarasov
Hi Ondra, Michael, On 16.06.2015 18:04, Michael Hoffer wrote: Hi Ondra, I was able to build WebKit after reverting the version number from 1.3 to 1.2. On Linux there should be a package called libicu48. I guess it is equivalent to webview-deps 1.3. If you install it WebKit should compile. web

Re: JavaFx: webview print with scale 100%

2015-06-19 Thread Anton V. Tarasov
Hi Alexander, Could you please create and send a simple test case (fully functioning) with the exact URL of a page you're printing? Regards, Anotn. On 15.06.2015 8:53, Александр Свиридов wrote: To print my html page I use the following code: PrinterJob job =PrinterJob.createPrinterJob();if(j

Re: Windows - Building OpenJFX with Webkit - Missing webview-deps:1.3

2015-06-19 Thread Anton V. Tarasov
Hi Hruda, On Windows you won't be able to build it with webview-deps 1.2 as you need ICU built for static linking. We're going to resume the activity of pushing the proper deps to Maven Central in the nearest time. Sorry for the incovinence. Anton. On 18.06.2015 22:05, Hruda, Steve wrote: H

Re: Building OpenJFX with WebKit

2015-06-19 Thread Ondra Pelech
lowering the version of webview-deps 1.3 --> 1.2 seems to be a step forward! but now I have another problem as you mentioned, there's this dependency on *.a static ICU libraries (why? why not depend on *.so?) in Fedora 20 there are only available dynamic *.so libraries (packages libicu and libicu-

review request: GTK resize issue

2015-06-19 Thread David Hill
https://bugs.openjdk.java.net/browse/JDK-8088811 webrev: http://cr.openjdk.java.net/~ddhill/8088811/ There were two issues addressed here: * fixed a boolean check before we call to make the window resizable (order of operations issue) * ch

WebGL support in WebView

2015-06-19 Thread John C. Turnbull
When will WebView support WebGL? Thanks, -jct