User Activity

Hi,I am trying to achieve the functionality of a dropdown list having multiple fonts listed and upon selecting the desired font the textArea font gets changed at runtime.As shown in Image the Selected font is "Times New Roman" and I want to make the ...
Greetings,I am trying to add up texts from different scroll lists and show up in one textArea as a concatenated string as image shown below :-I have tried converting the typed text to Unicode::UnicodeChar and then applying Unicode::strncpy but it com...
I want to create a drop-down list of multiple fonts among which users can select and implement in a given/selected textarea. can anybody share some insight into implementing this task?Regards
Greetings,I am trying to read the color value of a pixel in hex form. The motivation behind this is the function available in simulator shortcuts as it states,F1Enables/disables the display of pointer coordinates as well as RGB color of the pixel at ...