Re: If you convert XML to string READ THIS!!!

2016-01-24 Thread Harbs
Hi Joel, I should have read your post better when I first saw it. We’re having the same trouble. FWIW, a try/catch to convert the XML string back to XML should work as a cheap check that the conversion worked. Harbs On Dec 18, 2015, at 5:36 PM, Joel Marks wrote: > I want

Re: flexjs game hugryhero

2016-01-24 Thread yishayw
Loosely following this discussion, I can add that Sencha have tried to work around caching issues by encoding and storing in localStorage. This still has issues of browser applicability and varying storage capacities though. -- View this message in context:

js mul line

2016-01-24 Thread lizhi
CONFIG::as_only{ var vcode:String = var fcode:String = } the as can code like that. but this code can not run with js -- View this message in context:

Re: js mul line

2016-01-24 Thread lizhi
js multiline string. if you have a multiline line starling. in flexjs ,you must var a:String ="mov a,b,c\n"+ "mov b,c,d\n"; but as you see,the as code more clear. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/js-mul-line-tp51370p51372.html Sent from

Re: js mul line

2016-01-24 Thread OmPrakash Muppirala
Alex, looks like the email client is eating some text. Check the link: http://apache-flex-development.247.n4.nabble.com/js-mul-line-td51370.html for the full email Thanks, Om On Sun, Jan 24, 2016 at 11:20 PM, Alex Harui wrote: > I'm not sure I understand. Are you saying

Re: js mul line

2016-01-24 Thread Alex Harui
I'm not sure I understand. Are you saying the AS compiler let you declare a var with an "=" and no actually assigned value? -Alex On 1/24/16, 7:39 PM, "lizhi" wrote: >CONFIG::as_only{ > var vcode:String = > >