hongbii khaw Member Licensed User Longtime User Aug 4, 2017 #1 Hi all, I found that the string builder can actually append emoji character, For example, B4X: Dim cs As CSBuilder cs.Initialize.Color(Colors.Black).Append("Good Day") cs.Append(Chr(0xE345)).PopAll lbl.AttributedText = cs May I know is there any icon picker for emoji in b4i? Thank you.
Hi all, I found that the string builder can actually append emoji character, For example, B4X: Dim cs As CSBuilder cs.Initialize.Color(Colors.Black).Append("Good Day") cs.Append(Chr(0xE345)).PopAll lbl.AttributedText = cs May I know is there any icon picker for emoji in b4i? Thank you.
Erel B4X founder Staff member Licensed User Longtime User Aug 4, 2017 #2 There is no emoji picker in the IDE. I recommend you to use the UTS method posted here to add emojis: https://www.b4x.com/android/forum/t...ution-for-display-emoji-in.61083/#post-385373 You can see the hex values here: http://unicode.org/emoji/charts/full-emoji-list.html Upvote 0
There is no emoji picker in the IDE. I recommend you to use the UTS method posted here to add emojis: https://www.b4x.com/android/forum/t...ution-for-display-emoji-in.61083/#post-385373 You can see the hex values here: http://unicode.org/emoji/charts/full-emoji-list.html