Hmmm...while that works, when my service module updates my Main activity screen Label.Text, it overwrites the label text on top of each other. I'm write the time into a label and what I see is the time over writing each time so it looks 'garbled'.
Do I need to refresh the Main activity or do something else?
Hmmm...while that works, when my service module updates my Main activity screen Label.Text, it overwrites the label text on top of each other. I'm write the time into a label and what I see is the time over writing each time so it looks 'garbled'.
Do I need to refresh the Main activity or do something else?
It seems like your code creates/initializes a new label each time, instead of refreshing the existing label. Maybe you should show the code of your Sub in the forum, otherwise it's difficult to guess where the problem is.