works as an applet, not as an application
in
Integration and Hardware
•
2 years ago
Hello all, I'm using eclipse, processing 1.2.1 and ubuntu 10.10
I have a weird problem that looks like this. When I export/run as an applet, things work fine. When I export/run as an application things work for a few seconds and then the screen stops updating.
I have a debug mode so I can see that the program is still getting input and responding, trying to draw. But the screen doesn't change after the first few seconds.
What makes this weirder is that sometimes it goes away for a few days/weeks and then it starts again. I have no idea what is the cause.
The code is here:
https://github.com/mattvenn/friispray
Any help/clues gratefully received!
Matt
2