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/
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/