RE: [flexcoders] Two simple List questions

2007-02-23 Thread Karl Johnson
Hi André, Change your labelField property to be labelField=@name Because you are pulling the value from an XML attribute you need to designate it as such using @ before the property name. What do you mean you want to return the URL attribute? You want to display it? Please be more specific

Re: [flexcoders] Two simple List questions

2007-02-23 Thread André Rodrigues Pena
Thank you Karl, number 1 worked! thanks! :) about number 2 considering the code: mx:XMLList xmlns= id=listSource root site name=betanews url=www.betanews.com/ site name=dzone url=www.dzone.com/ /root /mx:XMLList mx:List

Re: [flexcoders] Two simple List questions

2007-02-23 Thread André Rodrigues Pena
Karl using your first tip I got to solve the second now just added this to the List : click=Alert.show([EMAIL PROTECTED]) thanks! :) On 2/23/07, André Rodrigues Pena [EMAIL PROTECTED] wrote: Thank you Karl, number 1 worked! thanks! :) about number 2 considering the code: mx:XMLList