Jump to: navigation, search

Make an Object show a Status LED


Revision as of 16:00, 18 December 2014 by KNO (Talk | contribs)

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.

Criterion 1: The object's MetaClass implements the SYSCLS STATUSCOLOR classification

  1. Set the SYSCLS_STATUSCOLOR classification on the MetaClass of the object, using the Class Details control
    Class Details
  2. Ensure that a MetaProperty named STATUSCOLOR of data type integer is added to the MetaClass's property list
    STATUSCOLOR property
  3. Save the changes with Ctrl+S or the save command

See also