Re: Cross build JavaFX for iMX6

2015-07-05 Thread Jörg Wille
Hi Daniel, did you try running javafx with monocle? Also sudo is required. I am also using yocto and using following bash-script to run ui-apps on i.MX6: #!/bin/sh sudo java \ -Xms128m \ -Xmx128m \ -Dprism.verbose=true \ -Dglass.platform=Monocle \ -Dembedded=monocle \ -Dmonocle.input.touchRadius=1

Re: Cross build JavaFX for iMX6

2015-07-05 Thread Daniel.
Hi Jörg, I'm in home right now, tomorrow I'll try it. Thanks for the tip! - dhs Em 05/07/2015 18:47, Jörg Wille joerg.wi...@gmail.com escreveu: Hi Daniel, did you try running javafx with monocle? Also sudo is required. I am also using yocto and using following bash-script to run ui-apps on

JavaFx8: One controller, two fxml,factory and @FXML problem - bug or limit

2015-07-05 Thread Alex Sviridov
I've read the following from her e https://docs.oracle.com/javase/8/javafx/fxml-tutorial/jfx2_x-features.htm When a controller factory is provided to the FXMLLoader object, the loader will delegate controller construction to the factory. An implementation might return a null value to