2021-08-23 05:10 AM
So assume I define a text area widget which contained text "123". Can we have e.g. color gray for character '1', color black for character '2' and color red for character '3'?
The usage is e.g. to take user input via numpad, and we want to show user which character has been edited, just edited and going to be edited accordingly.
Solved! Go to Solution.
2021-08-24 07:07 AM
Doubtful
Try: Overlapping textboxes
Try: single char edit box, with origin moved to position it over the "edit char"
Try: Overlapping rectangle that hovers over "edit character", no change to text box, just highlights or blinks on the selected edit char
Paul
2021-08-24 07:07 AM
Doubtful
Try: Overlapping textboxes
Try: single char edit box, with origin moved to position it over the "edit char"
Try: Overlapping rectangle that hovers over "edit character", no change to text box, just highlights or blinks on the selected edit char
Paul
2021-09-23 04:35 PM
Thanks @Community member , I chose the third option.