Hi to all.
Im working with B4XPages in B4J using b4xdialogs - Specifically the signaturetemplate. (B4J and B4A is my targets)
it will crash at the line ShowTemplate statement.
logs return this in debug
Error occurred on line: 130 (B4XDialog)
java.lang.RuntimeException: Object should first be initialized (B4XView).
(the code is only 58 lines long btw)
this in release mode
b4xdialog$ResumableSub_ShowTemplate.resume (java line: 1129)
I copied the code from the example "XUI Views" from the forum.
I can get it to work in non B4XPages - I really prefer to not worry about Activities management in B4A
Ideas?
Thanks everybody !
JD
Im working with B4XPages in B4J using b4xdialogs - Specifically the signaturetemplate. (B4J and B4A is my targets)
it will crash at the line ShowTemplate statement.
B4X:
Dim rs As ResumableSub = Dialog.ShowTemplate(SignaturTemplate, Chr(0xF00C), "", Chr(0xF00D))
logs return this in debug
Error occurred on line: 130 (B4XDialog)
java.lang.RuntimeException: Object should first be initialized (B4XView).
(the code is only 58 lines long btw)
this in release mode
b4xdialog$ResumableSub_ShowTemplate.resume (java line: 1129)
I copied the code from the example "XUI Views" from the forum.
I can get it to work in non B4XPages - I really prefer to not worry about Activities management in B4A
Ideas?
Thanks everybody !
JD