Hi
I can not disable the VirtualKeyboard in javafx (openjfx 8u40) on raspberry
https://wiki.openjdk.java.net/display/OpenJFX/VirtualKeyboard+User+Experience+Documentation
I put and modify in javafx.platform.properties this line but the keyboard always appears.
javafx.platform.properties is in "/usr/lib/jvm/jdk-8-oracle-arm32-vfp-hflt/jre/lib"
I also tried with SetSystemProperty..... in b4j but nothing
This is a real problem for me because i prefer to use a custom keyboard and show it only when i want.
Is possible find a solution?
Thanks
I can not disable the VirtualKeyboard in javafx (openjfx 8u40) on raspberry
https://wiki.openjdk.java.net/display/OpenJFX/VirtualKeyboard+User+Experience+Documentation
I put and modify in javafx.platform.properties this line but the keyboard always appears.
javafx.platform.properties is in "/usr/lib/jvm/jdk-8-oracle-arm32-vfp-hflt/jre/lib"
B4X:
javafx.platform=monocle
monocle.glass.platform=Monocle
monocle.prism.order=es2,sw
monocle.prism.eglfb=true
monocle.prism.lcdtext=false
monocle.prism.maxvram=128m
monocle.prism.targetvram=112m
monocle.use.egl=true
monocle.use.gles2=true
monocle.embedded=monocle
monocle.com.sun.javafx.isEmbedded=false '<
monocle.com.sun.javafx.touch=false '<
monocle.com.sun.javafx.virtualKeyboard=none '<
monocle.doNativeComposite=true
monocle.com.sun.javafx.scene.control.skin.FXVK.cache=true
monocle.prism.glDepthSize=0
monocle.com.sun.javafx.gestures.zoom=true
monocle.com.sun.javafx.gestures.rotate=true
monocle.com.sun.javafx.gestures.scroll=true
gtk.com.sun.javafx.scene.control.skin.ListViewSkin.pannable=true
gtk.com.sun.javafx.scene.control.skin.TreeViewSkin.pannable=true
gtk.com.sun.javafx.scene.control.skin.TableViewSkin.pannable=true
gtk.glass.platform=gtk
gtk.prism.order=sw
gtk.com.sun.javafx.isEmbedded=false '<
gtk.com.sun.javafx.touch=false '<
gtk.com.sun.javafx.virtualkeyboard=none '<
gtk.com.sun.javafx.scene.control.skin.FXVK.cache=true
gtk.com.sun.javafx.gestures.zoom=true
gtk.com.sun.javafx.gestures.rotate=true
gtk.com.sun.javafx.gestures.scroll=true
I also tried with SetSystemProperty..... in b4j but nothing
This is a real problem for me because i prefer to use a custom keyboard and show it only when i want.
Is possible find a solution?
Thanks