Hi everyone, I've only just started using Processing today so i'm a bit stumped on this..
I'm trying to display whether a user is online or offline by using text(). I have two different methods, either one printing based on a condition, but when that condition changes, the text does not. I'm getting a readout in the console so I know that the condition statement is switching, but the displayed text isn't..
Here's the code - you can find the text methods towards the end of draw()
EDIT - I have not noticed that if I leave it run for a while, the text does eventually update, but not instantly. The console messages do change instantly though, so it it something to do with loading the text?