Hi there...
well I am pretty sure that already someone asked (may be was me) how is possible to disable a key listener like this:
but I can't find the solution....
Any help will be SUPER !...
well I am pretty sure that already someone asked (may be was me) how is possible to disable a key listener like this:
B4X:
Sub AddKeyPressedListener
Dim r As Reflector
r.Target = B4XPages.GetNativeParent(Me).RootPane
r.AddEventFilter("KeyPressed", "javafx.scene.input.KeyEvent.ANY")
End Sub
but I can't find the solution....
Any help will be SUPER !...