G GuidoVL Member Apr 25, 2023 #1 In B4A when on an Nokia T20 Tablet the B4XPage_CloseRequest event is raised I have the following error: java.lang.ClassCastException: java.lang.String cannot be cast to anywheresoftware.b4a.BA$ResumableSub
In B4A when on an Nokia T20 Tablet the B4XPage_CloseRequest event is raised I have the following error: java.lang.ClassCastException: java.lang.String cannot be cast to anywheresoftware.b4a.BA$ResumableSub
Erel B4X founder Staff member Licensed User Longtime User Apr 27, 2023 #2 Please post the code in B4XPage_CloseRequest Upvote 0
G GuidoVL Member Apr 27, 2023 #3 Erel said: Please post the code in B4XPage_CloseRequest Click to expand... Erel, there is nothing in the B4XPage_CloseRequest Attachments Project.zip 216.6 KB · Views: 160 Upvote 0
Erel said: Please post the code in B4XPage_CloseRequest Click to expand... Erel, there is nothing in the B4XPage_CloseRequest
Erel B4X founder Staff member Licensed User Longtime User Apr 27, 2023 #4 Search for CloseRequest and you will immediately see the problem: The signature of the event in B4XSpelers is wrong. The return type must be ResumableSub. Upvote 0
Search for CloseRequest and you will immediately see the problem: The signature of the event in B4XSpelers is wrong. The return type must be ResumableSub.