Difference between revisions of "HowTo:Make an Object show a Status LED"
(→See also) |
|||
Line 2: | Line 2: | ||
An object implementing the [[SYSCLS_STATUSCOLOR|status color classification]] a [[Status_Colour_LED_(UBIK_Android)|status LED]] icon is shown in the [[UBIK_Client_Basics#Content_Browser|ContentBrowser's]] list of objects. | An object implementing the [[SYSCLS_STATUSCOLOR|status color classification]] a [[Status_Colour_LED_(UBIK_Android)|status LED]] icon is shown in the [[UBIK_Client_Basics#Content_Browser|ContentBrowser's]] list of objects. | ||
− | + | '''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 the [[MetaProperty]] gets added to the MetaClass's property list | # Ensure that the [[MetaProperty]] gets added to the MetaClass's property list | ||
# Save the changes with {{key press|Ctrl|S}} or the save command | # Save the changes with {{key press|Ctrl|S}} or the save command | ||
+ | |||
+ | |||
== See also == | == See also == |
Revision as of 14:54, 16 December 2014
An object implementing the status color classification a status LED icon is shown in the ContentBrowser's list of objects.
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 control
- Ensure that the MetaProperty gets added to the MetaClass's property list
- Save the changes with Ctrl+S or the save command