T Timm Sodtalbers Member Licensed User Longtime User May 10, 2025 #1 Hi! There is a lot of free space between the text and the icon on the right. Seems to be reserved for the Clear and Reveal buttons. Is it possible to close the gap?
Hi! There is a lot of free space between the text and the icon on the right. Seems to be reserved for the Clear and Reveal buttons. Is it possible to close the gap?
Alexander Stolte Expert Licensed User Longtime User May 10, 2025 #2 can you please share an example project what shows this behaivior? looks like an edge case bug Upvote 0
T Timm Sodtalbers Member Licensed User Longtime User May 12, 2025 #3 Just add this to your AS TextFieldAdvanced example: B4X: Private Sub B4XPage_Appear AS_TextFieldAdvanced_4.Text = "textfield textfield textfield textfield" End Sub Upvote 0
Just add this to your AS TextFieldAdvanced example: B4X: Private Sub B4XPage_Appear AS_TextFieldAdvanced_4.Text = "textfield textfield textfield textfield" End Sub
Alexander Stolte Expert Licensed User Longtime User May 13, 2025 #4 Please test. Attachments AS_TextFieldAdvanced.b4xlib 16.7 KB · Views: 80 Upvote 0
T Timm Sodtalbers Member Licensed User Longtime User May 13, 2025 #5 Works, thank you very much! Upvote 0