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...
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 =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.