sorry please ignore previos my cat ran over the keyboard and posted lol
var itemToRemove:int = item.label;
for each(var a:Object in gridData)
{
if(a.grid == itemToRemove)
{
gridData.removeItemAt(a.grid.toString());
}
break;
}
ok now Im getting close as I am removing items out of the arrayColection but
can only remove them in the order I add them. Dont understand why it is
doing this.
I traced a.grid.toString() to see what I am getting and it
is defiantly correct.
--
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/-/bL0gLb-DKcEJ.
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.