Hi there...
i have this code:
That works ok when stylefloat(myb4xfloattextfield) but if this is a password field and want someone to reveal... loosing the style ! why?
Thanks in advance !
i have this code:
B4X:
public Sub StyleFloat(bbx As B4XFloatTextField)
bbx.HintLabelSmallOffsetY=5dip
bbx.HintLabelSmallOffsetx=5dip
bbx.Update
bbx.TextField.TextColor=Colors.Black
bbx.TextField.SetColorAndBorder(Colors.White, 2dip, Colors.Black, 5dip)
Dim edt As EditText = bbx.TextField
edt.Padding = Array As Int (5dip, 5dip, 5dip, 5dip)
End Sub
That works ok when stylefloat(myb4xfloattextfield) but if this is a password field and want someone to reveal... loosing the style ! why?
Thanks in advance !