linter

  1. Sandman

    Wish [SOLVED] Make linter warn if we're initializing a view that's in a layout

    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...
  2. Sandman

    iOS Question [SOLVED] How to know if it's not needed to initialize?

    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...
Top