hi i was wondering if theres a way to save the last 5 items cliked in
dg1 to dg2

here's what i saw in an example but it won't keep the items
thanks

<?xml version="1.0" encoding="utf-8"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml";
layout="absolute" creationComplete="serv.send()"> 

<mx:HTTPService id="serv"
url="http://www.yoursite.co.uk/something.xml"; useProxy="false"/>

<mx:Panel width="50%" height="100%" roundedBottomCorners="true"
cornerRadius="25">

<mx:DataGrid id="dg1" dataProvider="{serv.lastResult.nodeName}"
width="100%" click="dg2.dataProvider = dg1.selectedItem"/>

<mx:DataGrid id="dg2" width="100%"/>
        </mx:Panel>
</mx:Application>





--
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/

<*> 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