Hi All.
I have this code:
All work if i have in xCustomListView a Label or EditText but crash if i have FloatLabeledEditText
infact i see in documentation Get or Set text for Supported type: EditText, Button, CheckBox,.... but no for FloatLabeledEditText.
Is possibile add this in new Rel ?
Thank you
I have this code:
B4X:
Dim assegna_posto As Int = Rnd(1, numero_utenti + 1)
Dim pp As B4XView = clv_seating_arrangement.GetPanel(i).GetView(0)
Dim assegna_numero As B4XView = pp.GetView(0)
assegna_numero.Text = assegna_posto
All work if i have in xCustomListView a Label or EditText but crash if i have FloatLabeledEditText
infact i see in documentation Get or Set text for Supported type: EditText, Button, CheckBox,.... but no for FloatLabeledEditText.
Is possibile add this in new Rel ?
Thank you