Hi all,
Im trying to make a repeater to show me some elements, and those elements
include a jpg and a masking for it.
If i assign an id for the mask, in a simple way:
<GeometryGroup id="ing_mask" x="0" y="0" >
complains that the id is not a visual child...
If i try to add the currentIndex value, for make the id allways different:
<GeometryGroup id="ing_mask_{iIngredients.currentIndex}" x="0" y="0" >
complains that is not a valid identifier...
I guess i just dont know how should i write those IDs....neither i know if they
should really be different inside a repeater or no need.
Could somone help, plz?
thnx a lot