Hi
I used this to create buttons, how do I hide it
I am trying BtnPlayer. - when I press the "." I am not getting the menu with the visible commands and more
For i = 1 To 50
Dim BtnPlayer As Button
BtnPlayer.Initialize("BtnPlayer")
Activity.AddView(BtnPlayer, 5dip, 5dip + 36dip * i, 85dip, 33dip)
Next
to clarify - the "." is working on this funtion place, when I go to different place in the code, it is not recognizing it anymore
I used this to create buttons, how do I hide it
I am trying BtnPlayer. - when I press the "." I am not getting the menu with the visible commands and more
For i = 1 To 50
Dim BtnPlayer As Button
BtnPlayer.Initialize("BtnPlayer")
Activity.AddView(BtnPlayer, 5dip, 5dip + 36dip * i, 85dip, 33dip)
Next
to clarify - the "." is working on this funtion place, when I go to different place in the code, it is not recognizing it anymore
Last edited: