Dynamic Properties ================== Flex GUI uses a lot Dynamic Properties to customize widget behavior and add more functionality to a widget. To Create a Dynamic Property the first thing you do is select the widget. .. image:: /images/property-01.png :align: center Next left click on the green plus sign in the Property Editor. .. image:: /images/property-02.png :align: center Typically Flex GUI uses a string type Dynamic Property with some exceptions. .. image:: /images/property-03.png :align: center Next enter the Dynamic Property Name, which must be exactly like shown in the documents. .. image:: /images/property-04.png :align: center Press OK then the Dynamic Property will show up in the Property Editor. .. image:: /images/property-05.png :align: center Now you can enter the Value for that Dynamic Property. .. image:: /images/property-06.png :align: center .. note:: The Dynamic Properties section does not show up in the Property Editor until you create a Dynamic Property.