Virtual keyboard on debian if text to be entered?

Hi!

I'm coding an linux application which runs on a BeagleBone board. I want to make a virtual keyboard

appear as text has to be entered. Is there a juce way to do this? Until now I'm using florence virtual

keyboard.

But a good integrated way would be nice (make the text field always visible on entering the text, auto-

close the keyboard etc...)

 

Thanks in advance!

Christoph

JUCE uses OS provided virtual keyboards. You can implement one yourself, I am in the process of doing this for numeric input in a mobile app. 

Would be a nice component to share as a module if you feel inclined :)