Hello,

On Wed, Sep 15, 2010 at 10:53 PM, Kerry Thompson
<al...@cyberiantiger.biz> wrote:
> What you really want is something like this:
> <games>
>      <game id="0"/>
>      <game id="9012">
>        <user id="OK10218913103" name="Yervand"/>
>      </game>
>      <game id="9013">
>        <user id="OK305894249541" name="chabo"/>
>        <user id="OK151358069597" name="Elena"/>
>      </game>
>      <game id="9007">
>        <user id="DE7062" name="lexo"/>
>      </game>
> </games>
>
> Then you can access your attributes with syntax like this (untested,
> so you'll have to tweak it a bit):
>
> games.ga...@id
> games.gam...@id==0].user.@id
> games.gam...@id=="9013"].use...@id=="OK305894249541"]

yes, I think I know that part, but my problem is how to
access user attributes from the cellRenderer of the List
(i.e. from its set data method)

Regards
Alex

_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to