Runtime - Key Control: LocalizableText cannot be changed using the setPropertyAction
Fixed as of: 1.5.0.954
Behavior of the new version; The label of the Key control can be changed dynamically by setting the Localizable text property in the setPropertyAction.
Description of behavior: If you bind a trigger and the setPropertyAction to the Key control in order to dynamically change the label during operation using the Localizable text property, this does not work.
Conditions under which the behavior occurs;
Place the Key control on a page
Link Trigger + setPropertyAction to the element
Select the Localizable text property in the action
Set different texts based on a condition
Affected products: EASY UI Designer V1.4
Short-term measures, Recommendations, evaluation:
Use a ToggleButton or Switch and set the text using the Text on/Text off properties.