Re: vector error

2015-11-03 Thread Deepak MS
I tried that and it seems to work fine without any error: http://pasteboard.co/1R8mV6A1.png Version I am using is Flex 4.14.1 FP 17.0 AIR 18.0 On Tue, Nov 3, 2015 at 9:11 AM, lizhi wrote: > var arr:Vector.=Vector.([1,1,1]); > just try this line > > > > > --

Re: vector error

2015-11-03 Thread Harbs
I think you need “new”… On Nov 3, 2015, at 9:55 AM, lizhi wrote: > var vec:Vector. = Vector.([1, 2, 3]); > alert(vec.length); > I need 3,but get 0 > > > > > -- Original -- > From: "Alex Harui [via Apache Flex >

回复: vector error

2015-11-03 Thread lizhi
yes.in swf it is length 3,but in flexjs,it is length 1 -- 原始邮件 -- 发件人: "Deepak MS [via Apache Flex Development]"; 发送时间: 2015年11月3日(星期二) 下午4:24 收件人: "lizhi"; 主题: Re: vector error I tried that and it

Re: vector error

2015-11-03 Thread lizhi
var vec:Vector. = Vector.([1, 2, 3]); alert(vec.length); I need 3,but get 0 -- Original -- From: "Alex Harui [via Apache Flex Development]"; Date: 2015年11月3日(星期二) 下午3:41 To: "lizhi"; Subject: Re: vector

Re: [FLEXJS] vector error

2015-11-03 Thread Alex Harui
On 11/3/15, 11:03 AM, "Harbs" wrote: >I was not aware the global Vector function existed. Interesting! > >Yes. I do think that this should be pushed for the next release unless >more issues pop up. I did not really understand your proposal of >swappable emulations, so I

Re: [DISCUSS] Discuss Release Apache Flex FalconJX 0.5.0 RC1

2015-11-03 Thread Justin Mclean
Hi, > Which file did you mean by “creates js”? Sorry I meant event.js. > The link you posted is not part of the “Externs for Common Libraries”. > It is part of the actual implementation of Google Closure. Externs are > sort of like header files. The question is does Google own copyright or

Re: [DISCUSS] Discuss Release Apache Flex FalconJX 0.5.0 RC1

2015-11-03 Thread Justin Mclean
Hi, > I am unable to find an event.js in the source package. What folder is it > in? ./externs/GCL/src/goog/events.as but the same would apply to any file under /externs/GCL. > The LICENSE file should include the text: > "The .as files in externs/GCL/src were hand-ported from the Google >

Re: [DISCUSS] Discuss Release Apache Flex FalconJX 0.5.0 RC1

2015-11-03 Thread Justin Mclean
Hi, While I can compile the code I'm getting the some test failing. Is this the same for anyone else? Is it expected? ant compiler.jx.tests [junit] function int() {} [junit] ^ [junit] [junit] Nov 04, 2015 10:44:39 AM com.google.javascript.jscomp.LoggerErrorManager

Re: [DISCUSS] Discuss Release Apache FlexJS 0.5.0 RC1

2015-11-03 Thread Mark Kessler
Having building FlexJS source. Keep getting this timeout. BUILD FAILED D:\PortableDev\FlexJS\build.xml:431: The following error occurred while executin g this line: D:\PortableDev\FlexJS\frameworks\build.xml:79: The following error occurred whil e executing this line:

Re: [VOTE] Release Apache FlexJS 0.5.0 RC1

2015-11-03 Thread Justin Mclean
Hi, +0 binding. Will change to +1 when I can get the source release to compile and test it. [1] For the source I checked: - hashes and signatures good - LICENSE OK - NOTICE OK - No unexpected binaries - All source files have headers - unable to compile from source Are we the "original

Re: [DISCUSS] Discuss Release Apache FlexJS 0.5.0 RC1

2015-11-03 Thread Justin Mclean
Hi, I’m still unable to compile from source and get this error. I’m trying to compile FlexJS with the Falcon 0.5 RC. compile: [echo] Compiling libs/Core.swc [echo] FLEX_HOME: /Users/justinmclean/Downloads/ApacheFlexJS/apache-flex-flexjs-0.5.0-src [echo] FALCON_HOME:

Re: [DISCUSS] Discuss Release Apache Flex FalconJX 0.5.0 RC1

2015-11-03 Thread Alex Harui
On 11/3/15, 2:39 PM, "Justin Mclean" wrote: >Hi, > >Just taking a look at the LICENSE file. > >It contains this: >The Google Closure Library Externs For Common Libraries are available >under Apache License 2.0. For details see the externs folder. > >Taking a look at this

Re: [DISCUSS] Discuss Release Apache FlexJS 0.5.0 RC1

2015-11-03 Thread Alex Harui
On 11/3/15, 8:46 PM, "Justin Mclean" wrote: >Hi, > >I’m still unable to compile from source and get this error. I’m trying to >compile FlexJS with the Falcon 0.5 RC. > >compile: > [echo] Compiling libs/Core.swc > [echo] FLEX_HOME:

Re: [DISCUSS] Discuss Release Apache Flex FalconJX 0.5.0 RC1

2015-11-03 Thread Alex Harui
On 11/3/15, 3:43 PM, "Justin Mclean" wrote: >Hi, > >> I am unable to find an event.js in the source package. What folder is >>it >> in? > >./externs/GCL/src/goog/events.as but the same would apply to any file >under /externs/GCL. > >> The LICENSE file should include the

Re: vector error

2015-11-03 Thread Jack Freudenheim
unsubscribe On 11/3/15 2:28 AM, Alex Harui wrote: What output are you getting and what error occurs? -Alex On 11/2/15, 10:39 PM, "lizhi" wrote: in as3. new Vector.<*>([1,1,1]); not the same Vector.<*>([1,1,1]); pls try -- View this message in context: