R roarnold Active Member Licensed User Longtime User Apr 7, 2013 #1 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
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
NJDude Expert Licensed User Longtime User Apr 7, 2013 #2 Labels do not have HINT, only EditText. Upvote 0
R roarnold Active Member Licensed User Longtime User Apr 7, 2013 #3 txtlength.Initialize("txtlength") txtlength.Hint = "0" txtlength.TextSize = 10 Activity.AddView(txtlength, 150dip, 80dip, 100dip, 30dip Upvote 0
txtlength.Initialize("txtlength") txtlength.Hint = "0" txtlength.TextSize = 10 Activity.AddView(txtlength, 150dip, 80dip, 100dip, 30dip
R roarnold Active Member Licensed User Longtime User Apr 7, 2013 #4 Ah Ha, I saw that. Must be tired. Don't know how long I spent on that. Thanks NJD, R Upvote 0