Hi all,
I’m getting a really weird issue that is driving me crazy…
For some reason my screen does not update visually with the code that is in a listener function following a netwerk request.
EXCEPT, and that’s the weird part: as soon as I touch the home button, I see the graphics (text objects, in this case) update, in the split second right before the app “minimises”. After that, re-opening it by using the app icon, everything is updated.
The code is fairly simple, to be honest, so I’m really at my wit’s end about this. Also, the network request is succesful - one of my graphical updates is showing the network response in a text object, and as I said, when I minimise the app, the change appear, but somehow the screen does not update visually otherwise.
Does this sound like something someone has come across and potentially has a solution for?
thanks,
Thomas
p.s. This is unrelated to my questions yesterday about a dynamic config.lua file. This config.lua file is bog standard.