Bug? Can't compile using Wait for

Emme Developer

Well-Known Member
Licensed User
Longtime User
Hi! I'm not able to compile using this code
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
 

Emme Developer

Well-Known Member
Licensed User
Longtime User
This is fixed in the latest beta (you can download it from the same link).
Hi Erel, i tried to click on same link that i've in email, but i got this

Not found, error 404
The page you are looking for no longer exists. Perhaps you can return back to the site's homepage and see if you can find what you are looking for.


By the way, i sent to you an email
 

Emme Developer

Well-Known Member
Licensed User
Longtime User
See my above post. This issue is fixed in B4i v4.01.
Ok thanks Erel, i missed it. Is possible to sent email of v4.01 (when it will be release) to my email? I explained issue in an email that i sent to you.
Thanks
 
Top