Dear all,
    i am a Flex 1.5 user that now switch to Flex 2.0 . i have found
many diffculty in using Flex 2.0 . Here is some question

    i have calling a httpservice that return a xml about the
datacolumn data that use for creating the datagird column dynamically.
I call the
mx.utils.ArrayUtil.toArray(httpservice_get_helplabel.lastResult.array.result_set.Item)
to an array call "output_array" .  i want to loop the array to get the
detail. i find a strange thing that. For a single record , i need to
get the item property by output_array[i].property. But for muplite
record , i need to get it by output_array[0][i].property. anything i
can do avoid it?

    thx
capho







--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/flexcoders/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/flexcoders/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to