Re: Kotlinjs has solved the circular dependency problem. Flexjs, do you have any plans?

2017-09-07 Thread lizhi
hi, Whether it's bug or not. But the flashplayer based AS3 language supports this writing. And the old version of flexjs also supports this writing, proving that it can be successfully compiled into JS code. Besides, we use flexjs for a great reason because there are many old AS3 libraries, some of

Re: Kotlinjs has solved the circular dependency problem. Flexjs, do you have any plans?

2017-09-07 Thread lizhi
Thank you for finding the improvement. But I'm not going to change this part of the code. I'm sure this is SDK bug, not code bug. I will wait for SDK to fix the bug, such as SDK to version 1, to engage in flexjs, first do other things recently. - spriteflexjs.com -- Sent from: http://apache

Re: Kotlinjs has solved the circular dependency problem. Flexjs, do you have any plans?

2017-09-05 Thread lizhi
But I feel the spriteflexjs library has been wasted. Because a lot of test examples are wrong now. Uncaught TypeError: Cannot read property 'BaseRenderer' of undefined at SpriteFlexjs.js:91 Language.js:238 power by SpriteFlexJS Graphics.js:442 Uncaught TypeError: Cannot read property 'createPa

Re: Kotlinjs has solved the circular dependency problem. Flexjs, do you have any plans?

2017-09-05 Thread lizhi
Thank you very much! Well, I also know there's a setTimeout, but this setTimeout is only JS built, so I don't care. However, it seems that the new version of the flexjs compiler has problems dealing with static classes. And flexjs0.8 doesn't have that problem. - spriteflexjs.com -- Sent fro

Re: Kotlinjs has solved the circular dependency problem. Flexjs, do you have any plans?

