Slider

From HSYCO
Revision as of 20:43, 23 January 2014 by Hsyco (talk | contribs)
Jump to navigation Jump to search
Note  For a description and a complete list of UI Objects, see UI Objects.

A slider object that sends requests to the server.

Using this object you can execute customized Java code or generate events for the EVENTS interpreter, like with the user object, passing the object's name and the selected value.

UI Object slider.png

Parameters

  • name: name passed to the Java callback method and event in EVENTS
  • position: the object's position. Use the pixels or rows and columns coordinates format
  • label: the text label on the button. Can contain HTML tags

Syntax

(slider <name>; <position>; <label>)

E.g.

(slider!myslider slider1; x10y20; Label)