question about windows and minimized app

Hi,
I’m playing with client-server like application but i’ve noticed that if the window is minimized(in the taskbar) it does not work anymore… like if it has been paused.

(it happens only in widows… in mac it works normally)

Is there any possibility that the application can run also if it is minimized? (maybe i’ve missed some option, or some method).

Tnx!

Andrea

code in draw can get not executed if the window is in the background or minimized. try moving your code to the update function.

oh…WOW that’s really a quick and simple solution!! THANX! :slight_smile: