Return-Path: X-Original-To: apmail-flex-dev-archive@www.apache.org Delivered-To: apmail-flex-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3D11810842 for ; Tue, 18 Jun 2013 16:09:24 +0000 (UTC) Received: (qmail 66073 invoked by uid 500); 18 Jun 2013 16:09:23 -0000 Delivered-To: apmail-flex-dev-archive@flex.apache.org Received: (qmail 65969 invoked by uid 500); 18 Jun 2013 16:09:23 -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 65960 invoked by uid 99); 18 Jun 2013 16:09:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Jun 2013 16:09:23 +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.181 as permitted sender) Received: from [64.18.1.181] (HELO exprod6og101.obsmtp.com) (64.18.1.181) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Jun 2013 16:09:15 +0000 Received: from outbound-smtp-1.corp.adobe.com ([192.150.11.134]) by exprod6ob101.postini.com ([64.18.5.12]) with SMTP ID DSNKUcCGFuUh6hbczV0DB4nu57/yWemQNLt0@postini.com; Tue, 18 Jun 2013 09:08:55 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 r5IG5YD8000566 for ; Tue, 18 Jun 2013 09:05:34 -0700 (PDT) Received: from nacas01.corp.adobe.com (nacas01.corp.adobe.com [10.8.189.99]) by inner-relay-1.corp.adobe.com (8.12.10/8.12.10) with ESMTP id r5IG8r6A007279 for ; Tue, 18 Jun 2013 09:08:53 -0700 (PDT) Received: from NAMBX02.corp.adobe.com ([10.8.127.96]) by nacas01.corp.adobe.com ([10.8.189.99]) with mapi; Tue, 18 Jun 2013 09:08:53 -0700 From: Alex Harui To: "dev@flex.apache.org" Date: Tue, 18 Jun 2013 09:08:46 -0700 Subject: Re: git commit: [flex-sdk] [refs/heads/develop] - FLEX-24257 Fixed measured width of date field as it may vary month by month based on format. Thread-Topic: git commit: [flex-sdk] [refs/heads/develop] - FLEX-24257 Fixed measured width of date field as it may vary month by month based on format. Thread-Index: Ac5sPiBIqcSSy5ILQ3+JUUD8J80xBQ== Message-ID: In-Reply-To: <47342B8E-A8E7-4871-918C-E520E9AAE390@classsoftware.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.3.4.130416 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 6/18/13 7:48 AM, "Justin Mclean" wrote: >Hi, > >Re performance point of view I don't see there's an issue, measure take >some time but it not significant. > >With a test of a mx datagrid with a 1000 rows and 10 columns of >DateFields, displaying full screen and running through advanced telemetry >and looking at the results in Scout. > >On startup DateField.measure takes up less than 1% of the total time >(44ms of a total of 5,374ms), scrolling and interacting with the DG it's >even less (25ms of 5455ms total). > >Methods like CreateUID, get name, get compatibilityVersion, getStyle, >Date.getMonth or String.isWhitespace take more time than the new >DateField.measure. OK, thanks for double checking. -Alex