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 5D61811802 for ; Fri, 13 Jun 2014 20:45:41 +0000 (UTC) Received: (qmail 79843 invoked by uid 500); 13 Jun 2014 20:45:40 -0000 Delivered-To: apmail-flex-dev-archive@flex.apache.org Received: (qmail 79808 invoked by uid 500); 13 Jun 2014 20:45:40 -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 79798 invoked by uid 99); 13 Jun 2014 20:45:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jun 2014 20:45:40 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_HELO_PASS X-Spam-Check-By: apache.org Received-SPF: unknown (nike.apache.org: error in processing during lookup of aharui@adobe.com) Received: from [207.46.163.141] (HELO na01-bn1-obe.outbound.protection.outlook.com) (207.46.163.141) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Jun 2014 20:45:38 +0000 Received: from BL2PR02MB500.namprd02.prod.outlook.com (10.141.95.147) by BL2PR02MB500.namprd02.prod.outlook.com (10.141.95.147) with Microsoft SMTP Server (TLS) id 15.0.959.24; Fri, 13 Jun 2014 20:45:13 +0000 Received: from BL2PR02MB500.namprd02.prod.outlook.com ([10.141.95.147]) by BL2PR02MB500.namprd02.prod.outlook.com ([10.141.95.147]) with mapi id 15.00.0959.000; Fri, 13 Jun 2014 20:45:13 +0000 From: Alex Harui To: "dev@flex.apache.org" Subject: Re: Could you help me with this weird problem when upgrading to 4.12.1 plz? Thread-Topic: Could you help me with this weird problem when upgrading to 4.12.1 plz? Thread-Index: AQHPhqPRAZvjgJiNhUmpTmXjSE0QoZtuysaAgABDSIA= Date: Fri, 13 Jun 2014 20:45:12 +0000 Message-ID: References: In-Reply-To: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.4.2.140509 x-originating-ip: [63.229.18.221] x-microsoft-antispam: BCL:0;PCL:0;RULEID: x-forefront-prvs: 0241D5F98C x-forefront-antispam-report: SFV:NSPM;SFS:(6009001)(428001)(24454002)(189002)(199002)(51704005)(377454003)(13464003)(479174003)(92726001)(4396001)(21056001)(79102001)(83322001)(19580405001)(101416001)(80022001)(99396002)(36756003)(105586001)(81542001)(19580395003)(66066001)(77096999)(76482001)(74662001)(99286001)(77982001)(92566001)(86362001)(81342001)(83506001)(50986999)(74502001)(54356999)(20776003)(31966008)(2656002)(46102001)(83072002)(76176999)(87936001)(85852003)(64706001)(182903001);DIR:OUT;SFP:;SCL:1;SRVR:BL2PR02MB500;H:BL2PR02MB500.namprd02.prod.outlook.com;FPR:;MLV:sfv;PTR:InfoNoRecords;MX:1;A:1;LANG:en; received-spf: None (: adobe.com does not designate permitted sender hosts) authentication-results: spf=none (sender IP is ) smtp.mailfrom=aharui@adobe.com; Content-Type: text/plain; charset="us-ascii" Content-ID: Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginatorOrg: adobe.com X-Virus-Checked: Checked by ClamAV on apache.org Sounds like an older definition is getting loaded via an RSL or preloader or something like that. On 6/13/14 2:44 AM, "Kessler CTR Mark J" wrote: >That sounds pretty strange. I'll be able to look at it this evening EST. > I know it had worked at one point for v4.11. > >-Mark > >-----Original Message----- >From: Gary Yang [mailto:flashflexpro@gmail.com] >Sent: Thursday, June 12, 2014 9:07 PM >To: aharui@adobe.com; dev@flex.apache.org >Cc: Greg Gordon >Subject: Could you help me with this weird problem when upgrading to >4.12.1 plz? > >Hi, > >I am trying to upgrade a program to Flex 4.12.1, it has a error inside >DataGrid.as: > >ReferenceError: Error #1069: Property sortCompareType not found on >mx.controls.dataGridClasses.DataGridColumn and there is no default value. >at >mx.controls::DataGrid/sortByColumn()[/Users/aharui/flex-sdk-4.12.1/framewo >rks/projects/mx/src/mx/controls/DataGrid.as:3990] >at >mx.controls::DataGrid/headerReleaseHandler()[/Users/aharui/flex-sdk-4.12.1 >/frameworks/projects/mx/src/mx/controls/DataGrid.as:5515] >at flash.events::EventDispatcher/dispatchEventFunction() >at flash.events::EventDispatcher/dispatchEvent() >at >mx.core::UIComponent/dispatchEvent()[/Users/aharui/flex-sdk-4.12.1/framewo >rks/projects/framework/src/mx/core/UIComponent.as:13682] >at .... .... > > >the weird part to me is that sortCompareType can be found in >mx/controls/dataGridClasses/DataGridColumn.as but when running, it not >there: > > >private function onCreationComplete() : void { >var info:Object =3D ObjectUtil.getClassInfo( DataGridColumn ); >trace( "name->" + info.name ); >var tmp:Array =3D info.properties; >for each( var p in tmp ){ >trace( p ); >} >} > > >name->mx.controls.dataGridClasses::DataGridColumn >dataField >dataTipField >dataTipFunction >defaultFactory >draggable >editable >editorDataField >editorHeightOffset >editorUsesEnterKey >editorWidthOffset >editorXOffset >editorYOffset >enableIME >factory >headerRenderer >headerText >headerWordWrap >imeMode >itemEditor >itemRenderer >labelFunction >minWidth >nullItemRenderer >overrides >prototype >rendererIsEditor >resizable >selector >selectorIndex >showDataTips >sortable >sortCompareFunction >sortDescending >specificity >subject >visible >width >wordWrap > > >Could you please possibly help? > >Best, > >-Gary