I get this error:
B4X:
Error occurred on line: 422
java.lang.ArrayIndexOutOfBoundsException
at java.lang.reflect.Array.get(Native Method)
at anywheresoftware.b4a.shell.ArraysUtils.getElement(ArraysUtils.java:76)
at anywheresoftware.b4a.shell.Shell.getArrayElement(Shell.java:482)...
I'm using reflection library to find out if scrollview is scrolled up or down.
my first problem is that if I use reflect.Target = scroll it is impossible for scrollview to be scrolled and if I use reflect.Target = scroll.panel it is impossible to find out whether is scrolled up or down
so
1- Is...
B4J 8.50
B4XPAGES 1.05
XUI VIEWS 2.35
my app with a lot pages work perfect in release mode, (from IDE and from java -jar myapp.jar),
but from ide in debug mode there is issue:
B4X:
Waiting for debugger to connect...
Program started.
Error occurred on line: 32 (b4xditta)...
B4J 8.50
B4XPAGES 1.05
XUI VIEWS 2.35
my app with a lot pages work perfect in release mode, (from IDE and from java -jar myapp.jar),
but from ide in debug mode there is issue:
B4X:
Waiting for debugger to connect...
Program started.
Error occurred on line: 32 (b4xditta)...