Alexander Stolte Expert Licensed User Longtime User May 18, 2020 #1 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?
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?
Erel B4X founder Staff member Licensed User Longtime User May 19, 2020 #2 Please upload a small project with this. Upvote 0
Alexander Stolte Expert Licensed User Longtime User May 19, 2020 #3 Thanks Attachments B4XFloatingTextBox.zip 3.9 KB · Views: 250 Upvote 0
Erel B4X founder Staff member Licensed User Longtime User May 19, 2020 #4 I don't see any animation... Upvote 0
Alexander Stolte Expert Licensed User Longtime User May 19, 2020 #5 i see, it only happend after the first update call. Upvote 0
Alexander Stolte Expert Licensed User Longtime User May 19, 2020 #6 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: 242 Upvote 0
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
Erel B4X founder Staff member Licensed User Longtime User May 19, 2020 #7 I will make the internal animation duration field public in the next version of XUI Views. It will allow removing this animation. Upvote 0
I will make the internal animation duration field public in the next version of XUI Views. It will allow removing this animation.
Alexander Stolte Expert Licensed User Longtime User May 21, 2020 #8 Erel said: I will make the internal animation duration field public in the next version of XUI Views. It will allow removing this animation. Click to expand... is this already in the version? XUI Views V2.31 Upvote 0
Erel said: I will make the internal animation duration field public in the next version of XUI Views. It will allow removing this animation. Click to expand... is this already in the version? XUI Views V2.31