B4J Question javafx virtualkeyboard

micro

Well-Known Member
Licensed User
Longtime User
Hi to all
I have already created a similar thread time ago
I have a raspberry 3 with openjfx installed and b4j programs work well, when the texfield has focus the virtualkeyboard is automatically displayed.
The problem is that I can not manage it:
How can I disable it?
I tried with
B4X:
SetSystemProperty("com.sun.javafx.virtualKeyboard", "none")
SetSystemProperty("com.sun.javafx.touch", "false")
SetSystemProperty("com.sun.javafx.isEmbedded", "false")
and more but it's always displayed.
It is possible with java inline or in any other way set the properties of VirtualKeyboard?
Top, bottom etc. etc.
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…