Android Question B4XFloatTextField - how to disable update animation

Alexander Stolte

Expert
Licensed User
Longtime User
Hey,

i set the HintText on the B4XFloatTextField (multi language) and i call B4XFloatTextField.Update to submit the new hint text.
Can i disbale the update animation?
ezgif.com-gif-maker.gif
 

Alexander Stolte

Expert
Licensed User
Longtime User
No it happend if the new hint text is wider than the old one. I put a "teeeest" after the number and the animation appears again.

B4X:
    If i = 2 Then
            B4XFloatTextField1.HintText = "E-Mail #" & (i +1) & "teeeest"
            Else
            B4XFloatTextField1.HintText = "E-Mail #" & (i +1)
        End If
 

Attachments

  • B4XFloatingTextBox (2).zip
    4 KB · Views: 112
Upvote 0
Top