Works perfectly now, thanks for the fix!
On 30.05.2014 15:07, Frédéric THOMAS wrote:
@Alexander
Fixed: https://issues.apache.org/jira/browse/FLEX-34346 (the compiled FDB
attached)
In a mxml file, when a inline item renderer is defined, a file id is added to
the file list of the SWF linking the source of this file, 1 per item renderer +
the class itself, the fix says if the path of the source file is found more
than once, consider that's the same one.
Not sure if I have to distinguish between those different file id, in the tests
I did, I can't see any difference, so, I take only the first reference I meet
to set the breakpoints in.
Lemme know if it is good enough for you.
Frédéric THOMAS