Android Question Button.ennabled=false is not disabled

jeronimovilar

Active Member
Licensed User
Longtime User
My button is "enabled=false" but they call "btnMais_Click". Why?

B4X:
Private Sub btnMais_Click
    Log(btnMais.Enabled)  '---> Log shows: false
    TEMPO = TEMPO + 1
    LblCountDown1.Text = TEMPO & ":00"
    btnTIMER.Text = TEMPO & ":00"
End Sub
 

teddybear

Well-Known Member
Licensed User
How do you set the btnMais.enabled = False? you'd better post a small project.
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…