Jump to: navigation, search

Changes


HowTo:Make an Object show a Status LED

312 bytes added, 16:05, 18 December 2014
'''Criterion 1:''' The object's [[MetaClass]] implements the [[SYSCLS_STATUSCOLOR]] classification
# Set the SYSCLS_STATUSCOLOR classification on the MetaClass of the object, using the ''[[Class Details#Classification|Class Details]]'' control<br/>[[File:UI_HowTo_StatusLED_01.png|220px|border|alt=Class Details|Class Details]]
# Ensure that a [[MetaProperty]] named '''STATUSCOLOR''' of data type integer {{Integer}} is added to the MetaClass's property list<br/>[[File:UI_HowTo_StatusLED_02.png|220px|border|alt=STATUSCOLOR property|STATUSCOLOR property]]
# Save the changes with {{key press|Ctrl|S}} or the save command
 
'''Criterion 2:''' The definitions are also delivered to the client via the [[MetaDefinitions]]
# Add the STATUSCOLOR property to the list of published MetaProperties of the according [[ContextScope|context scope]]
# Evaluate and [[Release_MetaDefinitions|release]] the new MetaDefinitions (if necessary)
 
 
== See also ==
10,686
edits