hi
i noticed that in b4i (b4a works fine) if i put a fontawesome icon inside the string it does not show but outside it works.
this code gives me this output:
but this code does not show the icon:
for some reason the icon code is shown and not the icon itself.
in b4a it works fine!
i noticed that in b4i (b4a works fine) if i put a fontawesome icon inside the string it does not show but outside it works.
this code gives me this output:
B4X:
Sub Button1_Click
Label1.Text = "Congratulations, you won! " & Chr(0xF091)
End Sub
but this code does not show the icon:
B4X:
Private Sub Button2_Click
Label1.Text = $"Congratulations, you won! ${Chr(0xF091)}"$
End Sub
for some reason the icon code is shown and not the icon itself.
in b4a it works fine!