Android Question b4a5.8 cannot judge label between button whit v is xx

icefairy333

Active Member
Licensed User
Longtime User
b4a5.8 cannot judge label between button whit v is xx:
bug:
bug.png


ok:
ok.png
 

Mahares

Expert
Licensed User
Longtime User
The way I understand it is: A button or edittext is a sub-class of a label (textview). Therefore, if you start with label, all you see is the label, but if you start with button and edittext you will go to button and edittext respectively. See this link for more explanation and a sample by @klaus and @Erel in posts # 4 and #5 respectively:
https://www.b4x.com/android/forum/threads/getview-is-problem.18524/
 
Last edited:
Upvote 0

icefairy333

Active Member
Licensed User
Longtime User
Upvote 0
Top