Android Question There are an async version to the InputMultiList dialog?

asales

Expert
Licensed User
Longtime User
I get this error in Firebase Crashlytics and is mention the InputMultiList:

B4X:
Fatal Exception: anywheresoftware.b4a.B4AUncaughtException
anywheresoftware.b4a.Msgbox.msgbox (Msgbox.java:172)
anywheresoftware.b4a.keywords.Common.InputMultiList (Common.java:715)
br.com.profiles.conta$ResumableSub_btnSel_Click.resume (conta.java:2658)
anywheresoftware.b4a.BA.checkAndRunWaitForEvent (BA.java:250)
anywheresoftware.b4a.BA.raiseEvent2 (BA.java:190)

The code in my project is this:
B4X:
Dim res As List = InputMultiList(ListDescription, "Select one or more items")

I don't find an InputMultiListAsync?

This is could be the problem? That I use a old version of the dialog?

Thanks in advance for any help.
 
Top