I'm trying to run Forms Builder in B4J with Java\jdk-11.0.1\bin\javac.exe and I get the following error response:
Main - 67: Undeclared variable 'r' is used before it was assigned any value.
Main - 66: Undeclared variable 'r' is used before it was assigned any value.
Main - 65: Unknown type: reflector
Are you missing a library reference?
And the error in:
Sub AddKeyPressedListener
Dim r As Reflector
r.Target = MainForm.RootPane
r.AddEventHandler("keypressed", "javafx.scene.input.KeyEvent.KEY_PRESSED")
End Sub
Any thoughts on what might be causing this? Both B4J and Forms Builder are new downloads.
I posted this to an old thread (mea culpa) and was advised that Forms Builder was deprecated years ago, however it is the tool demonstrated in the Forms and User Input video tutorial and the Forms Builder source code is only dated Sep 2019 (perhaps that is old, I don't know).
Main - 67: Undeclared variable 'r' is used before it was assigned any value.
Main - 66: Undeclared variable 'r' is used before it was assigned any value.
Main - 65: Unknown type: reflector
Are you missing a library reference?
And the error in:
Sub AddKeyPressedListener
Dim r As Reflector
r.Target = MainForm.RootPane
r.AddEventHandler("keypressed", "javafx.scene.input.KeyEvent.KEY_PRESSED")
End Sub
Any thoughts on what might be causing this? Both B4J and Forms Builder are new downloads.
I posted this to an old thread (mea culpa) and was advised that Forms Builder was deprecated years ago, however it is the tool demonstrated in the Forms and User Input video tutorial and the Forms Builder source code is only dated Sep 2019 (perhaps that is old, I don't know).