Hi everyone, is there any example to insert AnotherProgressBar in b4xTable
I've tried to modified this sample scripts and change it with AnotherProgressBar but it still doesn't work
error logs :
java.lang.ClassCastException: anywheresoftware.b4a.BALayout cannot be cast to android.widget.ProgressBar
check for size of panel when creating the progress columns. You only have 15 rows of data and 20 rows in your table the last rows are empty and hence have 0 size.