So, I am trying to create a raspberry pi app which opens a standalone X11 session.
Trouble is, I cant get the virtual keyboard to pop up and be used. How do I do this?
From searching other areas of the forum, I currently have these in my AppStart subroutine:
But they are not working.
Also I am using Debug mode under B4J-Bridge to the R-Pi
Trouble is, I cant get the virtual keyboard to pop up and be used. How do I do this?
From searching other areas of the forum, I currently have these in my AppStart subroutine:
B4X:
SetSystemProperty("com.sun.javafx.touch", "true")
SetSystemProperty("com.sun.javafx.isEmbedded", "true")
SetSystemProperty("com.sun.javafx.virtualKeyboard", "javafx")
But they are not working.
Also I am using Debug mode under B4J-Bridge to the R-Pi