This thread came up:
https://www.b4x.com/android/forum/threads/edittext-always-empty-no-matter-what-i-do.133187/
I've seen the like of it a couple of times before, and I am certain I also made this mistake when I started coding in B4X. So if it's possible, perhaps add a warning/error in the...
I have this code, which I believe is correct, even though the variable isn't initialized:
' Check if we have access to the camera
Dim llc As LLCamera
If llc.AuthorizationDenied Then
Log("Fail")
End If
The linter in the IDE gives me the error "Variable 'llc' was...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.