Livecode Wiki
Advertisement

Specifies the theme to use when drawing the control.Syntax:

set the theme of tObject to tThemeName

Examples:

set the theme of this stack to "native"

Use the theme property to control the general appearance of an object or control. It can be set on any object, including cards, stacks and controls. The currently supported values are

  • "native" (Versions 8 or more)
  • "legacy" (versions 7, 6 and older)

For an appearance that matches native apps for the platform an app is running on, use "native". The "legacy" setting preserves the appearance of older versions of LiveCode and is provided for backwards-compatibility.

Advertisement