Hi
I have an issue with my IOS device, where i am using a TLabel on screen as an item count to display unread items. Now if I set the text to 15, then to 21, the text overlaps the original and does not clear the 15. I have tried repaint, etc... but it is not working. Any ideas on how to refresh the control, all i am calling is this line:
lblMessageBadge.Text := IntToStr(UnreadMessageCount);
I do not get this issue with Android.