Difference between revisions of "Property Element"

1 byte added ,  13:40, 28 July 2011
m
imported>JRoush
m
imported>JRoush
Line 27: Line 27:
*'''Visible''' (Numeric: Boolean) If true, the element is visible, and if false the element is hidden.  Hiding an element will reveal the elements under it (parents or siblings with lower Depth).  Hidden elements cannot be clicked or moused over, but can still be activated from scripts using OBSE's [[ClickMenuButton]] function.
*'''Visible''' (Numeric: Boolean) If true, the element is visible, and if false the element is hidden.  Hiding an element will reveal the elements under it (parents or siblings with lower Depth).  Hidden elements cannot be clicked or moused over, but can still be activated from scripts using OBSE's [[ClickMenuButton]] function.
*'''Alpha''' (Numeric)  Value between 0 and 255 that determines transparency of element.  An alpha of 255 is normal, but the lower the alpha the the more transparent. At alpha of 0 the element is completely transparent - although it can still respond to mouse clicks, etc.
*'''Alpha''' (Numeric)  Value between 0 and 255 that determines transparency of element.  An alpha of 255 is normal, but the lower the alpha the the more transparent. At alpha of 0 the element is completely transparent - although it can still respond to mouse clicks, etc.
*'''Depth''' (Numeric) Determines precedence for overlapping elements - those with a higher Depth will be drawn on top.  Not that by default, an element always has higher depth than its parent.  
*'''Depth''' (Numeric) Determines precedence for overlapping elements - those with a higher Depth will be drawn on top.  Note that by default, an element always has higher depth than its parent.  
*'''Clips''' (Numeric: Boolean)  If the element's (relative) position is outside of its parent element's dimensions it will be hidden. Only works if the parent element's <clipwindow> property is true.
*'''Clips''' (Numeric: Boolean)  If the element's (relative) position is outside of its parent element's dimensions it will be hidden. Only works if the parent element's <clipwindow> property is true.


Anonymous user