B4J Question [solved]Migrating to jPOI5: Excel_Ready event not fired anymore

KMatle

Expert
Licensed User
Longtime User
Just migrating to jPOI5.

Initialize
B4X:
KNR2MailWorkbook.InitializeExistingAsync("KNR2MailExcel",FParent,FName,"",True)

This is the event sub (which worked before)
B4X:
Sub KNR2MailExcel_Ready (Success As Boolean)

It's a small Workbook and I've waited for a minute (usually it's loading in 1-2 secs). Any ideas?
 
Top