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

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:

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

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-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 -

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,

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

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

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

2017-09-01 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

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 --

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-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
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

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

2017-08-28 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:

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

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] - 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
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

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

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

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:

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:

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

?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:

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

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:

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
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:

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

Re: flexjs0.8 vector and object,bug

2016-09-26 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:

Re: flexjs0.8 vector and object,bug

2016-09-26 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

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] <ml-node+s247n5529...@n4.nabble.com> Date: 周五,9月 23,2016 23:44 To: lizhi <s...@qq.com> Subj

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] <ml-node+s247n55298...@n4.nabble.com> Date: 周五,9月 23,2016 23:48 To: lizhi <s...@qq.com> Subject: Re: flexjs0.8 vector and object,bug

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] <ml-node+s247n55292...@n4.nabble.com> Date: 周五,9月 23,2016 23:13 To: lizhi <s...@qq.com> Subj

Re: how remove numcheck

2016-09-23 Thread lizhi
or add a new @xxx. 发自我的iPhone -- Original -- From: Alex Harui [via Apache Flex Development] <ml-node+s247n55292...@n4.nabble.com> Date: 周五,9月 23,2016 23:13 To: lizhi <s...@qq.com> Subject: Re: how remove numcheck On 9/22/16, 11:56 PM, &quo

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] <ml-node+s247n55292...@n4.nabble.com> Date: 周五,9月 23,2016 23:13 To: li

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-23 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

Re: flexjs0.8 vector and object,bug

2016-09-23 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

how remove numcheck

2016-09-23 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

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:

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

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

flexjs0.8 vector and object,bug

2016-09-22 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

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:

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

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-19 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

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

回复: flexjs error output,and flashdevelop

2016-09-18 Thread lizhi
can you see in image?this format in output will in the results panels -- 原始邮件 -- 发件人: "Alex Harui [via Apache Flex Development]"<ml-node+s247n5521...@n4.nabble.com>; 发送时间: 2016年9月18日(星期天) 中午1:43 收件人: "lizhi"<s...@qq.com&g

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:

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-14 Thread lizhi
; Date: 周三,9月 14,2016 23:12 To: lizhi <s...@qq.com> Subject: Re: flexjs ,pack full folder in a js. COMPC is for building libraries. It does not generate an entry point. MXMLC is for building applications. So, IMO, you would use COMPC to compile all of your library code and GCC to gener

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:

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

Re: flexjs ,pack full folder in a js.

2016-09-14 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:

Re: flexjs ,pack full folder in a js.

2016-09-14 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.

Re: flexjs ,pack full folder in a js.

2016-09-14 Thread lizhi
this is my bat java -jar %FLEX_HOME%\js\lib\google\closure-compiler\compiler.jar --js bin\js-swc --js %FLEX_HOME%\frameworks\js\FlexJS\generated-sources -- View this message in context: http://apache-flex-development.247.n4.nabble.com/flexjs-pack-full-folder-in-a-js-tp55085p55137.html Sent

Re: flexjs ,pack full folder in a js.

2016-09-13 Thread lizhi
can you give the closure cmd used by mxmlc? -- View this message in context: http://apache-flex-development.247.n4.nabble.com/flexjs-pack-full-folder-in-a-js-tp55085p55132.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: flexjs ,pack full folder in a js.

2016-09-13 Thread lizhi
thanks a lot. jsout/flash/utils/setTimeout.js:11: ERROR - required "org.apache.flex.utils.Lang uage" namespace never provided and how add this lib %FLEX_HOME%\frameworks\js\FlexJS\generated-sources this is my cmd java -jar %FLEX_HOME%\js\lib\google\closure-compiler\compiler.jar --js jsout --

Re: flexjs ,pack full folder in a js.

2016-09-13 Thread lizhi
it is work,but the bytearray.as class use mxmlc work. and compc get error. ''' set FLEX_HOME=d:/sdk/flexjs set main=SpriteFlexjsMain start %FLEX_HOME%/js/bin/compc %ARGS% -external-library-path="%FLEX_HOME%\js\libs\js.swc" -include-sources=../src -include-sources=src/%main%.as

Re: flexjs ,pack full folder in a js.

2016-09-13 Thread lizhi
see this https://rawgit.com/matrix3d/matrix3d.github.io/master/assets/html5/flexjsstage3d/bin/js-release/SpriteFlexjsMain.js http://codepen.io/matrix3d/pen/mAZmVy thanks this js i build with %FLEX_HOME%/js/bin/mxmlc %ARGS% -external-library-path="%FLEX_HOME%\js\libs\js.swc"

is it there a exmple of compc

2016-09-13 Thread lizhi
i can not find this at there. and the mxmlc work %FLEX_HOME%/js/bin/mxmlc %ARGS% -external-library-path="%FLEX_HOME%\js\libs\js.swc" -compiler.source-path=../src src/%main%.as -define=CONFIG::as_only,false -define=CONFIG::js_only,true but the compc not work %FLEX_HOME%/js/bin/compc %ARGS%

Re: flexjs ,pack full folder in a js.

2016-09-13 Thread lizhi
周三,9月 14,2016 01:01 To: lizhi <s...@qq.com> Subject: Re: flexjs ,pack full folder in a js. On 9/13/16, 9:39 AM, "lizhi" <[hidden email]> wrote: >I want all as file in flash.*.but it is just get the used as file.the >Sprite.as I used it is get.but the sound.as,I not use

Re: flexjs ,pack full folder in a js.

2016-09-13 Thread lizhi
] <ml-node+s247n55106...@n4.nabble.com> Date: 周三,9月 14,2016 00:36 To: lizhi <s...@qq.com> Subject: Re: flexjs ,pack full folder in a js. On 9/13/16, 9:29 AM, "lizhi" <[hidden email]> wrote: >but flexjs not gen all js in the debug folder。 Any JS files

Re: flexjs ,pack full folder in a js.

2016-09-13 Thread lizhi
but flexjs not gen all js in the debug folder。 发自我的iPhone -- Original -- From: Alex Harui [via Apache Flex Development] <ml-node+s247n55102...@n4.nabble.com> Date: 周三,9月 14,2016 00:30 To: lizhi <s...@qq.com> Subject: Re: flexjs ,pack full fo

Re: flexjs ,pack full folder in a js.

2016-09-13 Thread lizhi
and i think this useful。if it is support by flexjs,the user do not need study the goo。 发自我的iPhone -- Original -- From: Alex Harui [via Apache Flex Development] <ml-node+s247n55102...@n4.nabble.com> Date: 周三,9月 14,2016 00:30 To: lizhi <s...@qq.com

Re: flexjs ,pack full folder in a js.

2016-09-13 Thread lizhi
if en not ,i try cn。我想把整个src 文件夹里面所有的文件,打包到单独的js文件中。就像creaejs等提供的单独文件。 发自我的iPhone -- Original -- From: Alex Harui [via Apache Flex Development] <ml-node+s247n55099...@n4.nabble.com> Date: 周三,9月 14,2016 00:21 To: lizhi <s...@qq.com> Subject: Re:

Re: flexjs ,pack full folder in a js.

2016-09-13 Thread lizhi
4,2016 00:21 To: lizhi <s...@qq.com> Subject: Re: flexjs ,pack full folder in a js. On 9/13/16, 9:04 AM, "lizhi" <[hidden email]> wrote: >yes,it is.but i also have e.as .a lot of than.and i can not hand code all >of tham I still don't understand. Ar

  1   2   3   >