Re[2]: JavaFx: webview print with scale 100%

2015-06-27 Thread Александр Свиридов
: 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

Re[2]: WebView doesn't render html input elements

2015-06-25 Thread Александр Свиридов
it as: JDK-8129800 [WebView] controls not showing up initially on Linux. However, I don't reproduce it with your test but with a slightly different one. Anyway, thanks for reporting it. Regards, Anton. On 23.06.2015 20:21, Александр Свиридов wrote: I have very simple html code

WebView doesn't render html input elements

2015-06-23 Thread Александр Свиридов
1.8.40, centos71,ubuntu 12 oracle 1.8.60. The image from xp. 29 clicks after that no radios. Moved mouse over 1,3,5: . The result is on the image I attached. Please, answer. -- Александр Свиридов

WebView doesn't render html input elements

2015-06-16 Thread Александр Свиридов
I have very simple html code that includes 5 inputs with type=radio (in one column) and webview in javafx8 which loads this page. The problem is the following - sometimes these radios are rendered sometimes not. For example, I start application - webview loads page, however there is empty

Re[2]: WebView doesn't render html input elements

2015-06-16 Thread Александр Свиридов
://bugs.openjdk.java.net/browse/JDK-8093303 which was just fixed in 8u60. -- Kevin Александр Свиридов wrote: I have very simple html code that includes 5 inputs with type=radio (in one column) and webview in javafx8 which loads this page. The problem is the following - sometimes these radios are rendered

JavaFx: printer dialog is shown behind main window(stage)

2015-06-14 Thread Александр Свиридов
the main window but not in front of main window! This strange behaviour happens only when dialog appears the first time. The second and other times it's in front of the main window. How to fix it? -- Александр Свиридов

JavaFx: webview print with scale 100%

2015-06-14 Thread Александр Свиридов
To print my html page I use the following code: PrinterJob job =PrinterJob.createPrinterJob();if(job !=null job.showPrintDialog(null)){ webView.getEngine().print(job); job.endJob();} The problem is that webview changes the scale of printing page. For example, when I print this html

JavaFx: can data binding (textfield) be used in production mode?

2015-06-13 Thread Александр Свиридов
I use java 8.0.45. I have implemented my first javafx application (very simple) with data binding. However, biding from user input- pojo seems to work with bugs. I've checked about 200 times. I entered new values in text fields and after that I checked model values. The same code, the same my

JavaFx: tab rounded corners - very strange behaviour

2015-06-12 Thread Александр Свиридов
send a picture, however this question I asked at stackoverflow -  http://stackoverflow.com/questions/30690918/javafx-tab-rounded-corners   and there I provided all the pictures. Is this a bug? if not, how to fix it? -- Александр Свиридов

JavaFx: WebView perfomance in Window 7

2015-06-04 Thread Александр Свиридов
. However on win7 in comparison with centos perfomance is about 5-10 times worse. For example I can't scroll faster - I have to wait until the part of the page is rendered. How can it be solved (if it can)? -- Александр Свиридов

StageStyle.UTILITY doesn't always work with stage.setAlwaysOnTop(true)

2015-05-25 Thread Александр Свиридов
- centos 7.1 -- Александр Свиридов

JavaFX: WebView/WebEngine doesn't work with OSGI

2015-05-04 Thread Александр Свиридов
I have two boxes - Centos 7.1 64 and Windows 7 32. Both of them have jre 8.0.60. And I have two javafx projects - osgi and not osgi. Not OSGI: public class MainApp extends Application {     @Override     public void start(Stage stage) throws Exception {     WebView browser = new WebView();

Errors while building openjfx from sources

2015-04-21 Thread Александр Свиридов
I am trying to build openjfx from sources - centos 6.4. 64 openjdk8 (build 25.60-b11, mixed mode), I run /gradle-1.8/bin/gradle --info --debug and this is what I get: 10:11:09.184 [ERROR] [system.err] cc1plus: warnings being treated as errors 10:11:09.186 [ERROR] [system.err]

Re: openjfx-dev Digest, Vol 41, Issue 30

2015-04-21 Thread Александр Свиридов
I am trying to build openjfx from sources - centos 6.4. 64 openjdk8 (build 25.60-b11, mixed mode), I run /gradle-1.8/bin/gradle --info --debug and this is what I get: 10:11:09.184 [ERROR] [system.err] cc1plus: warnings being treated as errors 10:11:09.186 [ERROR] [system.err]

JavaFX: Can't load library: libjfxwebkit.so

2015-04-21 Thread Александр Свиридов
I use centos 6.4 + openjdk8 (build 25.40-b18, mixed mode) and openjfx (I build it from today sources). I have 64 box. And I can't use the html components (all other components seem to work normally) - webview,webengine,htmleditor. When I try to use them I get: Caused by: