hinttext

  1. A

    iOS Question Question about the TextView Hint text.

    Hi all. I need your help with adding a hint to B4XView. I added a TextView with designer and saved it as B4XView. Then on Page1_Appear event I added this 'Code module #Region Project Attributes #ApplicationLabel: JustTest #Version: 1.0.0 'Orientation possible values: Portrait...
  2. G

    Wish Expose HintText and SetTextSizeAnimated in B4XView

    Hi Erel The title says it all Now I use to write code like this: Sub SetHeader(oText As Object) #IF B4a Dim tText As EditText = oText tText.Hint = Translate("Enter Values") ' defined somewhere, not important #Else If B4i Dim tText As TextField = oText tText.HintText =...
Top