Difference between revisions of "HowTo:Make an Object show a Status LED"
Line 1: | Line 1: | ||
+ | [[File:UI_TechSpec_UBIKClient_StatusLed_Appearance.png|thumb|border|Appearance of the Status LED]] | ||
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. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | # Set the [[ | + | # 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]] |
# Check the property, which should be connected to the checkbox in the object list, with the '''Needs Validation''' flag <br/>[[File:UI_SYSCLS_TASK_03.PNG|990 px|border|alt=Property needs validation|Property needs validation]] | # Check the property, which should be connected to the checkbox in the object list, with the '''Needs Validation''' flag <br/>[[File:UI_SYSCLS_TASK_03.PNG|990 px|border|alt=Property needs validation|Property needs validation]] | ||
# Set the property's priority to 120 or higher in the [[ACM]]<br/>[[File:UI_SYSCLS_TASK_02.PNG|660 px|border|alt=Property priority|Property priority]] | # Set the property's priority to 120 or higher in the [[ACM]]<br/>[[File:UI_SYSCLS_TASK_02.PNG|660 px|border|alt=Property priority|Property priority]] |
Revision as of 14:17, 16 December 2014
An object implementing the status color classification a status LED icon is shown in the ContentBrowser's list of objects.
- Set the SYSCLS STATUSCOLOR classification on the MetaClass of the object, using the Class Details control
- Check the property, which should be connected to the checkbox in the object list, with the Needs Validation flag
- Set the property's priority to 120 or higher in the ACM
- Save the changes with Ctrl+S or the save command