I want to build an abstract user input panel routine to use with many different user Types.
For example:
' get fieldcount, fieldnames from reflection on Type xxxz
Dim sv as scrollview
for I=0 to fieldcount
Dim line as horizontalscrollview
..
Dim lbl as label
..
lbl.text9=fieldnames(i)
line.panel.addview(label,..
Dim txt as edittext
..
line.panel.addview(txt,..
sv.panel.addview(line,..
next
Sent from my GT-I9100 using Tapatalk 2