Hi
Error in release mode and after of the installation created with B4JPackager.
When I push button "cambio" or "importe exacto"
java.lang.reflect.invocationtargetexception.
In my PC works but not in other PC. Both Windows 10
Catch error in:
The second msgbox appears in top on the screen and I Can not see the message. I Only see button accept
I have no idea why works in my pc and does not in other.
What's the problem?
Here the installation
Thx in advance
Error in release mode and after of the installation created with B4JPackager.
When I push button "cambio" or "importe exacto"
java.lang.reflect.invocationtargetexception.
In my PC works but not in other PC. Both Windows 10
Catch error in:
B4X:
Sub Application_Error (Error As Exception, StackTrace As String) As Boolean
fx.Msgbox(MainForm,Error,"ERROR")' returns--->>>> java.lang.reflect.invocationtargetexception.
fx.Msgbox(MainForm,StackTrace,"StackTrace")
Return True
End Sub
The second msgbox appears in top on the screen and I Can not see the message. I Only see button accept
I have no idea why works in my pc and does not in other.
What's the problem?
Thx in advance
Last edited: