B4A Library [B4X] [XUI] [B4XLib] SD TextView - Star-Dust    Jun 19, 2023   (58 reactions) SD_TextView Events: EnterPressed FocusChanged (HasFocus As Boolean) TextChanged (OldText As String, Newtext As String) Fields: mBase As B4XView Tag As Object Functions: DesignerCreateView (Base As Object, Lbl As Label, Props As Map) Base type must be Object GetBase As B4XView Initialize (Call B4A Question Declare two Views (Label, RadioButton) in the Sub module - William Lancee (first post)    Dec 07, 2022   (2 reactions) The B4XView was specifically designed to allow common properties to be set for different views in a consistent way across platforms.
Dim lbl As Label
lbl.Initialize("")
Dim btn As Button
btn.Initialize("")
Dim views() As B4XView = Array As B4XView(lbl, btn)
For Each vx As B Other B4A v11.0 is available for download - Erel    Jul 13, 2021   (43 reactions) Download link: https://www.b4x.com/b4a.html This update brings two new language features, recently added to B4J and B4i: IIf and As. More information: https://www.b4x.com/android/forum/threads/b4j-v9-10-is-available-for-download.132498/#post-836610 Label1.Text = IIf(EditText1.Text <> "", EditTex Wish B4XView - Padding - LucaMs    May 20, 2024 Left-aligned text in a Label is too close to the edge (maybe touching it). It would be useful to be able to set the padding of the B4XViews. B4A Example B4Xgoodies_from_walt61 Online - AnandGupta (first post)    Aug 14, 2023   (3 reactions) B4X
EditText/Textview
AS TextFieldAdvanced - Title, Information, Counter, Password, Button
With this view you can quickly and easily add good looking text fields, with title and or bottom text. Additionally you can make the TextField a button, so that you can open menus, but still keep the design B4A Library [B4X] BCTextEngine / BBCodeView - Text engine + BBCode parser + Rich Text View - Erel    May 21, 2023   (71 reactions) Dim btn As Button
btn.Initialize("btn")
btn.Text = "Click!"
btn.SetLayoutAnimated(0, 0, 0, 100dip, 40dip)
BBCodeView1.Views.Put("btn", btn)
BBCodeView1.Text = $"Lets add a button here . Do you see it?"$
https://www.b4x..png
The cross platform b4xlib is attached. Note that it depends on jBitmapCre B4A Tutorial [B4X] WebView + CKEditor (rich text editor) - Erel    Oct 20, 2022   (15 reactions) It will require more work to make it actually useful but it should be a good start for anyone who is looking for a cross platform rich text editor. Download link: www.b4x.com/android/files/CKEditor.zip B4A depends on WebViewExtras: https://www.b4x./#content B4J requires Java 14. Link is available h B4J Question Set color of text box programmatically? - klaus (first post)    Oct 27, 2024   (3 reactions) For a standard TextField you should declare it as a B4XView:
Private TextField1 As B4XView
And use:
Either:
TextField1.Color = xui.Color_Blue
Or:
TextField1.SetColorAndBorder(xui.Color_Blue, 2, xui.Color_Red, 10)
You could also use this, if you have declared TextField1 as a TextField, but I would B4A Question Retrive view from CLV inside CLV - Erel (first post)    Jul 01, 2020   (1 reaction) Dim lbl As B4XView = Sender Log(lbl.Text) B4A Class [B4X] [XUI] AS MsgBox/Dialog - Alexander Stolte    Feb 24, 2024   (38 reactions) Properties: Base As B4XView gets the base BottomColor As Int BottomTop As Int gets the Bottom of the header Button1 As B4XView Gets the Action Button1 to modify the visual part Button2 As B4XView Gets the Action Button2 to modify the visual part Button3 As B4XView Gets the Action Button3 to mo Page: 1   2   3   4   5   6   7   Powered by ColBERT |