JAVAFX & Android

2013-06-05 Thread Francisco Javier Godino
Hello: I would like to create applications on Android. Someone know when will be possible? How I can begin with android? Thanks a lot!!! Javier

Javafxpackager build error on Win7 64

2013-12-13 Thread Francisco Javier Godino
Hello: I ran the build process "gradle sdk" and I'm receiving the following error: LNK1112 module machine type X86 conflicts with target machine type x64 Part of the log: Compiling native files: [] Starting process 'command 'C:/Program Files (x86)/Microsoft SDKs/Windows/v7.0A/Bin/RC.Exe''. Wor

A lot WARING with CSS

2013-12-14 Thread Francisco Javier Godino
I have an application running perfectly with JAVAFX 2. I trying to migrate this application to OpenJFX 8. When I run the program, there is a lot of warning like: Executing C:\Desarrollos\NovoviaSistema8\dist\run1862230921\NovoviaSistema8.jar using platform C:\Program Files\Java\jdk1.8.0/bin/jav

Error running JAVAFX using WinLauncher.exe

2014-01-23 Thread Francisco Javier Godino
Hello: I have a JAVAFX that it runs perfectly from the command line with this command:  java -jar .jar. However, if I run it from the packaged versions, I have an error. I ran from the command line : WinLauncher.exe /Debug to open the console. I see part of an exceptions before the applicatio

JAVAFX Service creates new threads

2014-09-06 Thread Francisco Javier Godino
Hello: I have a issue with a Service. I developed thisService. It's an extension of Service: public class MostrarImagenesService extends Service{ ... @Override protected Task createTask() { return new Task() { @Override protected Object call() throws Exce

Re: JAVAFX Service creates new threads

2014-09-06 Thread Francisco Javier Godino
You need to specify your own Executor if you want to change this default behavior. -- Kevin Francisco Javier Godino wrote: Hello: I have a issue with a Service. I developed thisService. It's an extension of Service: public class MostrarImagenesService extends Service{ ... @Override protec

JAVAFX and Raspberry PI B

2014-09-12 Thread Francisco Javier Godino
Hello: I installed Oracle Java SE 8 JDK for Linux ARMV6/7 on Raspberry PI using Oracle indications. http://www.oracle.com/webfolder/technetwork/tutorials/obe/java/RaspberryPiFX/raspberryfx.html#overview I created an application to run on it and I have an issue loading FXML. The code is: priv

Re: JAVAFX and Raspberry PI B

2014-09-14 Thread Francisco Javier Godino
it? Thanks Javier On Friday, September 12, 2014 12:07 PM, Jerome Cambon wrote: FXMLLoader should be part of jfxrt-controls.jar (in jre/lib/ext directory) Jerome On 9/12/14, 4:36 PM, Francisco Javier Godino wrote: > Hello: > > I installed Oracle Java SE 8 JDK fo

Winlauncher & Preloader

2014-10-21 Thread Francisco Javier Godino
Hello: I created an application that it uses Preloader. The preload is running perfectly if it is invoked directly. (Ej: Java -jar jarfile.jar) If I use the winlauncher, the preloader is not invoked. Thanks in advance Javier P/D I opened the MANIFEST.MF inside the JAR file and the directi