B4A Question B4XFloatTextField Underline - Erel (first post)    Apr 28, 2019   (1 reaction) This is how the native EditText looks in Android. You can replace the view background with:
B4XFloatTextField1.TextField.Color = xui.Color_Transparent
... Spanish Personalizar vista B4XFloatTextField - TILogistic    Apr 3, 2021   (14 reactions) Estimados,
Quiero compartir un ejemplo (archivo adjunto) de como se puede personalizar una vista B4XFloatTextField de la librería XUI Views.
En este ejemplo he usado el método de desarrollo B4XPages, y si desea se puede usar en el desarrollo normal.
La única diferencia entre las plataforma, es... B4J Code Snippet Drag and drop file into a B4XFloatTextField - Erel    Feb 8, 2026   (13 reactions) txtFile As B4XFloatTextField
Private DragAndDrop1 As DragAndDrop
Private AllowedExtensions As List....TextField.SetColorAndBorder(xui.Color_White, 4dip, clr, 0)
End Sub
Sub DropTarget_DragExited(e As DragEvent)
txtFile.TextField.SetColorAndBorder(xui.Color_White, 1dip, xui.Color_LightGray, 2dip...https://www.b4x.com/basic4android/images/java_jjD3H9Zne9.gif
Depends on DragAndDrop2: https://www... B4A Library [B4X] XUI Views - Cross platform views and dialogs - Erel    Nov 26, 2025   (85 reactions)   tags: B4X XUI Views Dialogs, xui, XUI Views - B4XFloatTextField - A TextField / EditText with a floating hint - B4XSwitch - Nice looking two state...(Width, Height) End Sub Updates V2.66 - B4XFloatTextField.ShowAcceptButtonWhenEmpty field. If True... - style can be changed programmatically, B4XFloatTextField.Enabled property. V2.60....SetRange - new method to set the min/max values at runtime. V2.55 - B4XFloatTextField - Fixes issue... by default for existing layouts. You need to set it in the designer. V2.37 - B4XFloatTextField - Fixes... Italian [ Risolto ] rimozione linea su B4XFloatTextField - TILogistic (first post)    Oct 1, 2024   (1 reaction) ?
B4XFloatTextField1.TextField.Color = xui.Color_Transparent
Amico, quella riga si chiama Underline.
search
https://www.b4x.com/android/forum/pages/results/?query=B4XFloatTextField+Underline... B4A Question B4XFloatTextField padding & RTL - epiCode    Sep 12, 2021   (1 reaction) I'm using B4XFloatTextField and having few concerns 1. Padding on right side hides X and Tick symbols 2. When Arabic/Urdu/Persian text is entered in text field it moves the text on Right Side (which it should) but again the text is below X and Tick symbol (which should have ideally moved to left but didn't) 3. The baseline stops at a point defined by padding, however ideally padding is to prevent text from touching the boundary, and when B4XFloatTextField outline is set it looks... B4A Library [B4X] BCTextEngine / BBCodeView - Text engine + BBCode parser + Rich Text View - Erel    Mar 22, 2026   (74 reactions)   tags: Label BBCode, text style, RTF component, B4X, ritchtext, rich text /basic4android/images/java_ROTR5mX3ls.png The cross platform b4xlib is attached. Note that it depends... is enabled. Example was updated and it is now based on B4XPages. B4i - There is an important inline OBJC... with TextEngine.KerningEnabled = False. - v1.72 - BCTextRun.Text field was added back. Fixed issue where..., right, bottom If xui.IsB4J Then Padding.Initialize(5dip, 5dip, 20dip, 5dip) 'leaves space...Be open minded. https://www.b4x.com/basic4android/images/i_view64_p9fVifsimf.png This is a cross... Other [new feature] b4xlib - a new type of library - Erel    Nov 2, 2020   (69 reactions)   tags: b4xlib;libraries, b4x library, Erel to create a zip file with these resources. The zip file extension should be b4xlib. That's all... manifest file with the following fields: Version, DependsOn (list of required libraries), Supported Platforms. Fields can be shared between the platforms or be platform specific. For example: Version=2.00... B4A Question What's the correct way to resize a B4XFloatTextField - Alessandro71    Jun 24, 2021 I have to change the height of a B4XFloatTextField following an IME_HeightChanged event This code works, but the "X" and "checkmark" labels do not move and remain at the original location Dim difference As Int = OldHeight - NewHeight B4X_Message.TextField.Height = B4X_Message.TextField.Height - difference ... B4A Question [RESOLVED] B4XFloatTextField cursor position based on control height - Jmu5667    Sep 6, 2023 Hello When using the B4XFloatTextField control if I set the height to say 100dip the cursor appears above the base line displayed. If I reduce the height it moves closer to the base line displayed. How do i get the cursor position to start on the base line displayed regardless of the height I set. The B4XFloatTextField is multiline with show accept button, H Align is LEFT, V align is BOTTOM Regards John.... Page: 1   2   3   4   5   6   7   |