I am trying to get a better understanding of how B4A presents the java error to the B4A to handle. From my research on the forum there is lots of questions around this, but i have not found a solution that is similiar to a VB type error controller based on the supplied error code. This leads me to believe that we need to handle each error on a task by task basis. (Subject to correction by all on this forum)
So in the event that a java error is raised by a event, how do we raise the return to normal program execution. Does the Catch and Try option be invoked in that activity or does it get called by the Resume Activity.
The reason for all the above is that I have two seperate situation that will raise a java error, but I can handle them programatically. My challenge is how to actually interface to the error so that I can handle it.
If any one has a tutorial or sample code that would be great assistance.
:sign0163:
So in the event that a java error is raised by a event, how do we raise the return to normal program execution. Does the Catch and Try option be invoked in that activity or does it get called by the Resume Activity.
The reason for all the above is that I have two seperate situation that will raise a java error, but I can handle them programatically. My challenge is how to actually interface to the error so that I can handle it.
If any one has a tutorial or sample code that would be great assistance.
:sign0163: