Re: JavaFx: webview print with scale 100%

2015-07-13 Thread Anton V. Tarasov
Hi Alexander, On 27.06.2015 8:30, Александр Свиридов wrote: Hi Anton, I send all files. If you open index.html in IE and printpreview-set scale 100% - print , you will get 16.8 cm of div on paper. If you you print via application I did you will get quite different size. WebView is a

[9] Review request: 8131011: Remove use of obsolete ReflectUtil.newInstance method

2015-07-13 Thread Kevin Rushforth
Vadim, Please review the following: https://bugs.openjdk.java.net/browse/JDK-8131011 Details in JIRA. -- Kevin

Re: Lazy loading of images in scrollpane

2015-07-13 Thread Tom Schindl
Use a ListView ;-) Unfortunately the base class (VirtualFlow is not public API) Tom On 13.07.15 20:19, Christian Krampenschiesser wrote: Hi all, I am trying around since some time to load images when they are visible in a scollpane. However the only solution I got so far is quite

Re: Lazy loading of images in scrollpane

2015-07-13 Thread Tomas Mikula
Or use Flowless https://github.com/TomasMikula/Flowless Tomas On Jul 13, 2015 2:36 PM, Tom Schindl tom.schi...@bestsolution.at wrote: Use a ListView ;-) Unfortunately the base class (VirtualFlow is not public API) Tom On 13.07.15 20:19, Christian Krampenschiesser wrote: Hi all, I am

9-dev unlocked following sanity testing eom

2015-07-13 Thread Kevin Rushforth

Lazy loading of images in scrollpane

2015-07-13 Thread Christian Krampenschiesser
Hi all, I am trying around since some time to load images when they are visible in a scollpane. However the only solution I got so far is quite complicated and done via checking the bounds in the scene. However sometimes the calculated bounds of the item in the scene are way out of the scene. I

[9] Request for review: JDK-8090098 [WebView] getTimezoneOffset() of a ISO strings returns a wrong value

2015-07-13 Thread Anton V. Tarasov
Hi Kevin, Please review the fix suggested by Steve Hruda: JIRA: https://bugs.openjdk.java.net/browse/JDK-8090098 webrev: http://cr.openjdk.java.net/~ant/JDK-8090098/webrev.1 Thanks, Anton.