RE: vector error

2015-11-06 Thread Kessler CTR Mark J
Send an email to dev-unsubscr...@flex.apache.org [1] http://flex.apache.org/community-mailinglists.html -Mark -Original Message- From: Jack Freudenheim [mailto:j...@sounder.com] Sent: Tuesday, November 03, 2015 9:19 AM To: dev@flex.apache.org Subject: Re: vector error unsubscribe On

Re: [FLEXJS] vector error

2015-11-05 Thread Alex Harui
On 11/5/15, 12:10 AM, "Harbs" wrote: >Considering the state of things, and the fact that we’re trying to get >this version out the door, I think the quick-and-dirty approach makes >sense for now. We can discuss further later. > >I don’t understand how you are proposing different implementations

Re: [FLEXJS] vector error

2015-11-05 Thread Harbs
e: >> >>> 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 >>>> >>>> >>>> >

Re: [FLEXJS] Re: vector error

2015-11-04 Thread Alex Harui
gt;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 -- >>>

Re: [FLEXJS] Re: vector error

2015-11-04 Thread OmPrakash Muppirala
atrix3d.github.io/assets/html5/flexjswebgl/ > > https://github.com/matrix3d/FlashShader/tree/master/flexjs5/src/flash/geom > > > Looking very promising! Thanks for posting the examples. Looking forward to more :-) > > -- > View this message in context: > http://apache-flex

Re: [FLEXJS] Re: vector error

2015-11-04 Thread Alex Harui
On 11/4/15, 2:41 AM, "lizhi" wrote: >what time we can use the vector version? Not sure. I think we’re going to delay 0.5.0 release for a bit. If I can find a cheap way to fix Vector before we release I will. -Alex

Re: [FLEXJS] Re: vector error

2015-11-04 Thread lizhi
/master/flexjs5/src/flash/geom -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FLEXJS-Re-vector-error-tp49790p49812.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FLEXJS] vector error

2015-11-03 Thread Harbs
I will try to do this tomorrow. I spent a good chunk of my day today trying to fix a broken website… :-( On Nov 3, 2015, at 9:18 PM, Alex Harui wrote: > If you can find time to run the approval > scripts and vote on the current RC we can get 0.5.0 out the door.

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 cannot comment on that.

Re: [FLEXJS] vector error

2015-11-03 Thread Harbs
ed 3,but get 0 >>> >>> >>> >>> >>> ---------- Original -- >>> From: "Alex Harui [via Apache Flex >>> Development]"; >>> Date: 2015年11月3日(星期二) 下午3:41 >>> To: "lizhi"; >>>

[FLEXJS] Re: vector error

2015-11-03 Thread Alex Harui
i [via Apache Flex >>Development]"; >> Date: 2015年11月3日(星期二) 下午3:41 >> To: "lizhi"; >> Subject: Re: vector error >> >> >> >> What output are you getting and what error occurs? >> >> -Alex >> >> On 11/2/15, 10:39 PM, &q

Re: vector error

2015-11-03 Thread Jack Freudenheim
pache-flex-development.247.n4.nabble.com/vector-error-tp49772p 49783.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: vector error

2015-11-03 Thread Harbs
ent]"; > Date: 2015年11月3日(星期二) 下午3:41 > To: "lizhi"; > Subject: Re: vector error > > > > What output are you getting and what error occurs? > > -Alex > > On 11/2/15, 10:39 PM, "lizhi" <[hidden email]> wrote

回复: 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 seems to work fine witho

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 error What output are you ge

Re: vector error

2015-11-03 Thread Deepak MS
Original -- > From: "Alex Harui [via Apache Flex Development]"< > ml-node+s247n49775...@n4.nabble.com>; > Date: 2015年11月3日(星期二) 凌晨0:45 > To: "lizhi"; > Subject: Re: vector error > > > > What was the error? We have a simila

Re: vector error

2015-11-02 Thread lizhi
var arr:Vector.=Vector.([1,1,1]); just try this line -- Original -- From: "Alex Harui [via Apache Flex Development]"; Date: 2015年11月3日(星期二) 凌晨0:45 To: "lizhi"; Subject: Re: vector error What was the error? We have a similar test in o

Re: vector error

2015-11-02 Thread Alex Harui
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: >http://apache-flex-

Re: vector error

2015-11-02 Thread lizhi
in as3. new Vector.<*>([1,1,1]); not the same Vector.<*>([1,1,1]); pls try -- View this message in context: http://apache-flex-development.247.n4.nabble.com/vector-error-tp49772p49783.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: vector error

2015-11-02 Thread Alex Harui
What was the error? We have a similar test in our test suite and it is passing. -Alex On 11/2/15, 12:16 AM, "lizhi" wrote: >as3 > >var arr:Vector.=Vector.([1,1,1]); > >error > > > >-- >View this message in context: >http://apache-flex-development

Re: vector error

2015-11-02 Thread Harbs
Did you try var arr:Vector.=new Vector.([1,1,1]); On Nov 2, 2015, at 10:16 AM, lizhi wrote: > as3 > > var arr:Vector.=Vector.([1,1,1]); > > error > > > > -- > View this message in context: > http://apache-flex-development.247.n4.nabble.com/vector-e

vector error

2015-11-02 Thread lizhi
as3 var arr:Vector.=Vector.([1,1,1]); error -- View this message in context: http://apache-flex-development.247.n4.nabble.com/vector-error-tp49772.html Sent from the Apache Flex Development mailing list archive at Nabble.com.