tsteward Well-Known Member Licensed User Longtime User Jun 27, 2022 #1 Can I use fontawseome icons in the hint of a B4XFloatTextField?
asales Expert Licensed User Longtime User Jun 27, 2022 #2 1 - change the typeface of B4XFloatTextField in Visual Designer to FontAwesome 2 - Use CSBuilder: B4X: Dim cs As CSBuilder cs.Initialize.Typeface(Typeface.FONTAWESOME).Append(Chr(0xF1FD)).Pop.Append(" Birthday Date").PopAll B4XFloatTextField1.HintText = cs B4XFloatTextField1.Update Upvote 2
1 - change the typeface of B4XFloatTextField in Visual Designer to FontAwesome 2 - Use CSBuilder: B4X: Dim cs As CSBuilder cs.Initialize.Typeface(Typeface.FONTAWESOME).Append(Chr(0xF1FD)).Pop.Append(" Birthday Date").PopAll B4XFloatTextField1.HintText = cs B4XFloatTextField1.Update