Difference between revisions of "UI Objects"

From HSYCO
Jump to navigation Jump to search
Line 14: Line 14:
  
 
== List of UI Objects ==
 
== List of UI Objects ==
<DynamicPageList>
+
<DPL>
 
category = UI Objects
 
category = UI Objects
 
rowcolformat=width=100%
 
rowcolformat=width=100%
Line 21: Line 21:
 
ordermethod = sortkey
 
ordermethod = sortkey
 
order = ascending
 
order = ascending
</DynamicPageList>
+
</DPL>

Revision as of 08:53, 26 September 2019

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

<DPL> category = UI Objects rowcolformat=width=100% columns=3

ordermethod = sortkey order = ascending </DPL>