Bug? B4XTable Issue

dealsmonkey

Active Member
Licensed User
Longtime User
Hi, I am trying to use the B4xTable on IOS and am getting the following error. Any pointers please!

I have added the table via the designer. This error seems to appear almost as soon as the page is drawn, before processing any of my other subs for data creation etc.. Iam using b4xtable v 1.10 * XUI Views 1.89

B4X:
Error occurred on line: 96 (B4XTable)
Object was not initialized (NSObject)
Stack Trace: (
  CoreFoundation       <redacted> + 150
  libobjc.A.dylib      objc_exception_throw + 38
  CoreFoundation       <redacted> + 0
  Computime Employee Self Service     0x002aa947 -[B4IObjectWrapper object] + 200
  Computime Employee Self Service     0x002c7693 -[B4INativeObject RunMethod::] + 84
  Computime Employee Self Service     0x000f5ad1 -[b4i_b4xtable _initialize::::] + 2458
  CoreFoundation       <redacted> + 68
  CoreFoundation       <redacted> + 292
  Computime Employee Self Service     0x002b0e7d +[B4I runDynamicMethod:method:throwErrorIfMissing:args:] + 1784
  Computime Employee Self Service     0x004412b5 -[B4IShell runMethod:] + 588
 Computime Employee Self Service     0x0043ff9d -[B4IShell raiseEventImpl:method:args::] + 2192
 Computime Employee Self Service     0x00443529 -[B4IShellBI raiseEvent:event:params:] + 1328
 Computime Employee Self Service     0x0044d253 +[B4IDebug delegate:::] + 52
 Computime Employee Self Service     0x0013a829 -[b4i_flexibalreportmodule _show] + 260
 Computime Employee Self Service     0x0019214d -[b4i_mainmenu _clv_itemclick::] + 3204
 CoreFoundation       <redacted> + 68
 CoreFoundation       <redacted> + 292
 Computime Employee Self Service     0x002b0e7d +[B4I runDynamicMethod:method:throwErrorIfMissing:args:] + 1784
 Computime Employee Self Service     0x004412b5 -[B4IShell runMethod:] + 588
 Computime Employee Self Service     0x0043ff9d -[B4IShell raiseEventImpl:method:args::] + 2192
 Computime Employee Self Service     0x00443529 -[B4IShellBI raiseEvent:event:params:] + 1328
 Computime Employee Self Service     0x002b6ec3 -[B4ICommon CallSub4::::] + 332
 Computime Employee Self Service     0x002b6d07 -[B4ICommon CallSub3:::::] + 418
 Computime Employee Self Service     0x00127fa3 -[b4i_exgcustomlistview _panel_click:] + 1744
 CoreFoundation       <redacted> + 68
 CoreFoundation       <redacted> + 292
 Computime Employee Self Service     0x002b0e7d +[B4I runDynamicMethod:method:throwErrorIfMissing:args:] + 1784
 Computime Employee Self Service     0x004412b5 -[B4IShell runMethod:] + 588
 Computime Employee Self Service     0x0043ff9d -[B4IShell raiseEventImpl:method:args::] + 2192
 Computime Employee Self Service     0x00443529 -[B4IShellBI raiseEvent:event:params:] + 1328
 Computime Employee Self Service     0x002b00cd __33-[B4I raiseUIEvent:event:params:]_block_invoke + 74
 libdispatch.dylib    <redacted> + 10
 libdispatch.dylib    <redacted> + 22
 libdispatch.dylib    <redacted> + 1524
 CoreFoundation       <redacted> + 8
 CoreFoundation       <redacted> + 1574
 CoreFoundation       CFRunLoopRunSpecific + 520
 CoreFoundation       CFRunLoopRunInMode + 108
 GraphicsServices     GSEventRunModal + 160
 

dealsmonkey

Active Member
Licensed User
Longtime User
Please try to reproduce it in a small project and upload it.
Hi Erel,

Thanks for the reply. I think the error is my side. I am using a customised customListView and think that is the issue. [
0x00127fa3 -[b4i_exgcustomlistview _panel_click:] + 1744
]

I will investigate further this end !!

Regards
 
Top