Problem running tests in module controls inside Eclipse

2018-11-18 Thread fastegal
With the step-by-step debugging help provided by nlisker over at javafxports (https://github.com/javafxports/openjdk-jfx/issues/187 - which cleaned up some inherent misconception on my part, thanks!) I managed to run tests in base and graphics from inside Eclipse (right click and run

Re: Problem running tests in module controls inside Eclipse

2018-11-18 Thread fastegal
Zitat von Nir Lisker : I don't recall seeing this problem. Just to be sure, did you circumvent the compilation error in Dialog's lambda? yes, I did - not seeing any compile errors, nothing red but just the app thread doesn't seem to be fired up. On Sun, Nov 18, 2018 at 5:42 PM wrote:

Netbeans X & Java 11?

2018-11-18 Thread Michael Dever
Oracle seems to have Destroyed the combination of: Netbeans, JavaFX, and SceneBuilder, building JavaFX from an IDE. Is there any other IDE that supports and builds: JavaFX FXML Applications, out of the box that just works, and that you can design the GUI application from SceneBuilder? Thanks,

Re: Problem running tests in module controls inside Eclipse

2018-11-18 Thread Nir Lisker
I don't recall seeing this problem. Just to be sure, did you circumvent the compilation error in Dialog's lambda? On Sun, Nov 18, 2018 at 5:42 PM wrote: > > With the step-by-step debugging help provided by nlisker over at > javafxports (https://github.com/javafxports/openjdk-jfx/issues/187 - >

Re: Problem running tests in module controls inside Eclipse

2018-11-18 Thread Tom Schindl
i run them with -Djava.library.path=/Users/tomschindl/OpenJFX/openjdk-jfx/build/sdk/lib -Djavafx.toolkit=test.com.sun.javafx.pgstub.StubToolkit Tom On 18.11.18 17:00, Nir Lisker wrote: > I don't recall seeing this problem. Just to be sure, did you circumvent the > compilation error in Dialog's

Re: Problem running tests in module controls inside Eclipse

2018-11-18 Thread fastegal
okay, found something in the gradle tasks which point into direction of some success: it sets the stubtoolkit in a vm arg: -Djavafx.toolkit=test.com.sun.javafx.pgstub.StubToolkit which does indeed work inside Eclipse if I add it to the runtime config of the test. Next step would be to

Re: Problem running tests in module controls inside Eclipse

2018-11-18 Thread fastegal
arrrggg .. head on desktop edited the arg-file of base project, not that of the controls ... now it's time to call it a day, tsssee thanks for your help! and have a nice evening everybody :) Zitat von Tom Schindl : i run them with

Javadocs Download

2018-11-18 Thread August Nagro
Hello, I can't seem to find a download for JavaFX's apidoc on the openjfx.io site. Is there an alternate download link, or plans to add them on the downloads page? Regards, August Nagro

Re: Netbeans X & Java 11?

2018-11-18 Thread Selim Dincer
Hi, IntelliJ works quite OK with 11. Make sure to rightclick the fxml files -> open in scenebuilder instead of the integrated one because that's an older version. Also if you want to run your app without maven / gradle then you need to download the javafx sdk and set JAVA_HOME otherwise you will

Re: Netbeans X & Java 11?

2018-11-18 Thread Ty Young
On 11/18/18 3:01 PM, Michael Dever wrote: Oracle seems to have Destroyed the combination of: Netbeans, JavaFX, and SceneBuilder, building JavaFX from an IDE. Is there any other IDE that supports and builds: JavaFX FXML Applications, out of the box that just works, and that you can design the

Re: Bitwise puzzle in com.sun.glass.ui.monocle.Framebuffer

2018-11-18 Thread John Neffenger
On 11/17/18 5:40 AM, Nir Lisker wrote: I agree with your math. I guess you could submit an enhancement request to have it evaluated. Thank you for looking into it, Nir. I plan to include the simplified RGB565 conversion along with my Y8 grayscale support, as it's all done in the same two