Dynamic PropertiesΒΆ

Flex GUI uses a lot Dynamic Properties to cusomize widget behaviour and add more functionality to a widget.

To Create a Dynamic Property the first thing you do is select the widget.

_images/property-01.png

Next left click on the green plus sign in the Property Editor.

_images/property-02.png

Select a string type as Flex GUI always uses a string type Dynamic Property.

_images/property-03.png

Next enter the Dynamic Property Name, which must be exactly like shown in the documents.

_images/property-04.png

Press OK then the Dynamic Property will show up in the Property Editor.

_images/property-05.png

Now you can enter the Value for that Dynamic Property.

_images/property-06.png

Note

The Dynamic Properties section does not show up in the Property Editor until you create a Dynamic Property.