Re: flexjs for bug

2016-04-25 Thread Harbs
com/file/n52580/js.png> > > > > -- > View this message in context: > http://apache-flex-development.247.n4.nabble.com/flexjs-for-bug-tp52573p52580.html > Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: flexjs for bug

2016-04-25 Thread lizhi
yes,you code it is very good. but it is just the as3,js,c++,base code,the flexjs it is a build tool,why not get the func? <http://apache-flex-development.247.n4.nabble.com/file/n52580/js.png> -- View this message in context: http://apache-flex-development.247.n4.nabble.com/flex

Re: flexjs for bug

2016-04-25 Thread Andrew Wetmore
= arr.length; i < len; > i++){ > > > > -- > View this message in context: > http://apache-flex-development.247.n4.nabble.com/flexjs-for-bug-tp52573p52577.html > Sent from the Apache Flex Development mailing list archive at Nabble.com. > -- Andrew Wetmore http://cottage14.blogspot.com/

Re: flexjs for bug

2016-04-25 Thread Tom Chiverton
It's probably because in for(var i:int=0,len:int =arr.length;i ?are you test as code in flash ide?why ;? for(;;;)?! -- View this message in context: http://apache-flex-development.247.n4.nabble.com/flexjs-for-bug-tp52573p52576.html Sent from the Apache Flex Development mailing

Re: flexjs for bug

2016-04-25 Thread lizhi
code like this? Error: Syntax error: expecting rightparen before semicolon. for (var i:int = 0; len:int = arr.length; i < len; i++){ -- View this message in context: http://apache-flex-development.247.n4.nabble.com/flexjs-for-bug-tp52573p52577.html Sent from

Re: flexjs for bug

2016-04-25 Thread lizhi
?are you test as code in flash ide?why ;? for(;;;)?! -- View this message in context: http://apache-flex-development.247.n4.nabble.com/flexjs-for-bug-tp52573p52576.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: flexjs for bug

2016-04-25 Thread Andrew Wetmore
I think you need ";" instead of "," after "i:int=0" On Mon, Apr 25, 2016 at 4:13 AM, lizhi wrote: > for(var i:int=0,len:int =arr.length;i > } > > gen error > > > > -- > View this message in context: > http://apache-flex-development.2

flexjs for bug

2016-04-25 Thread lizhi
for(var i:int=0,len:int =arr.length;ihttp://apache-flex-development.247.n4.nabble.com/flexjs-for-bug-tp52573.html Sent from the Apache Flex Development mailing list archive at Nabble.com.