2017-09-05 Thread lizhi
no error too. package { import flash.utils.setTimeout; public class TestBug { public function TestBug() { new TestBug2(); setTimeout(function():void{trace("se")}, 100);

Re: Kotlinjs has solved the circular dependency problem. Flexjs, do you have any plans?

2017-09-04 Thread lizhi
no error package { import flash.utils.setTimeout; public class TestBug { public function TestBug() { setTimeout(function():void{trace("se")}, 100); f

Re: Kotlinjs has solved the circular dependency problem. Flexjs, do you have any plans?

2017-09-03 Thread lizhi
And I searched for flash.utils.settimeout in full text, and nowhere else to use this class. Just some places use the JS built-in setTimeout - spriteflexjs.com -- Sent from: http://apache-flex-development.247.n4.nabble.com/

Re: Kotlinjs has solved the circular dependency problem. Flexjs, do you have any plans?

2017-09-03 Thread lizhi
Your SDK developers must be much easier than we're looking for. No matter how many papers. Even if 100 files. Because you can debug, this bug is obviously where the wrong report, as long as you use eclipse debug the code, observe variables, how many documents does not matter - spriteflexjs.c

Re: Kotlinjs has solved the circular dependency problem. Flexjs, do you have any plans?

2017-09-02 Thread lizhi
So how do you solve this bug? Now change this bug, and people who use flexjs later will be popular. If you know it is bug, but do not think of ways to change this bug. Flexjs will only become less and less popular. Because flash is dead, I don't want to see flexjs die too. Only SDK stability, reduc

Re: Kotlinjs has solved the circular dependency problem. Flexjs, do you have any plans?

2017-09-01 Thread lizhi
D:\proj\git\spriteflexjs\test>D:\sdk\flexjs9/js/bin/mxmlc -targets=JSFlex -js-output-optimization=skipAsCoercions -remove-circulars -external-library-path="D:\sdk\flexjs9\js\libs\js.swc" -compiler.source-path=../src src\TestHungryHeroGPU.as -define=CONFIG::as_only,false -define=CONFIG::js_only,true

Re: Kotlinjs has solved the circular dependency problem. Flexjs, do you have any plans?

2017-09-01 Thread lizhi
I just downloaded the latest version of flexjs, setTimeout's bug, but my spriteflexjs project was still wrong. I really don't know how to test this bug, so can you go to GitHub and download my project?. Then compile it It's easy for you to compile a flexjs project as a SDK developer. I really don't

Re: Kotlinjs has solved the circular dependency problem. Flexjs, do you have any plans?

2017-08-31 Thread lizhi
the same. D:\proj\git\spriteflexjs\test>D:\sdk\flexjs9_new/js/bin/mxmlc -targets=JSFlex -js-output-optimization=skipAsCoercions -remove-circulars -external-library-path="D:\sdk\flexjs9_new\js\libs\js.swc" -compiler.source-path=../src src\TestBug.as -define=CONFIG::as_only,false -define=CONFIG::js_o

Re: Kotlinjs has solved the circular dependency problem. Flexjs, do you have any plans?

2017-08-31 Thread lizhi
nice.bug the only class ,do not have setTimeout,also get error. package { public class TestBug { public function TestBug() { } } } - spriteflexjs.com -- Sen

Re: Kotlinjs has solved the circular dependency problem. Flexjs, do you have any plans?

2017-08-31 Thread lizhi
//testBug.as package { import flash.utils.setTimeout; public class TestBug { public function TestBug() { setTimeout(function():void{}, 100); }

Re: Kotlinjs has solved the circular dependency problem. Flexjs, do you have any plans?

2017-08-30 Thread lizhi
if the code not have class,just function will get this error? - spriteflexjs.com -- Sent from: http://apache-flex-development.247.n4.nabble.com/

Re: Kotlinjs has solved the circular dependency problem. Flexjs, do you have any plans?

2017-08-30 Thread lizhi
Please download the source file from github and compile it with the commands I have provided. It should be very easy for you. Thank you - spriteflexjs.com -- Sent from: http://apache-flex-development.247.n4.nabble.com/

Re: Kotlinjs has solved the circular dependency problem. Flexjs, do you have any plans?

2017-08-30 Thread lizhi
- spriteflexjs.com -- Sent from: http://apache-flex-development.247.n4.nabble.com/

Re: Kotlinjs has solved the circular dependency problem. Flexjs, do you have any plans?

2017-08-30 Thread lizhi
Please help me with the solution. What information do I need to provide? The company is in a hurry - spriteflexjs.com -- Sent from: http://apache-flex-development.247.n4.nabble.com/

Re: Kotlinjs has solved the circular dependency problem. Flexjs, do you have any plans?

2017-08-30 Thread lizhi
pls download the code from the github.thanks - spriteflexjs.com -- Sent from: http://apache-flex-development.247.n4.nabble.com/

Re: Kotlinjs has solved the circular dependency problem. Flexjs, do you have any plans?

2017-08-30 Thread lizhi
0.9 the newest - spriteflexjs.com -- Sent from: http://apache-flex-development.247.n4.nabble.com/

Re: Kotlinjs has solved the circular dependency problem. Flexjs, do you have any plans?

2017-08-30 Thread lizhi
https://github.com/matrix3d/spriteflexjs/blob/master/src/flash/utils/setTimeout.as - spriteflexjs.com -- Sent from: http://apache-flex-development.247.n4.nabble.com/

Re: Kotlinjs has solved the circular dependency problem. Flexjs, do you have any plans?

2017-08-30 Thread lizhi
Alex Harui-2 wrote > Hmm. Somehow the output thinks that setTimeout is not a native function > and is looking for a file to match it. How is setTimeout being used in > your code? > > I am done working for today. Will check tomorrow. > > -Alex > > On 8/29/17,

Re: Kotlinjs has solved the circular dependency problem. Flexjs, do you have any plans?

2017-08-29 Thread lizhi
Alex Harui-2 wrote > Hi Lizhi, > > Please post a link to the entire console output from the compile. You can > try to use paste.apache.org. Or pastebin.com or other similar service. > > Thanks, > -Alex > > On 8/29/17, 10:10 PM, "lizhi" < > sliz

Re: Kotlinjs has solved the circular dependency problem. Flexjs, do you have any plans?

2017-08-29 Thread lizhi
hi alex harui.which file error? Alex Harui-2 wrote > Post a link to your console output. That exception often happens when > there is no JS file for a class. There should be mention of which file in > the console output. > > -Alex > > On 8/28/17, 3:50 AM, "li

Re: Kotlinjs has solved the circular dependency problem. Flexjs, do you have any plans?

2017-08-28 Thread lizhi
- spriteflexjs.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Kotlinjs-has-solved-the-circular-dependency-problem-Flexjs-do-you-have-any-plans-tp63965p64009.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: Kotlinjs has solved the circular dependency problem. Flexjs, do you have any plans?

2017-08-28 Thread lizhi
get this error with the option. -remove-circulars java.lang.NullPointerException org.apache.flex.compiler.internal.graph.GoogDepsWriter.getListOfFiles(GoogDepsWriter.java:100)org.apache.flex.compiler.internal.codegen.mxml.flexjs.MXMLFlexJSPublisher.publish(MXMLFlexJSPublisher.java:311)org.apache

Re: Kotlinjs has solved the circular dependency problem. Flexjs, do you have any plans?

2017-08-27 Thread lizhi
Moreover, initialization of flexjs static variables needs to be optimized. - spriteflexjs.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Kotlinjs-has-solved-the-circular-dependency-problem-Flexjs-do-you-have-any-plans-tp63965p63983.html Sent f

Re: Kotlinjs has solved the circular dependency problem. Flexjs, do you have any plans?

2017-08-27 Thread lizhi
I'm not sure now. I'm porting a AS3 UI library. But a lot of serious mistakes were reported. I'm checking out why this error happened 八月 28, 2017 1:59:13 下午 com.google.javascript.jscomp.LoggerErrorManager println 严重: D:/proj/git/spriteflexjs/test/bin/js-debug/XML.js:14: ERROR - required "XMLList"

Re: Kotlinjs has solved the circular dependency problem. Flexjs, do you have any plans?

2017-08-27 Thread lizhi
Please compile a simple kotlin project. I think this bug is very important and should be repaired as soon as possible. Then kotlin is also open source. - spriteflexjs.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Kotlinjs-has-solved-the-circular-

Kotlinjs has solved the circular dependency problem. Flexjs, do you have any plans?

2017-08-26 Thread lizhi
- spriteflexjs.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Kotlinjs-has-solved-the-circular-dependency-problem-Flexjs-do-you-have-any-plans-tp63965.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

flexjs of new how use the js.swc?

2017-05-06 Thread lizhi
the -external-library-path="%FLEX_HOME%\js\libs\js.swc" not work. and get error. java.lang.NullPointerException org.apache.flex.compiler.internal.graph.GoogDepsWriter.generateDeps(GoogDepsWriter.java:162)org.apache.flex.compiler.internal.codegen.mxml.flexjs.MXMLFlexJSPublisher.publish(MXMLFlexJSPu

Re: [FlexJS] Subflash, a clone of the Flash API for Flex JS, progress and questions

2017-03-16 Thread lizhi
https://cwiki.apache.org/confluence/display/FLEX/Using+CreateJS+with+FlexJS - spriteflexjs.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Subflash-a-clone-of-the-Flash-API-for-Flex-JS-progress-and-questions-tp60395p60540.html Sent from the

Re: [FlexJS] Subflash, a clone of the Flash API for Flex JS, progress and questions

2017-03-16 Thread lizhi
hi @Carlos. it is most same of createjs. and the createjs mixable with flexjs. and the same of the spriteflexjs - spriteflexjs.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Subflash-a-clone-of-the-Flash-API-for-Flex-JS-progress-and-questio

Re: [FlexJS] - Is FlexJS ready for production?

2017-02-15 Thread lizhi
can you build this succuse? https://github.com/apache/flex-asjs/tree/develop/examples/native/ButtonExample - spriteflexjs.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Is-FlexJS-ready-for-production-tp59129p59421.html Sent from the Apache

Re: [FlexJS] - Is FlexJS ready for production?

2017-02-14 Thread lizhi
I do not understand mvn, but suggest that you can try my command line, it is very simple, only one line - spriteflexjs.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Is-FlexJS-ready-for-production-tp59129p59417.html Sent from the Apache Fl

Re: [FlexJS] - Is FlexJS ready for production?

2017-02-14 Thread lizhi
thank you too. i do not test on the mvn. but it is baseon the bat. https://github.com/matrix3d/spriteflexjs/wiki/how-run - spriteflexjs.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Is-FlexJS-ready-for-production-tp59129p59381.html Sent fr

Re: [FlexJS] - Is FlexJS ready for production?

2017-02-14 Thread lizhi
I have downloaded the latest version many times. Has not found the problem.https://github.com/matrix3d/spriteflexjs/issues/10#issuecomment-279165933 This link is friends three days ago to download the 0.8 version, but also successfully compiled through. I think spriteflexjs does not have compilati

flexjs and flashdevelop

2017-02-13 Thread lizhi
https://github.com/matrix3d/spriteflexjs/wiki/flashdevelop - spriteflexjs.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/flexjs-and-flashdevelop-tp59364.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] - Is FlexJS ready for production?

2017-02-13 Thread lizhi
agree you. and Put bug. Help with publicity. Do the test game. all can help the proj - spriteflexjs.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Is-FlexJS-ready-for-production-tp59129p59363.html Sent from the Apache Flex Development m

this utf-8 code bug.flexjs

2017-02-07 Thread lizhi
https://issues.apache.org/jira/browse/FLEX-35233 - spriteflexjs.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/this-utf-8-code-bug-flexjs-tp59075.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: org.apache.flex.utils.Language.Vector is not a function

2017-01-04 Thread lizhi
can you direct test the spriteflexjs?it is a open source project. every time i update the sdk,will get some new issue. the flexjs is very good. thanks the flexjs sdk. but. as a sdk,the Stability is important. - spriteflexjs.com -- View this message in context: http://apache-flex-devel

Re: org.apache.flex.utils.Language.Vector is not a function

2017-01-03 Thread lizhi
?nobody have this bug? - spriteflexjs.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/org-apache-flex-utils-Language-Vector-is-not-a-function-tp57649p57818.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

org.apache.flex.utils.Language.Vector is not a function

2016-12-29 Thread lizhi
i now update the flesjs sdk from dev. but get a lot of error. one error it is this. org.apache.flex.utils.Language.Vector is not a function - spriteflexjs.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/org-apache-flex-utils-Language-Vector-is

Re: ?the chinese word bug,i have put the bug 8 month ago,it is hard to fixed?

2016-12-29 Thread lizhi
https://issues.apache.org/jira/browse/FLEX-35233 - spriteflexjs.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/the-chinese-word-bug-i-have-put-the-bug-8-month-ago-it-is-hard-to-fixed-tp57644p57647.html Sent from the Apache Flex Development mailing

?the chinese word bug,i have put the bug 8 month ago,it is hard to fixed?

2016-12-29 Thread lizhi
this is import for some no english app for flexjs and i think it is easy fixed. i have put the bug at Apr 25, 2016; 5:39pm. but have not fixed. pls fixed it. var str:String ="你好" get js var str =""; - spriteflexjs.com -- View this message in context: http://apache-flex-developmen

Re: how debug release ,with source map?

2016-12-28 Thread lizhi
the log Installer version 3.2.0 (windows) Using Locale: zh_CN 已从 CGI 取得 SDK 的镜像下载 URL 地址. SDK version Apache FlexJS Nightly AIR version 23.0 Flash Player version 23.0 正在创建 Apache FlexJS 主目录 正在创建临时目录 正在下载 Apache FlexJS:http://apacheflexbuild.cloudapp.net:8080/job/flex-asjs/lastSuccessfulBuild/artif

the apache flex sdk installer,catch not work

2016-12-28 Thread lizhi
- spriteflexjs.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/the-apache-flex-sdk-installer-catch-not-work-tp57607.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

how debug release ,with source map?

2016-12-28 Thread lizhi
i get the error url with source map? file://d? http://localhost:2000/bin/js-release/D:/sdk/flexjs/js/lib/google/closure-library/closure/goog/base.js - spriteflexjs.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/how-debug-release-with-source-map-

flexjs chinese chat output error

2016-12-25 Thread lizhi
as3 var a:String="汉字" js var a="**" - spriteflexjs.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/flexjs-chinese-chat-output-error-tp57562.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

flexjs and flex how inline

2016-09-29 Thread lizhi
the adobe asc2 -inline option [Inline]. how flex and flexjs?it is gread inline suport -- View this message in context: http://apache-flex-development.247.n4.nabble.com/flexjs-and-flex-how-inline-tp55459.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: flexjs0.8 vector and object,bug

2016-09-26 Thread lizhi
your js.swc the same with flexjs0.8,can not work with me. pls get you console output -- View this message in context: http://apache-flex-development.247.n4.nabble.com/flexjs0-8-vector-and-object-bug-tp55262p55329.html Sent from the Apache Flex Development mailing list archive at Nabble.com

Re: flexjs0.8 vector and object,bug

2016-09-26 Thread lizhi
i have upload my js.swc. D:\proj\git\spriteflexjs\test\src>d:/sdk/flexjs/js/bin/mxmlc -external-library-p ath="d:/sdk/flexjs\js\libs\js.swc" VectorObject.as Using Falcon codebase: d:\sdk\flexjs\js\bin\..\.. Using Flex SDK: d:/sdk/flexjs Compiling file: D:\proj\git\spriteflexjs\test\bin\js-debug\Ve

Re: flexjs0.8 vector and object,bug

2016-09-26 Thread lizhi
js.zip -- View this message in context: http://apache-flex-development.247.n4.nabble.com/flexjs0-8-vector-and-object-bug-tp55262p55326.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: flexjs0.8 vector and object,bug

2016-09-26 Thread lizhi
the 2016.7.25 js.swc work good. the 2016.9.23 js.swc not work good -- View this message in context: http://apache-flex-development.247.n4.nabble.com/flexjs0-8-vector-and-object-bug-tp55262p55325.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: flexjs0.8 vector and object,bug

2016-09-26 Thread lizhi
it is the js.swf bug.i replace the js.swc use the 7,it is work good. can you give me your js.swc? and i give you my js.swc? -- View this message in context: http://apache-flex-development.247.n4.nabble.com/flexjs0-8-vector-and-object-bug-tp55262p55324.html Sent from the Apache Flex Develop

Re: flexjs0.8 vector and object,bug

2016-09-25 Thread lizhi
bcs not have many flexjs user,also not many spriteflexjs user of flexjs user. and some of work be tested,this but not with all the flexjs user. and someone use the ant or mvn,not bat. so pls try my command line in windows. -- View this message in context: http://apache-flex-development.247.

Re: flexjs0.8 vector and object,bug

2016-09-25 Thread lizhi
you are developing on mac? do you have a win system? pls give a try on win. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/flexjs0-8-vector-and-object-bug-tp55262p55316.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: how remove numcheck

2016-09-25 Thread lizhi
pls add a option. it is hard to add all as Number on my code -- View this message in context: http://apache-flex-development.247.n4.nabble.com/how-remove-numcheck-tp55279p55313.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: flexjs0.8 vector and object,bug

2016-09-25 Thread lizhi
my pc do not have FALCON_HOME. and the old flexjs worker good. 0.7 work good. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/flexjs0-8-vector-and-object-bug-tp55262p55310.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: how remove numcheck

2016-09-25 Thread lizhi
i have add the -js-output-optimization=skipAsCoercions,and the number() are there. and float32array and vector no need the number(float32array[i]) -- View this message in context: http://apache-flex-development.247.n4.nabble.com/how-remove-numcheck-tp55279p55308.html Sent from the Apache F

Re: how remove numcheck

2016-09-24 Thread lizhi
why try check the float32array and vector?it is must number。no need as number 发自我的iPhone -- Original -- From: Alex Harui [via Apache Flex Development] Date: 周五,9月 23,2016 23:44 To: lizhi Subject: Re: how remove numcheck On 9/23/16, 8:20 AM, "

Re: AW: flexjs0.8 vector and object,bug

2016-09-23 Thread lizhi
and the command line is the base. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/flexjs0-8-vector-and-object-bug-tp55262p55303.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: AW: flexjs0.8 vector and object,bug

2016-09-23 Thread lizhi
not eaveyone have mvn,and everyone have command line. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/flexjs0-8-vector-and-object-bug-tp55262p55302.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: flexjs0.8 vector and object,bug

2016-09-23 Thread lizhi
D:\proj\git\spriteflexjs\test\src>set FLEX_HOME=d:/sdk/flexjs D:\proj\git\spriteflexjs\test\src>d:/sdk/flexjs/js/bin/mxmlc -external-library-p ath="d:/sdk/flexjs\js\libs\js.swc" VectorObject.as Using Flex SDK: d:/sdk/flexjs D:\proj\git\spriteflexjs\test\src\VectorObject.as:12 从类型 Vector. 的值到不相关类型

Re: flexjs0.8 vector and object,bug

2016-09-23 Thread lizhi
but i and a lot of man have this bug 发自我的iPhone -- Original -- From: Alex Harui [via Apache Flex Development] Date: 周五,9月 23,2016 23:48 To: lizhi Subject: Re: flexjs0.8 vector and object,bug On 9/22/16, 11:42 PM, "lizhi" <[hidden email]> w

Re: how remove numcheck

2016-09-23 Thread lizhi
and the js is a simple lang ,no need the same of flashruntime.simple is good 发自我的iPhone -- Original -- From: Alex Harui [via Apache Flex Development] Date: 周五,9月 23,2016 23:13 To: lizhi Subject: Re: how remove numcheck On 9/22/16, 11:56 PM, "

Re: how remove numcheck

2016-09-23 Thread lizhi
or add a new @xxx. 发自我的iPhone -- Original -- From: Alex Harui [via Apache Flex Development] Date: 周五,9月 23,2016 23:13 To: lizhi Subject: Re: how remove numcheck On 9/22/16, 11:56 PM, "lizhi" <[hidden email]> wrote: >the float32array

Re: how remove numcheck

2016-09-23 Thread lizhi
it is need too many code,matrix3d.as rawdata 100+as number.and the float32array,and vector no need the check 发自我的iPhone -- Original -- From: Alex Harui [via Apache Flex Development] Date: 周五,9月 23,2016 23:13 To: lizhi Subject: Re: how remove numcheck On

Re: how remove numcheck

2016-09-23 Thread lizhi
the float32array also has this issue. and the Number() are slow in loop -- View this message in context: http://apache-flex-development.247.n4.nabble.com/how-remove-numcheck-tp55279p55287.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: flexjs0.8 vector and object,bug

2016-09-22 Thread lizhi
can you try download new sdk use the apache flexsdk install .with apache flexjs nightly? the %args% is empty -- View this message in context: http://apache-flex-development.247.n4.nabble.com/flexjs0-8-vector-and-object-bug-tp55262p55285.html Sent from the Apache Flex Development mailing lis

Re: how remove numcheck

2016-09-22 Thread lizhi
is it other way? this var n:number = arr[i]; look good but the as Number not too good. or other option? -- View this message in context: http://apache-flex-development.247.n4.nabble.com/how-remove-numcheck-tp55279p55284.html Sent from the Apache Flex Development mailing list archive at N

Re: flexjs0.8 vector and object,bug

2016-09-22 Thread lizhi
it is this ok? %FLEX_HOME%/js/bin/mxmlc %ARGS% -external-library-path="%FLEX_HOME%\js\libs\js.swc" VectorObject.as -- View this message in context: http://apache-flex-development.247.n4.nabble.com/flexjs0-8-vector-and-object-bug-tp55262p55281.html Sent from the Apache Flex Development mail

how remove numcheck

2016-09-22 Thread lizhi
as code for (var i:int = 0; i < 1;i++ ){ var a:Number = arr[0] } js code for (var /** @type {number} */ i = 0; i < 1; i++) { var /** @type {number} */ a = Number(this.arr[0]); } and how remove the Number(this.arr[0])

Re: flexjs0.8 vector and object,bug

2016-09-22 Thread lizhi
set FLEX_HOME=d:/sdk/flexjs start %FLEX_HOME%/js/bin/mxmlc %ARGS% -external-library-path="%FLEX_HOME%\js\libs\js.swc" -compiler.source-path=../src src/VectorObject.as pls try this.in js.swc must include. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/flex

Re: flexjs0.8 vector and object,bug

2016-09-22 Thread lizhi
%FLEX_HOME%/js/bin/mxmlc %ARGS% -external-library-path="%FLEX_HOME%\js\libs\js.swc" -compiler.source-path=../src %main% -define=CONFIG::as_only,false -define=CONFIG::js_only,true i use the nightly build. i and @elseswitch all get the error -- View this message in context: http://apache-flex-de

Re: flexjs0.8 vector and object,bug

2016-09-22 Thread lizhi
what version sdk you are using. pls look at the end image https://github.com/matrix3d/spriteflexjs/issues/9#issuecomment-249097135 -- View this message in context: http://apache-flex-development.247.n4.nabble.com/flexjs0-8-vector-and-object-bug-tp55262p55273.html Sent from the Apache Flex D

Re: flexjs0.8 vector and object,bug

2016-09-22 Thread lizhi
is it not clear?get a simple. functoin funa(o:Object):void{ } var vec:Vector.=Vector.([]); funa(vec); get build error. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/flexjs0-8-vector-and-object-bug-tp55262p55271.html Sent from the Apache Flex Developmen

flexjs0.8 vector and object,bug

2016-09-21 Thread lizhi
this work good with flexj0.7 public function setProgramConstantsFromVectorGL(name:String, data:Vector., numRegisters:int = -1):void { gl.uniform4fv(getUniformLocation(name), data); } 从类型 Vector. 的值到不相关类型 Object 之间的隐式强制转换。

Re: 回复: flexjs error output,and flashdevelop

2016-09-19 Thread lizhi
thanks,is it this ok https://issues.apache.org/jira/browse/FLEX-35133? -- View this message in context: http://apache-flex-development.247.n4.nabble.com/flexjs-error-output-and-flashdevelop-tp55212p55240.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: 回复: flexjs error output,and flashdevelop

2016-09-19 Thread lizhi
this will good with col D:\proj\my\engine\tools\tools3d\src\ToolsMain.as(26): col: 8 Warning: variable 'a' has no type declaration. D:\proj\my\engine\tools\tools3d\src\ToolsMain.as(26): col: 4 Error: Access of undefined property a. a ^ -- View th

Re: 回复: flexjs error output,and flashdevelop

2016-09-19 Thread lizhi
it is in one line. and with ":" after numline "8" and with "error:" string. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/flexjs-error-output-and-flashdevelop-tp55212p55228.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: 回复: flexjs error output,and flashdevelop

2016-09-19 Thread lizhi
now the flexjs output. D:\proj\git\spriteflexjs\test\src\Main.as:8 所访问的属性 aaa 可能未定义。 aaa ^ and my like. D:\proj\git\spriteflexjs\test\src\Main.as:8: Error: 所访问的属性 "aaa" 可能未定义。 -- View this message in context: http://apache-flex-development.233

Re: flexjs ,pack full folder in a js.

2016-09-19 Thread lizhi
and my code not the same as createjs. my code is baseon "flash api",so need remove-circulars. and the createjs is pure js project.so not have the bug. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/flexjs-pack-full-folder-in-a-js-tp55085p55225.html Sent

Re: flexjs ,pack full folder in a js.

2016-09-19 Thread lizhi
maybe i will try not use the compc. and use the mxmlc.and try include all class in main file. the cmopc,and gcc ,can not get the js file i want. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/flexjs-pack-full-folder-in-a-js-tp55085p55223.html Sent from t

Re: flexjs ,pack full folder in a js.

2016-09-19 Thread lizhi
so,can not get the js file ,as createjs. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/flexjs-pack-full-folder-in-a-js-tp55085p55222.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: flexjs ,pack full folder in a js.

2016-09-18 Thread lizhi
maybe pack the js need some option.it is the diff of mxmlc use and my custom option java -jar %FLEX_HOME%\js\lib\google\closure-compiler\compiler.jar --js bin\js-swc --js %FLEX_HOME%\frameworks\js\FlexJS\generated-sources\org\apache\flex\utils\Language.js --js %FLEX_HOME%\js\lib\google\closure-lib

Re: 回复: flexjs error output,and flashdevelop

2016-09-18 Thread lizhi
pls look at the image there https://github.com/fdorg/flashdevelop/issues/1212 not the flexjs output can not putin the fd result panel. but the 2nd image format can put in the result panel the 1st image look good,but can not work with flashdevelop. pls just change the format. thanks -- View

Re: flexjs ,pack full folder in a js.

2016-09-18 Thread lizhi
function JSCompiler_emptyFn() { return function () {} } function JSCompiler_set(a) { return function (b) { this[a] = b } } function JSCompiler_get(a) { return function () { return this[a] } } function JSCompiler_r

回复: flexjs error output,and flashdevelop

2016-09-17 Thread lizhi
can you see in image?this format in output will in the results panels -- 原始邮件 -- 发件人: "Alex Harui [via Apache Flex Development]"; 发送时间: 2016年9月18日(星期天) 中午1:43 收件人: "lizhi"; 主题: Re: flexjs error output,and flashdevelop I'm not cle

Re: flexjs ,pack full folder in a js.

2016-09-17 Thread lizhi
it is not too much to analyze. i simple remove some block.and the jsCompiler_set,_get etc,can not find in the compc version.pls search in the 2 file. the JSCompiler_set can find a lot in mxmlc version. and can not find in compc version 'use strict'; var $$S_ = '', $$S_$9 = '\t', $$S_$a = '\n',

Re: flexjs ,pack full folder in a js.

2016-09-17 Thread lizhi
maybe the -remove-circulars of mxmlc not work with compc? -- View this message in context: http://apache-flex-development.247.n4.nabble.com/flexjs-pack-full-folder-in-a-js-tp55085p55208.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

flexjs error output,and flashdevelop

2016-09-17 Thread lizhi
this format will support by flashdevelop D:\proj\git\spriteflexjs\test\src\Main.as:8: Error 所访问的属性 aaa 可能未定义。 and this format is a a lot of format.in a line https://issues.apache.org/jira/browse/FLEX-35133 -- View this message in context: http://apache-flex-development.247.n4.nabble.com

Re: flexjs ,pack full folder in a js.

2016-09-17 Thread lizhi
and f12 this code http://s.codepen.io/matrix3d/debug/XjKQVW have a error -- View this message in context: http://apache-flex-development.247.n4.nabble.com/flexjs-pack-full-folder-in-a-js-tp55085p55206.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: flexjs ,pack full folder in a js.

2016-09-17 Thread lizhi
thanks. can you look at the 2 code? 1 . create by mxmlc http://codepen.io/matrix3d/pen/jrARaX http://s.codepen.io/matrix3d/debug/jrARaX 2. create by compc http://codepen.io/matrix3d/pen/XjKQVW http://s.codepen.io/matrix3d/debug/XjKQVW and the mxmlc version have this code.why compc not have 'use

Re: flexjs ,pack full folder in a js.

2016-09-14 Thread lizhi
yes ihave gen the js file.but it is have diffrent of mxmlc ,so maybe the mxmlc have some option,can i show you the 2file?help me why diffrent 发自我的iPhone -- Original -- From: Alex Harui [via Apache Flex Development] Date: 周三,9月 14,2016 23:12 To: lizhi Subject

Re: flexjs ,pack full folder in a js.

2016-09-14 Thread lizhi
and it is not the have error,build with mxmlc. it is diff compc and mxmlc? -- View this message in context: http://apache-flex-development.247.n4.nabble.com/flexjs-pack-full-folder-in-a-js-tp55085p55143.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: flexjs ,pack full folder in a js.

2016-09-14 Thread lizhi
oh yes,need add --js goog\base.js but. SpriteFlexjsMain.js:formatted:656Uncaught TypeError: Cannot read property 'prototype' of undefined indexjsmin.html:11 Uncaught TypeError: SpriteFlexjsMain is not a constructor -- View this message in context: http://apache-flex-development.247.n4.nab

Re: flexjs ,pack full folder in a js.

2016-09-14 Thread lizhi
thanks agine. i have gen the js file success. but runing get this error SpriteFlexjsMain.js:5 Uncaught ReferenceError: goog is not defined indexjsmin.html:11 Uncaught TypeError: SpriteFlexjsMain is not a constructor. and i see the js file,not find the goog. how ememd the goog cdoe -- View t

Re: flexjs ,pack full folder in a js.

2016-09-13 Thread lizhi
thanks agine. and can you give me the option bat used by mxmlc. i get a lot of error bin/js-swc/flash/media/SoundMixer.js:80: WARNING - The @expose annotation is dep recated. Use @nocollapse or @export instead. useSpeakerphoneForVoice: { -- View this message in context: http://apache-flex-devel

Re: flexjs ,pack full folder in a js.

2016-09-13 Thread lizhi
thanks a lot. but i get this error. D:\proj\git\spriteflexjs\test>java -jar d:/sdk/flexjs\js\lib\google\closure-comp iler\compiler.jar --js bin\js-swc --js d:/sdk/flexjs\frameworks\js\FlexJS\genera ted-sources ERROR - Circular dependency detected: org.apache.flex.html.Slider -> org.apache. flex.htm

  1   2   3   >