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 017D9CD63 for ; Fri, 14 Mar 2014 18:22:33 +0000 (UTC) Received: (qmail 68062 invoked by uid 500); 14 Mar 2014 18:22:32 -0000 Delivered-To: apmail-flex-users-archive@flex.apache.org Received: (qmail 67916 invoked by uid 500); 14 Mar 2014 18:22:31 -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 67908 invoked by uid 99); 14 Mar 2014 18:22:30 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Mar 2014 18:22:30 +0000 X-ASF-Spam-Status: No, hits=0.6 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_HELO_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: unknown (athena.apache.org: error in processing during lookup of aharui@adobe.com) Received: from [207.46.163.241] (HELO na01-by2-obe.outbound.protection.outlook.com) (207.46.163.241) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Mar 2014 18:22:25 +0000 Received: from BL2PR02MB500.namprd02.prod.outlook.com (10.141.95.147) by BL2PR02MB307.namprd02.prod.outlook.com (10.141.91.21) with Microsoft SMTP Server (TLS) id 15.0.893.10; Fri, 14 Mar 2014 18:22:03 +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.0893.001; Fri, 14 Mar 2014 18:22:04 +0000 From: Alex Harui To: "users@flex.apache.org" Subject: Re: Patching Flex 4.6 SDK chart functionality Thread-Topic: Patching Flex 4.6 SDK chart functionality Thread-Index: AQHPP7HHRnbKYRoqk0+ZEy4j9MzSsJrgb96A Date: Fri, 14 Mar 2014 18:22:03 +0000 Message-ID: References: <1394820650754-5527.post@n4.nabble.com> In-Reply-To: <1394820650754-5527.post@n4.nabble.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: user-agent: Microsoft-MacOutlook/14.3.9.131030 x-originating-ip: [63.231.21.127] x-forefront-prvs: 0150F3F97D x-forefront-antispam-report: SFV:NSPM;SFS:(10019001)(6009001)(428001)(377454003)(479174003)(24454002)(51704005)(199002)(189002)(69226001)(51856001)(86362001)(53806001)(81686001)(76796001)(76786001)(83322001)(54356001)(93136001)(59766001)(46102001)(85852003)(66066001)(80022001)(77982001)(92726001)(76482001)(65816001)(93516002)(50986001)(80976001)(56776001)(19580405001)(49866001)(81342001)(19580395003)(4396001)(81816001)(74366001)(47736001)(74706001)(2656002)(92566001)(94946001)(95666003)(97336001)(74662001)(31966008)(97186001)(94316002)(79102001)(74502001)(47976001)(90146001)(36756003)(56816005)(54316002)(83072002)(47446002)(81542001)(83506001)(63696002)(87936001)(95416001)(85306002)(87266001)(74876001);DIR:OUT;SFP:1102;SCL:1;SRVR:BL2PR02MB307;H:BL2PR02MB500.namprd02.prod.outlook.com;CLIP:63.231.21.127;FPR:FFBFC235.A6E257AD.50D7A7BC.4CEA7B71.20395;MLV:sfv;PTR:InfoNoRecords;A:1;MX:1;LANG:en; received-spf: None (: adobe.com does not designate permitted sender hosts) Content-Type: text/plain; charset="us-ascii" Content-ID: <915F79E28234C948A563BA1C2095AE84@namprd02.prod.outlook.com> Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-OriginatorOrg: adobe.com X-Virus-Checked: Checked by ClamAV on apache.org Hi Darrell, First, just try adding the MXMLC option -static-rsls=3Dfalse. Yes, this means your app won't use any RSLs, but I just want to see if your app will actually run with mixed code (which is totally not supported, but might work). If it does work, then we'll figure out the configuration that you can use every RSL except the charts RSL. And if that doesn't work, then grabbing the source from Apache Flex and using it as a monkey-patch should work, as long as there aren't API incompatibilities. -Alex On 3/14/14 11:10 AM, "DarrenEvans" wrote: >After posting a comment on >https://sourceforge.net/adobe/flexsdk/wiki/Flex%204.6/ > and being >kindly >answered by Alex Harui, he directed me here to continue. > >For a bunch of reason we are stuck on Flex SDK 4.6 for the forseeable >future. > >The problem we want to fix is around chart functionality. We have >implemented some charts but they are incredibly slow to initialise (10 - >30 >seconds).=20 > >I have seen this issue >https://issues.apache.org/jira/i#browse/FLEX-33216 > and was hoping to >apply the fix to our 4.6 SDK to see if it helps at all. > >*What's the best way to do this?* > >I was originally going to rebuild the Flex 4.6 SDK, retrofitting the >modifications. However, Alex suggested swapping the charts.swc lib file. I >have tried this (using 4.12 Apache SDK file) and although our main project >seems to compile our test project results in the following error: > >[TestHealthRosterClient] No signed digest found in catalog.xml of the >library, C:\Workspaces\sdks\Flex\4.6.0\frameworks\libs\charts.swc. Compile >the library with -create-digest=3Dtrue and try again. > >We are using IntelliJ to build our product. The main project did build but >seemed to run equally slowly. However, I'm not entirely sure the modified >swc was picked up...... > > > >-- >View this message in context: >http://apache-flex-users.2333346.n4.nabble.com/Patching-Flex-4-6-SDK-chart >-functionality-tp5527.html >Sent from the Apache Flex Users mailing list archive at Nabble.com.