Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 7B8C5200B9D for ; Thu, 29 Sep 2016 08:17:10 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 7A2B7160AD4; Thu, 29 Sep 2016 06:17:10 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id BA4E9160AD3 for ; Thu, 29 Sep 2016 08:17:09 +0200 (CEST) Received: (qmail 99810 invoked by uid 500); 29 Sep 2016 06:17:08 -0000 Mailing-List: contact users-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@flex.apache.org Delivered-To: mailing list users@flex.apache.org Received: (qmail 99797 invoked by uid 99); 29 Sep 2016 06:17:08 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Sep 2016 06:17:08 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id E8EF818050F for ; Thu, 29 Sep 2016 06:17:07 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.215 X-Spam-Level: ** X-Spam-Status: No, score=2.215 tagged_above=-999 required=6.31 tests=[FREEMAIL_ENVFROM_END_DIGIT=0.25, RCVD_IN_DNSWL_NONE=-0.0001, SPF_NEUTRAL=0.652, URI_HEX=1.313] autolearn=disabled Received: from mx2-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id a952FrayixaI for ; Thu, 29 Sep 2016 06:17:04 +0000 (UTC) Received: from mbob.nabble.com (mbob.nabble.com [162.253.133.15]) by mx2-lw-eu.apache.org (ASF Mail Server at mx2-lw-eu.apache.org) with ESMTP id 626865F2EF for ; Thu, 29 Sep 2016 06:17:03 +0000 (UTC) Received: from mjoe.nabble.com (unknown [162.253.133.57]) by mbob.nabble.com (Postfix) with ESMTP id 502A432506F5 for ; Wed, 28 Sep 2016 23:12:50 -0700 (PDT) Date: Wed, 28 Sep 2016 23:11:28 -0700 (PDT) From: bilbosax To: users@flex.apache.org Message-ID: <1475129488193-13662.post@n4.nabble.com> In-Reply-To: <17EC67CB-CEC0-473E-8C19-25B9316D5CD9@classsoftware.com> References: <1475106855272-13649.post@n4.nabble.com> <1475111137036-13650.post@n4.nabble.com> <1475111783616-13651.post@n4.nabble.com> <17EC67CB-CEC0-473E-8C19-25B9316D5CD9@classsoftware.com> Subject: Re: Rookie ArrayCollection Question MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit archived-at: Thu, 29 Sep 2016 06:17:10 -0000 Thanks again for the help Justin. Have another question for you regarding ArrayCollections. My main app loads an ArrayCollection from a service. I then pass it to an ArrayCollection in a component by a simple assignment: Comps.dataArrayCollection = compArrayCollection; So I am setting the dataArrayCollection in my Comps component to the values in my compArrayCollection in the main app. What is weird though is that whenever I change any values in the dataArrayCollection, they are also changing back in my compArrayCollection back in the main app. I don't want this to happen, I want their values to be independent of one another once the values are passed. Is there any way to make this not happen? Thanks, Bill -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/Rookie-ArrayCollection-Question-tp13649p13662.html Sent from the Apache Flex Users mailing list archive at Nabble.com.