Hi
Just updated to 2.15, nothing seems to work on my code, same code works with 2.09. When i debug there is an expectation of ). I don't even know the cause now as the code compiles without any errors. At first 2.15 didnt work with these strings so I simplied the code and it compiles well, but it doesnt work. Reverting back to 2.09 works well on my demo app.
I have compiled both files in debug mode, one compiled with BANano 2.09 and the other with BANano 2.15 and compared them, everything seems to be ok and nothing glaring though.
Update:
Please check the sleep const, it has two ; at the end and not after milliseconds))
PS: Thanks a lot for the new update, now I can explore crud for BANanoSQL using the new callback function.
Just updated to 2.15, nothing seems to work on my code, same code works with 2.09. When i debug there is an expectation of ). I don't even know the cause now as the code compiles without any errors. At first 2.15 didnt work with these strings so I simplied the code and it compiles well, but it doesnt work. Reverting back to 2.09 works well on my demo app.
B4X:
If attribute.StartsWith("data-") Then
If sColor.EndsWith("-text") = False Then
if xColor.Contains("xxx") then
I have compiled both files in debug mode, one compiled with BANano 2.09 and the other with BANano 2.15 and compared them, everything seems to be ok and nothing glaring though.
Update:
Please check the sleep const, it has two ; at the end and not after milliseconds))
B4X:
const sleep = (milliseconds) => {
return new Promise(resolve => setTimeout(resolve, milliseconds))
};;
PS: Thanks a lot for the new update, now I can explore crud for BANanoSQL using the new callback function.
Last edited: