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.

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-

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

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.

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-

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.

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

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

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

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

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

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

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

how get the window.document?

2015-06-08 Thread lizhi
i just want get the windowas object. so,i can get any from the object. like window.alert window.document.createButton. how do that use the flexjs?thanks

where download the flexjs lastbuild?

2015-07-24 Thread lizhi
with the js.swc? -- View this message in context: http://apache-flex-development.247.n4.nabble.com/where-download-the-flexjs-lastbuild-tp48618.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

is the flexjs support the CONFIG::xxx

2015-07-24 Thread lizhi
comp option? -- View this message in context: http://apache-flex-development.247.n4.nabble.com/is-the-flexjs-support-the-CONFIG-xxx-tp48619.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

[flexjs] how get native js function inline

2015-07-24 Thread lizhi
the as code function a():void{ //document.xxx() } a(); and output the js inline document.xxx() -- View this message in context: http://apache-flex-development.247.n4.nabble.com/flexjs-how-get-native-js-function-inline-tp48620.html Sent from the Apache Flex Development mailing list archiv

is there someone develop the full flash api?stage3d api?with flexjs?

2015-07-27 Thread lizhi
if have it ,will be useful,flash 2 html5 -- View this message in context: http://apache-flex-development.247.n4.nabble.com/is-there-someone-develop-the-full-flash-api-stage3d-api-with-flexjs-tp48636.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: where download the flexjs lastbuild?

2015-07-30 Thread lizhi
have not fix the server,now?it is there any info? -- View this message in context: http://apache-flex-development.247.n4.nabble.com/where-download-the-flexjs-lastbuild-tp48618p48692.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: where download the flexjs lastbuild?

2015-07-31 Thread lizhi
thanks.it is work with js.swc? https://github.com/doublefx/FlexJS-Externs-Tests/blob/master/src/Main.as i run this,and get error,window undefind -- View this message in context: http://apache-flex-development.247.n4.nabble.com/where-download-the-flexjs-lastbuild-tp48618p48724.html Sent from

Re: where download the flexjs lastbuild?

2015-08-01 Thread lizhi
i am not use it.i just copy the example folder. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/where-download-the-flexjs-lastbuild-tp48618p48728.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: where download the flexjs lastbuild?

2015-08-01 Thread lizhi
and i rename the jsc.bat 2 mxmlc.bat,also not work.i think there need some help doc. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/where-download-the-flexjs-lastbuild-tp48618p48729.html Sent from the Apache Flex Development mailing list archive at Nabble.

Re: where download the flexjs lastbuild?

2015-08-02 Thread lizhi
it is just change your "flexjstest_basic" -- View this message in context: http://apache-flex-development.247.n4.nabble.com/where-download-the-flexjs-lastbuild-tp48618p48741.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: where download the flexjs lastbuild?

2015-08-02 Thread lizhi
i just use that work fine with flexjs 0.0.2. http://matrix3d.github.io/as3/2015/03/15/flashdevelop-flexjs-installer/ this simple is base on your sample. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/where-download-the-flexjs-lastbuild-tp48618p48740.ht

Re: where download the flexjs lastbuild?

2015-08-02 Thread lizhi
this is the 0.0.2 work good.but the 0.0.3 have some bug. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/where-download-the-flexjs-lastbuild-tp48618p48742.html Sent from the Apa

Re: where download the flexjs lastbuild?

2015-08-02 Thread lizhi
yes,i have run good with flashdevelop,as the image. but just 0.0.2,not 0.0.3. the flashdevelop.have a ant panel.so,just run good,if the ant good. but if the jsc,not include the 0.0.3,i can not get how run it. and just like flex 4.6,build mxml,and as,it is the same thing. -- View this message in

Re: where download the flexjs lastbuild?

2015-08-02 Thread lizhi
the ant p. http://www.flashdevelop.org/community/viewtopic.php?f=4&t=6105 -- View this message in context: http://apache-flex-development.247.n4.nabble.com/where-download-the-flexjs-lastbuild-tp48618p48746.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

flexjs0.0.3 -sdk-js-lib not use

2015-08-03 Thread lizhi
0.0.2,will copy the custom js to bin. but 0.0.3 not copy that. and 0.0.2 will copy part closure to js-debug. but 0.0.3 copy all the closure to js-debug. not good -- View this message in context: http://apache-flex-development.247.n4.nabble.com/flexjs0-0-3-sdk-js-lib-not-use-tp48767.ht

share flashdevelop run the flexjs.

2015-08-03 Thread lizhi
flashdevelop is a good chose of as develop.it is have 30+ 40+ %user.it very fast,and small,powerful,and customable,opensource,free.i use it,not fb,and idea,not just of his free.so,flexjs,must support it. i have see the flashdevelop not support the flexjs.but the flexjs can run with ant.and flashdev

flexjs need the js.swc build examples

2015-08-18 Thread lizhi
the js.swc it is the core function vs the typescript. and i not use the flex in flash or flexjs. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/flexjs-need-the-js-swc-build-examples-tp48865.html Sent from the Apache Flex Development mailing list archive

flex_home error

2015-10-15 Thread lizhi
run examples ant main and check-flex-home: [echo] FLEX_HOME is E:\sdk\flex12 build_example.compileair: [echo] Compiling CordovaCameraExample.swf [echo] FLEX_HOME: E:\sdk\apache-flex-flexjs-0.5.0-bin and the flex_home diffrent -- View this message in context: http://apache-fle

Re: flex_home error

2015-10-29 Thread lizhi
it is in the flexjs home build.xml line 249 -- View this message in context: http://apache-flex-development.247.n4.nabble.com/flex-home-error-tp49567p49723.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

it is the flexjs need the adobe air19?

2015-10-29 Thread lizhi
1, if not the installer,need do not download the air19,it is big. 2,the apache flex sdk installer,i set the flashplayer 19,and it not write the playerglobal.version = 19.0,it is also 11.1 3,the installer,download the flex,and air,and jsx,but it not write the env.properties. env.PLAYERGLOBAL_HOM

flexjs 0.5,build error.

2015-10-29 Thread lizhi
download 0.5 with the sdk installer. run ant main Buildfile: D:\sdk\flexjs5\examples\build.xml check-compile-env: check-playerglobal-home: [echo] PLAYERGLOBAL_HOME is d:\sdk\flexjs5\frameworks\libs\player [echo] playerglobal.version is 19.0 [echo] playerglobal.swc is d:\sdk\flexj

Re: flexjs 0.5,build error.

2015-10-29 Thread lizhi
it is must a bug.i have install it 2.at my home,and at my comp. the same error [java] Could not find file for class: org.apache.flex.collections.ArrayList -- View this message in context: http://apache-flex-development.247.n4.nabble.com/flexjs-0-5-build-error-tp49725p49729.html Sent from

Re: flexjs 0.5,build error.

2015-10-29 Thread lizhi
and where the ArrayList (java jar) i find myself in the disk -- View this message in context: http://apache-flex-development.247.n4.nabble.com/flexjs-0-5-build-error-tp49725p49730.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-10-29 Thread lizhi
-- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Reaching-out-to-IDE-developers-to-support-FlexJS-tp32656p49734.html Sent from the Apache Flex Development mailing list arch

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2015-10-30 Thread lizhi
sorry,i have bad english,so i can not write the wiki. but i make a blog,just simple make it work. http://matrix3d.github.io/as3/2015/10/30/flashdevelop-flexjs5/ -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Reaching-out-to-IDE-developers-to-suppo

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.

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

回复: 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: [FLEXJS] Re: vector error

2015-11-04 Thread lizhi
what time we can use the vector version? i made a webgl tester,use a class of matrix3d,but now i just can use a array version of it,matrix3d_array. if it can use ,i will del the matrix3d_array class http://matrix3d.github.io/assets/html5/flexjswebgl/ https://github.com/matrix3d/FlashShader/tree/

a stage3d api with flexjs

2015-11-04 Thread lizhi
https://github.com/matrix3d/FlashShader/blob/master/flexjs5/src/TestStage3D.as http://matrix3d.github.io/assets/html5/flexjswebgl -- View this message in context: http://apache-flex-development.247.n4.nabble.com/a-stage3d-api-with-flexjs-tp49827.html Sent from the Apache Flex Development m

Re: a stage3d api with flexjs

2015-11-05 Thread lizhi
it can run foxfire,and my iphone5s. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/a-stage3d-api-with-flexjs-tp49827p49855.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: a stage3d api with flexjs

2015-11-25 Thread lizhi
yes,donate is ok.but it not comp,it wait the vector,bcs,a lot of 3d api use the vector not array -- View this message in context: http://apache-flex-development.247.n4.nabble.com/a-stage3d-api-with-flexjs-tp49827p50293.html Sent from the Apache Flex Development mailing list archive at Nabb

Re: a stage3d api with flexjs

2015-11-25 Thread lizhi
the vertor is work.and js-debug,work.but js-release not work -- View this message in context: http://apache-flex-development.247.n4.nabble.com/a-stage3d-api-with-flexjs-tp49827p50297.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: a stage3d api with flexjs

2015-11-25 Thread lizhi
pls look at https://github.com/matrix3d/FlashShader/tree/master/flexjs5 just ant the build.xml -- View this message in context: http://apache-flex-development.247.n4.nabble.com/a-stage3d-api-with-flexjs-tp49827p50299.html Sent from the Apache Flex Development mailing list archive at Nabble

Re: a stage3d api with flexjs

2015-11-25 Thread lizhi
i find the error.and i made the release work now. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/a-stage3d-api-with-flexjs-tp49827p50300.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

js.swf array indexOf not work

2015-11-26 Thread lizhi
-- View this message in context: http://apache-flex-development.247.n4.nabble.com/js-swf-array-indexOf-not-work-tp50302.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

js.swc array indexOf not work

2015-11-26 Thread lizhi
js.swc array indexOf not work -- View this message in context: http://apache-flex-development.247.n4.nabble.com/js-swc-array-indexOf-not-work-tp50303.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

flexjs of Stage3D achieve most API

2015-11-26 Thread lizhi
http://matrix3d.github.io/assets/html5/flexjsstage3d/bin/js-release/ https://github.com/matrix3d/FlashShader/blob/master/flexjs5/src/TestStage3D.as -- View this message in context: http://apache-flex-development.247.n4.nabble.com/flexjs-of-Stage3D-achieve-most-API-tp50305.html Sent from th

flexjs ERROR - Circular dependency detected

2015-11-27 Thread lizhi
A extend B B has a var A -- View this message in context: http://apache-flex-development.247.n4.nabble.com/flexjs-ERROR-Circular-dependency-detected-tp50323.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: flexjs ERROR - Circular dependency detected

2015-11-29 Thread lizhi
test.zip have this error,the release not work. i do not know,is it can resolve? if it bug,must can not be resolve,i will find other way. -- View this message in context: http://apache-flex-development.247.n4.na

working on a lib of graphics api flexjs

2015-11-30 Thread lizhi
https://github.com/matrix3d/spriteflexjs/blob/master/src/flash/display/Graphics.as https://github.com/matrix3d/spriteflexjs/blob/master/src/flash/display/GraphicsPath.as -- View this message in context: http://apache-flex-development.247.n4.nabble.com/working-on-a-lib-of-graphics-api-flexj

Re: working on a lib of graphics api flexjs

2015-11-30 Thread lizhi
yes,it is canvas -- View this message in context: http://apache-flex-development.247.n4.nabble.com/working-on-a-lib-of-graphics-api-flexjs-tp50350p50355.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: flexjs ERROR - Circular dependency detected

2015-11-30 Thread lizhi
in develop the flash api flexjs,i have a lot of this iuuse. but i alreay fixed it. 1, in flash the stage extends the displayobject,and displayobject have a stage var. 2,graphics have to use sprite,and sprite have a graphics var. 3, ... etc, many and now i make stage extends object,fixed it. ht

CanvasRenderingContext2D.fillStyle type is a object,not a string

2015-11-30 Thread lizhi
CanvasRenderingContext2D.fillStyle type is a object,not a string -- View this message in context: http://apache-flex-development.247.n4.nabble.com/CanvasRenderingContext2D-fillStyle-type-is-a-object-not-a-string-tp50368.html Sent from the Apache Flex Development mailing list archive at Nab

lib sprite flexjs,add graphics.as (canvas)

2015-11-30 Thread lizhi
http://matrix3d.github.io/assets/html5/flexjsstage3d/bin/js-release/indexg.html https://github.com/matrix3d/spriteflexjs/blob/master/src/TestGraphics.as -- View this message in context: http://apache-flex-development.247.n4.nabble.com/lib-sprite-flexjs-add-graphics-as-canvas-tp50369.html S

Re: [FlexJS] Major good news for FlexJS

2015-12-01 Thread lizhi
the lib need very new flexjs lib. not build in the fdt -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Major-good-news-for-FlexJS-tp50400p50423.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

is it slow?Total time: 12 seconds

2015-12-02 Thread lizhi
[java] using SWC: E:\sdk\flexjs6\frameworks\libs\Core.swc [java] using SWC: E:\sdk\flexjs6\frameworks\libs\CreateJS.swc [java] using SWC: E:\sdk\flexjs6\frameworks\libs\DragDrop.swc [java] using SWC: E:\sdk\flexjs6\frameworks\libs\Effects.swc [java] using SWC: E:\sdk\flexjs

Re: CanvasRenderingContext2D.fillStyle type is a object,not a string

2015-12-06 Thread lizhi
i have try last. but saydely. public class CanvasRenderingContext2D extends Object { public var canvas : HTMLCanvasElement; public var fillColor : String; public var fillStyle : String; -- View this message in context: http://apache-flex-d

Re: is it slow?Total time: 12 seconds

2015-12-06 Thread lizhi
but the first,need remove the some swc,not be used,and the goo code,not used,maybe useful -- View this message in context: http://apache-flex-development.247.n4.nabble.com/is-it-slow-Total-time-12-seconds-tp50429p50522.html Sent from the Apache Flex Development mailing list archive at Nabbl

  1   2   3   >