Hello,
I have B4A app that has a button that when clicked starts a service and in the same app I have a label named lblSTAT.
I would like for the service I made in B4A and started via the app to be able to update the text of the app.
But I'm not sure how to do that or make the call from the service to update the label.. I tried
lblSTAT.Text = "Hello world"
but no luck
Thanks for any help!
Shane
I have B4A app that has a button that when clicked starts a service and in the same app I have a label named lblSTAT.
I would like for the service I made in B4A and started via the app to be able to update the text of the app.
But I'm not sure how to do that or make the call from the service to update the label.. I tried
lblSTAT.Text = "Hello world"
but no luck
Thanks for any help!
Shane