hi
i made a game in b4j, when i run it in debug mode everything works fine but in release i get an error
you can download the project here: https://www.b4x.com/android/forum/threads/mad-maze-source-code.57835/#post-364001
i made a game in b4j, when i run it in debug mode everything works fine but in release i get an error
B4X:
B4J version: 3.61
Parsing code. (0.01s)
Compiling code. (0.04s)
Compiling layouts code. (0.00s)
Compiling generated Java code. Error
B4J line: 68
If c Is Pane Then
javac 1.8.0_51
src\b4j\example\main.java:506: error: incompatible types: Control cannot be converted to Pane
if (_c.getObjectOrNull() instanceof javafx.scene.layout.Pane) {
^
1 error
you can download the project here: https://www.b4x.com/android/forum/threads/mad-maze-source-code.57835/#post-364001