Android Question Solved: Changing Hint Text in AutoCompleteEditText dynamically?

BlueVision

Active Member
Licensed User
Longtime User
Is there a way to dynamically change the hint text in an AutoCompleteEditText field while the programme is running?
I need this function for a multilingual app.
As far as I can see, this text can only be assigned via the designer, and only once.
Any ideas are welcome. Or is there a simple alternative with a B4X control? I'm a bit oldschool, I know...
 

BlueVision

Active Member
Licensed User
Longtime User

Property_501.png
AutoCompleteEditText. Hint As String​

Gets or sets the text that will appear when the EditText is empty.
Example:
EditText1.Hint = "Enter username"

So easy sometimes....
Need a break.

Thanks Klaus
 
Upvote 0
Top