Hello I Trye this code:
In the showed Dialog the FontAwesome is not displayed.
Is possible to show a fontawesome icon in options item of a b4a preferencedialog ? thanks in advances
code:
Dim cs As CSBuilder
Dim l As List
l.Initialize
cs.Initialize.Typeface(Typeface.FONTAWESOME).Append(Chr(0xF270)).Pop.Append(" Test ").PopAll
l.Add(cs)
PrefDialog.AddOptionsItem("key","Choice a item",l)
Dim sf As Object =PrefDialog.ShowDialog(dispositivo, "Ok", "Cancella")
In the showed Dialog the FontAwesome is not displayed.
Is possible to show a fontawesome icon in options item of a b4a preferencedialog ? thanks in advances