Return-Path: X-Original-To: apmail-flex-users-archive@www.apache.org Delivered-To: apmail-flex-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6317A10622 for ; Wed, 18 Sep 2013 05:40:01 +0000 (UTC) Received: (qmail 98768 invoked by uid 500); 18 Sep 2013 05:39:51 -0000 Delivered-To: apmail-flex-users-archive@flex.apache.org Received: (qmail 98718 invoked by uid 500); 18 Sep 2013 05:39:50 -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 98683 invoked by uid 99); 18 Sep 2013 05:39:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Sep 2013 05:39:49 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of aharui@adobe.com designates 64.18.1.39 as permitted sender) Received: from [64.18.1.39] (HELO exprod6og117.obsmtp.com) (64.18.1.39) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Sep 2013 05:39:41 +0000 Received: from outbound-smtp-1.corp.adobe.com ([192.150.11.134]) by exprod6ob117.postini.com ([64.18.5.12]) with SMTP ID DSNKUjk8hyeWjPD5VV0FG5siKGwFRKw/oSys@postini.com; Tue, 17 Sep 2013 22:39:20 PDT Received: from inner-relay-1.corp.adobe.com ([153.32.1.51]) by outbound-smtp-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id r8I5ZiiH008597 for ; Tue, 17 Sep 2013 22:35:44 -0700 (PDT) Received: from nahub02.corp.adobe.com (nahub02.corp.adobe.com [10.8.189.98]) by inner-relay-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id r8I5dJ6A025972 for ; Tue, 17 Sep 2013 22:39:19 -0700 (PDT) Received: from NAMBX02.corp.adobe.com ([10.8.127.96]) by nahub02.corp.adobe.com ([10.8.189.98]) with mapi; Tue, 17 Sep 2013 22:39:19 -0700 From: Alex Harui To: "users@flex.apache.org" Date: Tue, 17 Sep 2013 22:39:15 -0700 Subject: Re: TileGroup question Thread-Topic: TileGroup question Thread-Index: Ac60MWsXiIwHNIueRsKSg4IqjydGow== Message-ID: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.3.6.130613 acceptlanguage: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org On 9/17/13 12:45 PM, "mark goldin" wrote: >Is it possible after the control has rendered its items to change x/y >position of some items? I suppose so, but certain actions may cause the layout to move them back. You can replace the default layout with your own custom algorithm if you want. -Alex