Android Question Variable x was not initialized

RB Smissaert

Well-Known Member
Licensed User
Longtime User
Using AnotherDatePicker and added a button to move the years faster. All works fine, but for some reason
there is an error showing in the IDE:
Variable 'btnYearsFast' was not initialized.
Despite this it all runs fine.

I have no idea why this is as the button is loaded from the .bal file and other buttons don't show this warning, just this new button I added.

As it is bit much code, post the .bal and the .bas file.

RBS
 

Attachments

  • AnotherDatePicker.zip
    5.6 KB · Views: 85
Top