[flexcoders] Re: array of arrays and XML

2006-10-26 Thread jnewport
PROTECTED] On Behalf Of jnewport Sent: Monday, October 23, 2006 8:47 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: array of arrays and XML Well the reason is because when trying to get to the hitdata.item.(object) I cause problems when using XML. Since everything in my app

[flexcoders] Re: array of arrays and XML

2006-10-24 Thread jnewport
] *On Behalf Of *jnewport *Sent:* Friday, October 20, 2006 4:56 PM *To:* flexcoders@yahoogroups.com *Subject:* [flexcoders] Re: array of arrays and XML Thanks for the quick response. I know its possible to loop over the XMLList, but I am not sure how to do it. I have used

RE: [flexcoders] Re: array of arrays and XML

2006-10-24 Thread Tracy Spratt
Subject: [flexcoders] Re: array of arrays and XML Well the reason is because when trying to get to the hitdata.item.(object) I cause problems when using XML. Since everything in my app is dynamic I cannot hardcode the hitdata.item statements in my dataTipformat function. So I cannot use

RE: [flexcoders] Re: array of arrays and XML

2006-10-24 Thread Gordon Smith
] is the same as o.foo. - Gordon From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of jnewport Sent: Monday, October 23, 2006 8:47 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: array of arrays and XML Well the reason is because when trying

RE: [flexcoders] Re: array of arrays and XML

2006-10-23 Thread Tracy Spratt
Subject: [flexcoders] Re: array of arrays and XML Thanks for the quick response. I know its possible to loop over the XMLList, but I am not sure how to do it. I have used the XMLListCollection, but then when I try to use the XMLListCollection as a data provider I have use the @ symbol as you

Re: [flexcoders] Re: array of arrays and XML

2006-10-23 Thread Douglas Knudsen
://livedocs.macromedia.com/flex/2/langref/XMLList.html Tracy From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of jnewport Sent: Friday, October 20, 2006 4:56 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: array of arrays and XML Thanks

[flexcoders] Re: array of arrays and XML

2006-10-20 Thread jnewport
Thanks for the quick response. I know its possible to loop over the XMLList, but I am not sure how to do it. I have used the XMLListCollection, but then when I try to use the XMLListCollection as a data provider I have use the @ symbol as you suggested below. Using the @ cause more problems