I am binding an object with a label. It gives me this warning.
I have written the follwing code
s:Label width=”296″ height=”20″ fontSize=”18″ text=”{obj.companyParty_Name}”
where companyParty_Name is a field in the obj which i want to display on the label
What does the above warning mean?
The property companyParty_Name is not Bindable.
About Data Binding
In order to make the warning go away you need to add the annotation [Bindable] above the property definition. Like so: