B4A Question DSFloatLabelEditText Hint Font - Salar82    Apr 6, 2020 Hi
I Used DSFloatLabelEditText (DesignSupportLibrary) in my project.
How Can I Change its "Hint Font" And "Hint Font Size"?
https://www.b4x.com/android/forum/threads... B4A Question DSFloatLabelEditText Number, it does not work - rscheel    Aug 16, 2017 I'm using DSFloatLabelEditText from the DesignSupport library, when I put it in number format the keyboard is normal.
@corwin42
58740 58741... B4A Question [DSFloatLabelEditText] Hide bootom line - Erel (first post)    Apr 23, 2020 You can take B4XFloatTextField source code and make your own class which handles this case. No event is raised when the reveal button is clicked so you will not be able to do it without modifying... B4A Question DSFloatLabelEditText - android.support.v7.widget.AppCompatEditText cannot be cast - dragonguy (first post)    Aug 19, 2018 Thanks! It work!... B4A Question [SOLVED] Change DSFloatLabelEditText's hint size - Xenno (first post)    Aug 21, 2018 If you mean "small" hint, when DSFloatLabelEditText has a focus, it's possible to change using setHintTextAppearance
Unlike https://developer.android.com/reference/android/support/design/widget/TextInputLayout talks "added in version 23.4.0", this function works in API 21... B4A Question How to show the keyboard for a DSFloatLabelEditText? (IME not working) - ivan.tellez (first post)    Aug 5, 2018 Yeap, cant pass the wraper to the IME. Have to Extract the inner View object. Calling this in FocusChanged
Sub ShowKeyboard
Try
Dim r As Reflector
r.Target = TxtClave
r.Target = r.GetField("mEditText")
Dim jo As JavaObject = r.GetField("object")
Dim nativeMe As JavaObject
nativeMe.InitializeContext
nativeMe... B4A Library DesignSupport - Additional Material Design components - corwin42    Nov 5, 2018   (65 reactions)   tags: B4A Theme, design support library, UI screen, Material Design, DesignSupport are supported)
New: DSFloatlabelEditText - New EditText with floating label, counter, error messages
New... the DSFloatlabelEditText object with the ErrorText or counter feature you should add the following item to... B4A Question Convert views programmatically - Erel (first post)    May 21, 2020   (1 reaction)
I have a lot of form that created with DSFloatLabelEditText as edittext and i want to change it to B4XFloatTextField ,Is there a programmatically solution to this?
No.
Either edit the json layouts (BalConverter) or do it manually.... B4A Question Hello I would like to know How to make hinit text In B4XFloatTextField To the right of the tool - Mahares (first post)    Oct 28, 2020 How to make hinit text In B4XFloatTextField To the right of the tool Ahlan alfaiz: I am pretty sure the code by Erel in this below link will do it for you: https://www.b4x.com/android/forum/threads/dsfloatlabeledittext-hint-font.115940/#post-724666... B4A Question FloatLabeledEditText1's height dinamically - Leni Berry    Jun 26, 2017 how to change DSFloatLabelEditText's height dinamically when text height increase in multiline mode....?... Page: 1   2   3   4   5   6   7   |