Hi, I'm a basic4android noob.
I've been making a program where the basic function is when I click a button, a panel becomes visible, and if I push another, that panel becomes invisible and the other becomes visible. The problem I'm having is that the
sub buttonname_click
does nothing,
Also I can't change visibility or enabled status of buttons or panels at all.
what am I doing wrong?
I've already declared and initialized the buttons and I am using the correct button name, there is and End Sub at the end and all that too.
PS, when I type buttonname_click, it doesn't autofix to buttonname_Click, just a sidenote.
Thanks in advance!
Cdog
I've been making a program where the basic function is when I click a button, a panel becomes visible, and if I push another, that panel becomes invisible and the other becomes visible. The problem I'm having is that the
sub buttonname_click
does nothing,
Also I can't change visibility or enabled status of buttons or panels at all.
what am I doing wrong?
I've already declared and initialized the buttons and I am using the correct button name, there is and End Sub at the end and all that too.
PS, when I type buttonname_click, it doesn't autofix to buttonname_Click, just a sidenote.
Thanks in advance!
Cdog