[ 
https://issues.apache.org/jira/browse/FLEX-25646?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Carlos Rovira closed FLEX-25646.
--------------------------------

       Resolution: Duplicate
    Fix Version/s: Apache Flex 4.10.0

This was already fixed in 
https://issues.apache.org/jira/browse/FLEX-21066
                
> ArrayCollection removeItem function
> -----------------------------------
>
>                 Key: FLEX-25646
>                 URL: https://issues.apache.org/jira/browse/FLEX-25646
>             Project: Apache Flex
>          Issue Type: New Feature
>          Components: Collections
>    Affects Versions: Adobe Flex SDK Previous
>         Environment: Language Found: English
>            Reporter: Adobe JIRA
>              Labels: easyfix
>             Fix For: Apache Flex 4.10.0
>
>
> Usually when removing an item from an ArrayCollection, I remove it by 
> reference rather than index. This means I have to do 
> arrayCollection.removeItemAt(arrayCollection.getItemIndex(item)); 
> I'd like a convenience method that would take an item and remove it if it's 
> found, otherwise fail gracefully (no exception.)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to