I have several labels defined in the same .bal layout file.
All of them are declared in the same activity, like:
but only one of them, namely Lbl_EOT_Logo gets flagged in the above lines with the error:
Variable 'Lbl_EOT_Logo' was not initialized. (warning #11)
Project compiles fine and runs with no issues: label is perfectly working (in this case it's a BitmapDrawable)
All of them are declared in the same activity, like:
B4X:
Private Lbl_EOT_TemplateCont As Label
Private Lbl_EOT_Logo As Label
Private Lbl_EOT_DateCont As Label
but only one of them, namely Lbl_EOT_Logo gets flagged in the above lines with the error:
Variable 'Lbl_EOT_Logo' was not initialized. (warning #11)
Project compiles fine and runs with no issues: label is perfectly working (in this case it's a BitmapDrawable)