Page 1 of 1
Screensaver
Posted: 14 Sep 2012, 21:37
by LanzeTTe
how do you know that the application is not used for a while time, and go to the welcome page (screensaver), for example
Re: Screensaver
Posted: 15 Sep 2012, 20:43
by TobiTobsen
you could use OSC out nodes at each of your interactive elements. Those could trigger one OSC in and reset a timer. if the timer reaches its end, you could start your screensaver etc.
cheers!
Re: Screensaver
Posted: 17 Sep 2012, 22:17
by chriss0212
hi LanzeTe
osc is one solution...but you could also send a keystroke on any input event...for eg pageDown....and every time you get the pageDown key you start a timer in reversed direction...and if the timer reach its end...maybe at 30 seconds...you start your screensaver animation
greetz
christian