hi
i am trying to add an icon to a string on my RSPopup Menu.
but the icon is not shown instead i see a rectangle with a cross in it.
code:
result:
is it not possible to use icons with strings?
i am trying to add an icon to a string on my RSPopup Menu.
but the icon is not shown instead i see a rectangle with a cross in it.
code:
B4X:
PopupMenu.Initialize("PopupMenu", newshiftadd)
PopupMenu.AddMenuItem(0, 0, Chr(0xF271) & " משמרת חדשה")
PopupMenu.AddMenuItem(1, 1, Chr(0xF20B) & " תשלום קבוע")
result:
is it not possible to use icons with strings?