Hi Thiago

ok I made a few changes and I am so close I can almost taste it. I made the 
following changes.

var itemToRemove:int = item.label;
for each(var a:Object in gridData) 
indexC.text = a.grid.toString();
        {
if(a.grid == itemToRemove)
{
gridData.removeItemAt(a.grid.toString());
}
break;
}

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API For Flash" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-maps-api-for-flash/-/8QZimbT1V8MJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-maps-api-for-flash?hl=en.

Reply via email to