Hello,
I apologize for how n00b these two questions are, but any help with them would be greatly appreciated. I'm new to B4X (B4A), but am a long time (i.e. old) programmer and VB used to be my favorite programming language.
How on earth do you declare a truly Global variable?
How can I...
When i add a B4XTable library in a new UI project, in the log i received this messages.
Tipo desconocido: javaobject <br />¿Te falta una referencia de biblioteca?
Variable 'clvdata' no declarada se utiliza antes de que se le haya asignado cualquier valor.
Variable 'textflow' no declarada...
When i add a B4XTable library in a new UI project, in the log i received this messages.
Tipo desconocido: javaobject <br />¿Te falta una referencia de biblioteca?
Variable 'clvdata' no declarada se utiliza antes de que se le haya asignado cualquier valor.
Variable 'textflow' no declarada...
I have previously been using the jPOI to the rescue example (in B4J) to substitute string variables for specific words in a MS-Word (DOC) file and it was performing great. String variables I am using inside the file text are of the format: "<<variable>>" .
Would like to try now to do something...
I have previously been using the jPOI to the rescue example (in B4J) to substitute string variables for specific words in a MS-Word (DOC) file and it was performing great. String variables I am using inside the file text are of the format: "<<variable>>" .
Would like to try now to do something...
Hi,
Today I was trying to run the SlidingDrawer example. It didn't compile and this is the log:
Main - 34: Undeclared variable 'actoolbarlight1' is used before it was assigned any value.
Main - 33: Undeclared variable 'toolbarhelper' is used before it was assigned any value.
Main - 30...
I downloaded BCToast from BCToast Download and put BCToast.b4xlib into my B4X AdditionalLibraries folder: D:\Programming\B4X\B4X\AdditionalLibraries
Even though I downloaded it from the B4A forum, it is a B4X library so it should work in B4J, right?
When I load the sample app BCToast.B4J (from...