Hi! I'm not able to compile using this code
This is the error
If i remove the wait for then i can compile without issue
B4X:
Dim ar As List = m.Get("list")
Dim i As Int = 0'InputList(ar,Utils.Tr("ut_81"),-1)
Dim sp As ActionSheet
sp.Initialize("figo",Utils.Tr("ut_81"),"","",ar)
sp.Show(send)
Wait For figo_Click (Item As String)
This is the error
B4X:
B4i version: 4.00 BETA #1
Parsing code. (0.11s)
Compiling code. (0.61s)
Compiling layouts code. (0.02s)
Compiling debugger engine code. Error
B4i line: 283
Try
javac 1.8.0_112
shell\src\ed\tactivision\com\b4i_addgears_subs_0.java:328: error: illegal '.'
this..catchState = 8;
^
1 error
If i remove the wait for then i can compile without issue