Screensaver

From HSYCO
Revision as of 18:41, 23 June 2016 by Ulde (talk | contribs) (Created page with "Category:User Interface The user interface supports a screensaver mode that can be activated automatically after a preset amount of time of user inactivity. When the scre...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The user interface supports a screensaver mode that can be activated automatically after a preset amount of time of user inactivity.

When the screensaver is activated, the display is slightly dimmed, and a user event is sent to the HSYCO Server, triggering the USER event in events and the userCommand() callback in JavaScript and Java. The name parameter is set to the project's name, and the param parameter to "screensaver".

When the screensaver is active, a click or touch will de-activate the screensaver, returning to normal operations. A USER avent and userCommand() callback will be triggered, with the name parameter is set to the project's name, and the param parameter to "screensaver/close".

To enable the screensaver, you can either add the screensaver=N option to the URL's query string, where N is the number of seconds of inactivity, or dynamically with the UISET command, setting the screensaver project's attribute to N, or 0 to disable the screensaver.