Hi, I need some help I am trying to create a B4a/B4i app with a custom Msgbox/Dialog. The custom layout has a BBCodeview in it for displaying the messages it works on B4a; but it will not run on B4i.
This is the error message in the IDE :
I have attached a small project showing the issue, any help ould b much appreciated.
This is the error message in the IDE :
IDE Log:
Application_Start
TextEngine initialized
Application_Active
SignalHandler 11
Error occurred on line: 219 (BBCodeView)
Signal - 11
Stack Trace: (
"0 AS MsgBox Example SignalHandler + 108",
"1 libsystem_platform.dylib 0x00000001eaf53834 E29C0EE4-8118-3A92-BFF8-1C343F8885AD + 22580",
"2 AS MsgBox Example -[b4i_bbcodeview _parseanddraw:] + 272",
"3 AS MsgBox Example -[b4i_bbcodeview _settext::] + 472",
"4 AS MsgBox Example -[b4i_bbcodeview _settextengine::] + 552",
"5 AS MsgBox Example -[ResumableSub_main_lbl_show_msg_Click resume::] + 1496",
"6 AS MsgBox Example -[b4i_main _lbl_show_msg_click] + 260",
"7 CoreFoundation 3A5F992A-D1CD-312E-BD2E-F7C66343A417 + 203908",
"8 CoreFoundation 3A5F992A-D1CD-312E-BD2E-F7C66343A417 + 202512",
"9 AS MsgBox Example +[B4I runDynamicMethod:method:throwErrorIfMissing:args:] + 1352"
)
I have attached a small project showing the issue, any help ould b much appreciated.