Re: [FlexJS] Getting started code example snippets!

2016-12-15 Thread Evyatar Ben Halevi-Arbib
Hey, Looking good, but I think these wiki pages must include a working example, as it currently all seems only theoretical. Good luck! Regards, Evyatar On Thu, Dec 15, 2016 at 6:13 AM, Josh Tynjala wrote: > Hi, FlexJS community! > > In order to make it easier for developers everywhere to get s

Re: [FlexJS] Getting started code example snippets!

2016-12-15 Thread Josh Tynjala
Hi Evyatar, Can you explain to me in more detail what you mean by "working example"? These pages contain actual code that you can copy-paste into a real project. If you mean that you want an example project that you can compile and run, several are included when you download FlexJS. - Josh On D

Re: [FlexJS] Getting started code example snippets!

2016-12-15 Thread Evyatar Ben Halevi-Arbib
Hey, I mean a working demo the page viewers can see and play with. You have it many sites and it really helps understanding how should the relevant component look & feel. Regards, Evyatar On Thu, Dec 15, 2016 at 1:25 PM, Josh Tynjala wrote: > Hi Evyatar, > > Can you explain to me in more detai

Re: [FlexJS] Getting started code example snippets!

2016-12-15 Thread Carlos Rovira
Great work Josh! That was something I want to do in a blog or something, but didn't have the time to work on. So great to have this just now! :) I think Evyatar says that code would be more helpful if just a side we could get the running version. I think that's right, and I was thinking on have i

Re: MXML and ActionScript in Visual Studio Code

2016-12-15 Thread PKumar
Thanks, I have updated my NodeJS version and issue has been fixed now. - Regards, Prashant -- View this message in context: http://apache-flex-users.246.n4.nabble.com/MXML-and-ActionScript-in-Visual-Studio-Code-tp14266p14341.html Sent from the Apache Flex Users mailing list archive at N

Re: MXML and ActionScript in Visual Studio Code

2016-12-15 Thread PKumar
could you please suggest to asconfig.json options to resolve the attached compile error. - Regards, Prashant -- View this message in context: http://apache-flex-users.246.n4.nabble.com/MXML-an

Re: MXML and ActionScript in Visual Studio Code

2016-12-15 Thread Josh Tynjala
I'm pretty sure that this will work: "define": [ { "name": "COMPILE::JS", "value": true } ] The supported compiler options are listed in the docs. Here's where you can see how define should be specified: https://github.com/BowlerHatLLC/vscode-nextgenas/wiki/asconfig.json#d

Re: MXML and ActionScript in Visual Studio Code

2016-12-15 Thread PKumar
I am using following asconfig.json, but it is not working. getting compile error { "config": "flex", "type": "lib", "compilerOptions": { "debug": true, "external-library-path": ["E:/ApacheFlexJSDevelop/flex-typedefs/js/target"], "define": [ {"name":

Re: MXML and ActionScript in Visual Studio Code

2016-12-15 Thread Josh Tynjala
If you get a compiler error, please include the text of the error. I can't help you if I don't know what the error is. :) - Josh On Thu, Dec 15, 2016 at 8:53 AM, PKumar wrote: > I am using following asconfig.json, but it is not working. getting compile > error > > { > "config": "flex", >

Re: MXML and ActionScript in Visual Studio Code

2016-12-15 Thread Josh Tynjala
However, I can point out one thing that I can see is incorrect: true and false should not be inside quotes. You have "value": "true" and it should be "value": true - Josh On Thu, Dec 15, 2016 at 11:41 AM, Josh Tynjala wrote: > If you get a compiler error, please include the text of the error.