Control properties not included in the Property Inspector
Monte Goulding
monte at appisle.net
Mon Nov 6 17:12:50 EST 2017
> On 7 Nov 2017, at 8:47 am, Phil Davis via use-livecode <use-livecode at lists.runrev.com> wrote:
>
> That will give you all the keys of the properties array, but keep in mind that a few of the properties may be arrays themselves.
Not all properties are in the properties array. The properties array is only read/write properties and not that duplicate info from other properties. For example it only includes htmlText not rtfText, text & styledText.
You may want to refer here for inspiration:
https://github.com/livecode/livecode-ide/blob/develop/Toolset/resources/supporting_files/property_definitions/propertyInfo.txt <https://github.com/livecode/livecode-ide/blob/develop/Toolset/resources/supporting_files/property_definitions/propertyInfo.txt>
Cheers
Monte
More information about the use-livecode
mailing list