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 edittext border only when pressed? - tsteward    Jan 11, 2016 I have several edittexts on the screen. When i select one to make it active it gets a yellow border. but if I use MyEditText.RequestFocus, it does get focus but no border.
I have started using Voice Recognition to select which textedit has focus but its not obviously visible which one has focus.... 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 Applying border to EditText with XML - incendio    Oct 3, 2015 Hi guys,
I want to place border around EditText with XML.
I got these xml codes from the net to add border on EditText
<?xml version="1.0" encoding="utf-8" ?>
<shape... B4A Question CustomView: EditText border color - netsistemas (first post)    May 19, 2018 For this proyect you need this library:
https://www.b4x.com/android/forum/threads/ahlocale-library.7... B4A Question [Solved] EditText black border - malcolmfowler (first post)    Jan 27, 2019 @DonManfred
Excellent, thank you for that
Rgds
Malcolm... B4A Question Custom EditText? (Border Color) - NJDude (first post)    Apr 25, 2014   (2 reactions) Very nice app.
A few observations:
1- You have a typo in the DISCLAIMER, you misspelled the word, ... B4A Question Change Border on EditText - Erel (first post)    Feb 26, 2012 It will still show. If you want you can place the EditText inside another Panel that is slightly smaller than the EditText to remove the original border.
Though it will probably be easier to just... 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... B4A Question EditText ability to scroll but cannot be changed - JohnC (first post)    Dec 26, 2019 Sometimes a edittext window will only scroll it's contents if you are in the middle of a selection operation (cut/copy) and you are dragging the selection (shaded area) above or below the edittext borders.... Page: 1   2   3   4   5   6   7   |