B4A Question How to add borders to EditText1 of B4A? - bskotu555 (first post)    Nov 6, 2024
Why not use؟
B4XFloatTextField
See search results here.
158359It's ok..... B4A Question edittext - aeric (first post)    Oct 26, 2024 Is there a border with edittext? Yes. https://www.b4x.com/android/forum/threads/solved-adding-border-to-edittext-views.134046/#post-847935 Sub Class_Globals Private Root As B4XView Private xui As XUI Private EditText1 As B4XView End Sub Private Sub B4XPage_Created (Root1 As B4XView) Root = Root1 Root.LoadLayout("MainPage") EditText1.SetColorAndBorder(EditText1.Color, 2dip, xui.Color_Blue, 0) End Sub... Wish Add image borders radius parameter in SMM (B4XImageView) - TILogistic    Feb 19, 2024 Sometimes I want to see images in SMM with rounded corners and I have to resort to external routines to do it. And reviewing the SMM code, I see the feasibility of adding the image corner radii parameter (B4XImageView). Greetings Public Sub AddMedia(RequestSet As SMMediaRequestSet, MEDIA As SMMedia, Request As SMMediaRequest) #if SMM_DEBUG Log("AddMedia: " & MEDIA.Meta.Key... B4A Question [SOLVED] Adding border to EditText views? - MegatenFreak    Sep 6, 2021 Hi. Is there any way to do that? I know there're no functions in the view itself and that you ca... B4A Question How to create bolder style for EditText in B4A ? - Erel (first post)    Jul 13, 2023   (1 reaction) The regular B4XView.SetColorAndBorder works with EditText.
If you mistakenly declared the view as EditText then cast it first: EditText1.As(B4XView).SetColorAndBorder(...)... B4A Question How to implement EditText1 text box with barcode scanner to automatically run other code after scanning the barcode - bskotu555 (first post)    Oct 26, 2024 #
If you event name for EditText1 is EditText1 (not EditText2 or EditText_2) then EditText1_TextChanged should work.
#3 floor... B4A Question How to initialize EditText1 on the Main page? - jkhazraji (first post)    Nov 11, 2024   (1 reaction) :
Private EditText1 as EditText
EditText1.Initialize("ed") 'Ed is the event name
In...If it is a one-page app then as you select EditText in the Designer and generate it as a member... different edittext methods as ed_TextChanged... Share My Creation [Project Template] Web API Server v1 - aeric    Jan 16, 2025   (67 reactions) /2022 - Web API Server - v1.15 - JS: Fixed bug point to wrong id for Category dropdown in Edit dialog... Server - v1.13 - Home page with Add, Edit and Delete Product (using Bootstrap modal and jQuery Validate... Updates Web API Server v2 is available Version: 1.16 Description: Create Web API Server... Template: Web API Server (1.16).b4xtemplate Depends on following libraries: ByteConverter JavaObject.... How to use: Copy the "Web API Server (1.16).b4xtemplate" file into B4J Additional... French comment utiliser EditText1 ? - klaus (first post)    Jan 8, 2024 Essaies avec editText.InputType = editText.INPUT_TYPE_NONE... German Dreifragen zu B4A - App - EditText1 - Txt lesen & speichern - BenKhederSoftware    Jun 22, 2021 EditText1 einen Rand geben?
In Visual Basic.NET heißt das BorderStyle
3.
Welche Befehle benötige ich um... ich alle meine Fragen hier in diesem Beitrag.
1.
Ich möchte dass in meiner APP, der Startbildschirm... Page: 1   2   3   4   5   6   |