Hi all,

 

I have an app that returns data from a Remote Object into a datagrid which then is dragged into a TileList, which created Tiles which are CustomRenderers… all fine so far

 

The problem is that when the data  from the grid is dropped I want Flex to run off query a web service, return the info and add that into the data provider for the tile – again this works ok BUT the I get two tiles being created : one with the data that I dragged and dropped and one with the full dataset that I have brought in (ie the return from the web service coupled with the data I originally had). I want to get rid of the first one (the default one which is created on the drag drop event) . I clearly need to override something I think but I don’t really know what, I thought it would be

 

override public function set data(value:Object):void{

            //blah

}

 

But this doesn’t seem to work

 

Any ideas anyone please?

 

Matt

__._,_.___

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





SPONSORED LINKS
Software development tool Software development Software development services
Home design software Software development company


YAHOO! GROUPS LINKS




__,_._,___

Reply via email to