floatlabelededittext

  1. A

    Android Question [Solved] Passing enabled=false doesn't work for either FloatLabeledEditText or B4XFloatTextField

    Hi All, I am trying to disable access to FloatLabeledEditText which is loaded to b4xDialog, but seems nothing is working to disable the field. private email as FloatLabeledEditText diag.Initialize(barp) .... Dim p As B4XView = xui.CreatePanel("") p.SetLayoutAnimated(0, 0, 0, 90%x...
  2. F

    German FloatLabeledEditText - Farbe des Labels beim Verlassen des Feldes ändern

    Hallo, ich suche nach einer Möglichkeit, die Farbe des Feld-Labels vom FloatLabeledEditText-View zu ändern. Eigentlich habe ich schon alle Forumseinträge durch, aber alle Farbänderungen beziehen sich nur auf den HINT, wenn die Eingabe ins Feld aktiv ist. Ich möchte jedoch den HINT NACH bzw...
  3. F

    Android Question FloatLabeledEditText change Hint color in event EnterPressed

    Hi, i want to change the color of the hint in a FloatLabeledEditText in the _EnterPressed Event. When the field is filled with a value the hint should not appear in "disabled" version. It should have a "normal" color.
  4. M

    iOS Question FloatLabeledEditText problem

    hi there i have two problem with this lib first of all i want to set custom font to this view i use this method for coloring and setting font Sub SetHintColor(tf As TextField, disabledcolor As Int,enableadcolor As Int,txt As String) Dim no As NativeObject = tf Dim attr As...
Top