Suppose if i have two or more TextBoxes placed side by side and i want to set color in them to red on pressing of a button then how am i supposed to do it?
TextBox *pTextbox1, *pTextbox2;
pTextbox1 = new TextBox();
pTextbox2 = new TextBox();
In OnActionPerformed()..on the click of a button i wrote…
Setting colors in more than one TextBox
Hi all,
Suppose if i have two or more TextBoxes placed side by side and i want to set color in them to red on pressing of a button then how am i supposed to do it?
In OnActionPerformed()..on the click of a button i wrote…
Please let me know if anything else needs to be done.
Thanks in advance.
BY
16 Apr 2025
Tizen Studio
BY
04 Nov 2024
Tizen Studio
BY
02 Apr 2024
Tizen Studio