Label hint

roarnold

Active Member
Licensed User
Longtime User
I am receiving the following error on hint:


Parsing code. 0.14
Compiling code. Error
Error compiling program.
Error description: Unknown member: hint
occurred on line: 108
txtlength.Hint = "0"
Word: hint

In a previous activity module it worked fine.

Any ideas?

THx R
 

roarnold

Active Member
Licensed User
Longtime User
txtlength.Initialize("txtlength")
txtlength.Hint = "0"
txtlength.TextSize = 10
Activity.AddView(txtlength, 150dip, 80dip, 100dip, 30dip
 
Upvote 0
Top