RUNO Active Member Licensed User Longtime User Jun 5, 2026 #1 Hi all I want to change the text color during execution. I used mbase.textcolor but didn't work Can anyone help
Hi all I want to change the text color during execution. I used mbase.textcolor but didn't work Can anyone help
teddybear Well-Known Member Licensed User Jun 5, 2026 #2 Did you try this? B4X: MetroUI_TextView1.MyTextBoxB4X.TextColor=Colors.Red Upvote 1
RUNO Active Member Licensed User Longtime User Jun 6, 2026 #3 teddybear said: Did you try this? B4X: MetroUI_TextView1.MyTextBoxB4X.TextColor=Colors.Red Click to expand... It work . Thank you, @teddybear Upvote 0
teddybear said: Did you try this? B4X: MetroUI_TextView1.MyTextBoxB4X.TextColor=Colors.Red Click to expand... It work . Thank you, @teddybear