Difference between revisions of "Slider"

From HSYCO
Jump to navigation Jump to search
Line 1: Line 1:
{{UI Object Header}}[[Category:INCOMPLETE]]
+
{{UI Object Header}}
 +
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.
 +
 
 +
[[File: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)

Revision as of 20:43, 23 January 2014

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)