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 8D348200C61 for ; Tue, 25 Apr 2017 11:45:59 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 8BAEE160BB3; Tue, 25 Apr 2017 09:45:59 +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 01D5A160B9E for ; Tue, 25 Apr 2017 11:45:58 +0200 (CEST) Received: (qmail 68625 invoked by uid 500); 25 Apr 2017 09:45:58 -0000 Mailing-List: contact dev-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flex.apache.org Delivered-To: mailing list dev@flex.apache.org Received: (qmail 68613 invoked by uid 99); 25 Apr 2017 09:45:57 -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; Tue, 25 Apr 2017 09:45:57 +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 2CB161882FB for ; Tue, 25 Apr 2017 09:45:57 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.473 X-Spam-Level: *** X-Spam-Status: No, score=3.473 tagged_above=-999 required=6.31 tests=[FORGED_HOTMAIL_RCVD2=1.187, RCVD_IN_DNSWL_NONE=-0.0001, SPF_SOFTFAIL=0.972, URIBL_BLOCKED=0.001, URI_HEX=1.313] autolearn=disabled Received: from mx1-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 IBViTQyQgCeK for ; Tue, 25 Apr 2017 09:45:55 +0000 (UTC) Received: from mwork.nabble.com (mwork.nabble.com [162.253.133.43]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 619545FAC9 for ; Tue, 25 Apr 2017 09:45:54 +0000 (UTC) Received: from mjoe.nabble.com (unknown [162.253.133.57]) by mwork.nabble.com (Postfix) with ESMTP id CB5F93C957FC4 for ; Tue, 25 Apr 2017 02:45:53 -0700 (MST) Date: Tue, 25 Apr 2017 02:34:55 -0700 (PDT) From: yishayw To: dev@flex.apache.org Message-ID: <1493112895961-61329.post@n4.nabble.com> In-Reply-To: <1493110196214-61327.post@n4.nabble.com> References: <1492274002288-61128.post@n4.nabble.com> <32AF53B9-8096-4B73-BE4F-F61B356C79D3@adobe.com> <1493110196214-61327.post@n4.nabble.com> Subject: Re: [FlexJS] Layouts MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit archived-at: Tue, 25 Apr 2017 09:45:59 -0000 After having another look, BasicLayout loops over its children and sets their positions to absolute. The problem with that is it requires a dispatchEvent('layoutNeeded') every time I add an item, which is expensive. -- View this message in context: http://apache-flex-development.2333347.n4.nabble.com/FlexJS-Layouts-tp61120p61329.html Sent from the Apache Flex Development mailing list archive at Nabble.com.