Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 476 Bytes

File metadata and controls

14 lines (11 loc) · 476 Bytes
version 8.0.0-dp-3

LiveCode Builder Host Library

Widget library

  • Widgets now have access to their enable state.
    • The my enabled property returns true if the widget is currently enabled
    • The my disabled property returns true if the widget is currently disabled
    • If script changes the enabled (or disabled) property of the widget then an OnParentPropChanged message will be sent.

[14500] Add access to a widget's enable state.