Difference between revisions of "UI Objects"

From HSYCO
Jump to navigation Jump to search
(Created page with "{{Category:UI Objects}}")
 
(35 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Category:UI Objects}}
+
[[Category:INCOMPLETE]]
 +
[[Category:User Interface]]
 +
Interfaces are built using objects. Most objects allow interaction with the system, while some have an aesthetic purpose.
 +
 
 +
Each object has a series of '''parameters''' to set its position, size, address and so on.
 +
While these parameters are set by modifying the project (through the [[Project Editor]] or by modifying the index.hsm), some objects have attributes that can be modified without reloading the project. These are called '''UI Attributes''' and are accessible through UISet calls (from the events environment or Java).
 +
Objects with UI Attributes are identified with an '''id'''.
 +
 
 +
== Syntax ==
 +
Objects are declared in the '''index.hsm''' file with the following format:
 +
(object_name <parameter1>; ... <parameterN>)
 +
and for objects with an id:
 +
(object_name!<id> <parameter1>; ... <parameterN>)
 +
 
 +
== List of UI Objects ==
 +
<DynamicPageList>
 +
category = UI Objects
 +
rowcolformat=width=100%
 +
columns=3
 +
ordermethod=title
 +
</DynamicPageList>

Revision as of 16:07, 7 March 2014

Interfaces are built using objects. Most objects allow interaction with the system, while some have an aesthetic purpose.

Each object has a series of parameters to set its position, size, address and so on. While these parameters are set by modifying the project (through the Project Editor or by modifying the index.hsm), some objects have attributes that can be modified without reloading the project. These are called UI Attributes and are accessible through UISet calls (from the events environment or Java). Objects with UI Attributes are identified with an id.

Syntax

Objects are declared in the index.hsm file with the following format:

(object_name <parameter1>; ... <parameterN>)

and for objects with an id:

(object_name!<id> <parameter1>; ... <parameterN>)

List of UI Objects