Richard Goh Active Member Licensed User Longtime User May 25, 2016 #1 Is there anyway to change the displayed text color to other when EditText is disabled? Thank you. EditText.Enabled = False
Is there anyway to change the displayed text color to other when EditText is disabled? Thank you. EditText.Enabled = False
Erel B4X founder Staff member Licensed User Longtime User May 25, 2016 #2 You can change the text color with EditText.TextColor = Colors.Red Upvote 0
Richard Goh Active Member Licensed User Longtime User May 26, 2016 #3 Thanks. Will test it out. Upvote 0