Re: [Flashcoders] Custom cellRenderer for a List with XML data

2010-09-16 Thread Alexander Farber
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/   

[Flashcoders] Creating sliding panel with a TransitionManager.start

2010-09-16 Thread Alexander Farber
Hello, I've created a MovieClip _rect and have placed several components on it and packed that alltogether inside a class which extends Sprite. I would like that stuff to slide in and out of screen and so I've added: public function hidePanel():void {

Re: [Flashcoders] Custom cellRenderer for a List with XML data

2010-09-16 Thread Kerry Thompson
Alexander Farber wrote: 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) Basically, you need to pass the XML into the cellRenderer method. Or, optionally, parse the XML beforehand and put the info

Re: [Flashcoders] Custom cellRenderer for a List with XML data

2010-09-16 Thread Alexander Farber
It's a List (AS3 Flash component). Thanks, I've ended up creating an Array and filling it with XML data: private var _allDP:DataProvider = new DataProvider(); for each (var game:XML in xlist) { var obj:Object = { id: ga...@id, xml: game, len: game.elements('user').length() };

Re: [Flashcoders] Apple changes their guidelines

2010-09-16 Thread Anthony Pace
I have to say that the restriction that says you cannot download code is ridiculous; for, the language in their public statement is just too ambiguous. If interpreted differently it could mean: -no more web services, as this is code you download and parse to get data -no embedding a browser