Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Not A Problem
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): All OS Platforms
Affected OS(s): All OS Platforms
Browser: Internet Explorer 8.x
Language Found: English
Description
Properties like X, Y, can be bound on an object. However, the postLayoutTransformOffsets are not bindable, and always throw a compiler warning.
Steps to reproduce:
1. Compile an app with the following line:
<s:SimpleText color="white" left="300" text="
{YOUR_GRAPHICELEMENT.postLayoutTransformOffsets.x.toString()}"/>
An example would be simpleText, etc...
Actual Results:
Data binding will not be able to detect assignments to "postLayoutTransformOffsets".
Expected Results:
It should bind, allowing those values to be inspected thru various binding use cases.
Workaround (if any):
I guess you could write a timer that queried those values and output them over time. Or, you could look for another trigger to output the values of the target.