Jump to: navigation, search

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.  
<center>
 
<gallery widths="200" heights="200">
 
File:UI_TechSpec_UBIKClient_StatusLed_Appearance.png|Appearance of the Status LED
 
</gallery>
 
</center>
 
  
# Set the [[SYSCLS_TASK]] classification on the [[MetaClass]] of the task object, using the ''[[Class Details#Classification|Class Details]]'' control<br/>[[File:UI_SYSCLS_TASK_01.PNG|220px|border|alt=Class Details|Class Details]]
+
# 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

Appearance of the Status LED

An object implementing the status color classification a status LED icon is shown in the ContentBrowser's list of objects.

  1. Set the SYSCLS STATUSCOLOR classification on the MetaClass of the object, using the Class Details control
    Class Details
  2. Check the property, which should be connected to the checkbox in the object list, with the Needs Validation flag
    Property needs validation
  3. Set the property's priority to 120 or higher in the ACM
    Property priority
  4. Save the changes with Ctrl+S or the save command

See also