Android Question xCustomListView and FloatLabeledEditText

MarcoRome

Expert
Licensed User
Longtime User
Hi All.
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

upload_2018-2-6_19-4-26.png


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
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
Upvote 0
Top