Re: Avoiding goog renaming

2016-12-12 Thread Harbs
Yup. It’s not working as I thought. I just did this: NodeStreamParams.as: package com.printui.utils { public class NodeStreamParam { public function NodeStreamParam(type:String,streamFiles:Boolean) { this.type = type; this.streamFiles = stre

[FlexJS] Build Failing

2016-12-12 Thread Yishay Weiss
After doing C:\dev\flexjs\flex-asjs > ant clean all I get this: [compc] C:\dev\flexjs\flex-asjs\frameworks\projects\Language\src\main\flex\o rg\apache\flex\utils\Language.as(327): col: 9 Error: Access of undefined propert y DEBUG in package goog. [compc] [compc] i

[DISCUSS] Apache Flex SDK 4.16 RC1 release

2016-12-12 Thread Justin Mclean
HI, Please discuss the release candidate here and not in the vote thread. Thanks, Justin

[VOTE] Release Apache Flex SDK 4.15 RC1

2016-12-12 Thread Justin Mclean
Hi, This is a Apache Flex 4.16 release candidate 1. Please see the RELEASE_NOTES and the README. The release candidate can be found here; https://dist.apache.org/repos/dist/dev/flex/sdk/4.16.0/rc1/ Before voting please review the se

Re: [VOTE] Release Apache Flex SDK 4.15 RC1

2016-12-12 Thread OmPrakash Muppirala
Subject line says 4.15? On Dec 12, 2016 2:39 AM, "Justin Mclean" wrote: > Hi, > > This is a Apache Flex 4.16 release candidate 1. Please see the > RELEASE_NOTES and the README. > > The release candidate can be found here; > https://dist.apache.org/repos/dist/dev/flex/sdk/4.16.0/rc1/ < > https:/

Re: [FlexJS] Build Failing

2016-12-12 Thread Alex Harui
Sync up flex-typedefs On 12/12/16, 1:27 AM, "Yishay Weiss" wrote: >After doing > >C:\dev\flexjs\flex-asjs > ant clean all > >I get this: > >[compc] >C:\dev\flexjs\flex-asjs\frameworks\projects\Language\src\main\flex\o >rg\apache\flex\utils\Language.as(327): col: 9 Error: Access of undefined

Re: [FlexJS] Is there a way to auto-select row in DataGrid?

2016-12-12 Thread Peter Ent
I think selectedIndex on DataGrid should work. I left it this way to come back to it at some point. Since the FlexJS DataGrid is made up of multiple lists, setting the selectedIndex on the main grid needs to trickle down to the invidual lists that make up the columns. Each list shares the same data

RE: [FlexJS] Build Failing

2016-12-12 Thread Yishay Weiss
That did the trick. Thanks. From: Alex Harui Sent: Monday, December 12, 2016 4:15 PM To: dev@flex.apache.org Subject: Re: [FlexJS] Build Failing Sync up flex-typedefs On 12/12/16, 1:27 AM, "Yishay Weiss" wrote: >After doing > >C:\dev\fle

Re: Avoiding goog renaming

2016-12-12 Thread Alex Harui
On 12/12/16, 12:28 AM, "Harbs" wrote: >Yup. It’s not working as I thought. > >I just did this: What did NodeStreamParams.js and JSZip.js look like, and did you include them as externs in a typedefs SWC and/or via compiler options? The steps required to do so are the steps I think the compiler

Re: Avoiding goog renaming

2016-12-12 Thread Alex Harui
On 12/11/16, 11:56 PM, "Harbs" wrote: >I thought I tried something similar and declaring the types did not help >(i.e. the externs were not generated), but maybe I did something wrong. > >I’ll try again. > >> The reason to create an AS API for a 3rd party library is more than just >> preventing

Re: [DISCUSS] Apache Flex SDK 4.16 RC1 release

2016-12-12 Thread Maxim Solodovnik
Hello Justin, I see no md5/sha files at https://dist.apache.org/repos/dist/dev/flex/sdk/4.16.0/rc1 Where can I find it? On Mon, Dec 12, 2016 at 5:38 PM, Justin Mclean wrote: > HI, > > Please discuss the release candidate here and not in the vote thread. > > Thanks, > Justin > -- WBR Maxim a

Re: Avoiding goog renaming

2016-12-12 Thread Josh Tynjala
Yes, it should be that simple. If we could make the compc compiler able to (optionally) generate externs from ActionScript files somehow, that would make using third-party libraries easier. I think most developers would be more comfortable writing a few classes in ActionScript for a third-party lib

Re: Avoiding goog renaming

2016-12-12 Thread Alex Harui
On 12/12/16, 8:37 AM, "Josh Tynjala" wrote: >I think most developers would be >more comfortable writing a few classes in ActionScript for a third-party >library, Agreed, because not only do you get type-checking, but you also get to "bullet-proof" the API. For these JS libraries that you pass

Re: Avoiding goog renaming

2016-12-12 Thread Josh Tynjala
Yeah, if we could make it work without creating a SWC, I think that would be ideal. The fewer steps it takes to add third-party libraries to a project, the better. I notice that you seem to have a preference for custom ASDoc tags, like @externs or @flexjsignorecoercion for changing the compiler's

Re: Avoiding goog renaming

2016-12-12 Thread Alex Harui
On 12/12/16, 9:13 AM, "Josh Tynjala" wrote: >Yeah, if we could make it work without creating a SWC, I think that would >be ideal. The fewer steps it takes to add third-party libraries to a >project, the better. > >I notice that you seem to have a preference for custom ASDoc tags, like >@externs

Re: Avoiding goog renaming

2016-12-12 Thread Josh Tynjala
Off the top of my head, [Frame] and [SWF] are also used to change compiler output. I can see how it's a little weird that some metadata is used at compile-time and some at runtime, but as a developer, I think it's really useful. Anyway, if it's an asdoc tag that FalconJX will preserve to configure

Re: Avoiding goog renaming

2016-12-12 Thread Alex Harui
On 12/12/16, 9:50 AM, "Josh Tynjala" wrote: >Off the top of my head, [Frame] and [SWF] are also used to change compiler >output. I can see how it's a little weird that some metadata is used at >compile-time and some at runtime, but as a developer, I think it's really >useful. I forgot about th

Re: [DISCUSS] Apache Flex SDK 4.16 RC1 release

2016-12-12 Thread Justin Mclean
Hi, > I see no md5/sha files at > https://dist.apache.org/repos/dist/dev/flex/sdk/4.16.0/rc1 > Where can I find it? Sorry about that my reply script didn’t copy them over all fixed now. Justin

Re: [VOTE] Release Apache Flex SDK 4.15 RC1

2016-12-12 Thread Justin Mclean
Hi, > Subject line says 4.15? My mistake it should be 4.16 the links etc in the email body are correct. Thanks, Justin

Re: [VOTE] Release Apache Flex SDK 4.15 RC1

2016-12-12 Thread OmPrakash Muppirala
You might want to create a new thread with the correct subject. When the vote is done, we may want to archive/link to this thread at a later point. The wrong subject line would cause confusion. Thanks, Om On Mon, Dec 12, 2016 at 1:24 PM, Justin Mclean wrote: > Hi, > > > Subject line says 4.15

[VOTE] Release Apache Flex SDK 4.16 RC1

2016-12-12 Thread Justin Mclean
Hi, This is a Apache Flex 4.16 release candidate 1. Please see the RELEASE_NOTES and the README. The release candidate can be found here; https://dist.apache.org/repos/dist/dev/flex/sdk/4.16.0/rc1/ Before voting please review the se

Re: [VOTE] Release Apache Flex SDK 4.15 RC1

2016-12-12 Thread Justin Mclean
Hi, > You might want to create a new thread with the correct subject. Done please vote in the other thread not this one. Thanks, Justin

Re: [DISCUSS] Apache Flex SDK 4.16 RC1 release

2016-12-12 Thread Justin Mclean
Hi, Perhaps Om can answer this but can these JIRAs be closed? FLEX-35166 Installer can't handle Adobe AIR 24 FLEX-35156 Update Apache Flex installer config file [2] Thanks, Justin 1. https://issues.apache.org/jira/browse/FLEX-35166 2. https://issues.apache.org/jira/browse/FLEX-35156

Re: [DISCUSS] Apache Flex SDK 4.16 RC1 release

2016-12-12 Thread OmPrakash Muppirala
https://issues.apache.org/jira/browse/FLEX-35166 It seems to work for me in my jerry-rigged test environment. Can you try directly from the Installer and confirm? https://issues.apache.org/jira/browse/FLEX-35156 Config file has been updated to allow installation of 4.16.0 RC1. Again, if someone

Re: [DISCUSS] Apache Flex SDK 4.16 RC1 release

2016-12-12 Thread Jasen Martin
Hi, I attempted 4.16 install with AIR 23, and she failed on me, here are the logs: Installer version 3.2.0 (windows) Using Locale: en_AU Fetched the SDK download mirror URL from the CGI. SDK version Apache Flex SDK 4.16.0 RC1 AIR version 23.0 Flash Player version 23.0 Creating Apache Flex home Cre

Re: [DISCUSS] Apache Flex SDK 4.16 RC1 release

2016-12-12 Thread Justin Mclean
Hi Jase, Thanks for trying it out. It's looks like we may have an issue with teh installer configuration as I can reproduce that issue for both the en_AU locale and en_US locale as well: Which a bit more debugging on it seems it failing to read the locale resource file. Unzipping: /Users/ju

Re: [DISCUSS] Apache Flex SDK 4.16 RC1 release

2016-12-12 Thread Justin Mclean
Hi, The issue is these lines in the installer.xml

Re: [DISCUSS] Apache Flex SDK 4.16 RC1 release

2016-12-12 Thread Alex Harui
Are we in a rush to get this out? There was little time after Om's commit to test before the RC was cut. The point of the Last Call is to get us to do the testing before the RCs get cut. Also, there is an Ant script called releasecandidate.xml that attempts to automate the deployment of the arti

Re: [DISCUSS] Apache Flex SDK 4.16 RC1 release

2016-12-12 Thread Justin Mclean
Hi, > Are we in a rush to get this out? Yes I will be on holiday with no phone and extremely limited satellite internet access in under two weeks. > There was little time after Om's commit to test before the RC was cut. The last call has been open for more than a month. Being a volunteer the