Re: ['FlexJS']Need Info

2016-05-30 Thread Alex Harui
More specifically: edit the Launch Config for FlexJS (FalconJX Debug and Release Build) And alter the arguments to be: -remove-circulars -fb "${project_loc}" Thanks, -Alex On 5/30/16, 11:21 PM, "Alex Harui" wrote: >In your Launch Configuration, please add -remove-circulars. > >Thanks, >-Alex >

Re: ['FlexJS']Need Info

2016-05-30 Thread Alex Harui
In your Launch Configuration, please add -remove-circulars. Thanks, -Alex On 5/30/16, 10:41 PM, "benspylee" wrote: >Hello Mr.alex, > Thanks for your response.i have attached the error log >files with this. log2.txt >

Re: ['FlexJS']Need Info

2016-05-30 Thread Alex Harui
On 5/30/16, 10:37 PM, "benspylee" wrote: >hello mr.alex, >I think "link" already expired.But I need to ask you few >other things. >1.Is it possible to use cairngrom architecture with, flexjs wheather it >supports or not I don't think anybody has tried Cairngorm yet. Volunteers

Re: ['FlexJS']Need Info

2016-05-30 Thread benspylee
Hello Mr.alex, Thanks for your response.i have attached the error log files with this. log2.txt Thanks Barath Ramalingam -- View this message in context: http://apache-flex-development.247.n4.na

Re: ['FlexJS']Need Info

2016-05-30 Thread benspylee
hello mr.alex, I think "link" already expired.But I need to ask you few other things. 1.Is it possible to use cairngrom architecture with, flexjs wheather it supports or not 2.how to integrate flexjs output with back end like java remoting service. Thanks barath ramalingam -- Vi

Re: ['FlexJS']Need Info

2016-05-30 Thread Alex Harui
I'm not sure what problems you are still having. Please provide more details. Thanks, -Alex On 5/30/16, 10:31 PM, "benspylee" wrote: >Hello Mr.alex, >This thing happen when i tried in flash builder IDE.But >with >command line i wont get any error. >May be problem with ide and s

Re: ['FlexJS']Need Info

2016-05-30 Thread benspylee
Hello Mr.alex, This thing happen when i tried in flash builder IDE.But with command line i wont get any error. May be problem with ide and sdk integration! Thanks barath ramalingam -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Need-

Re: ['FlexJS']Need Info

2016-05-30 Thread Alex Harui
On 5/30/16, 6:01 AM, "benspylee" wrote: >Hello Mr.Alex, >Thanks for your response.I don't have any idea how this launch >configuration files working.can you share any knowledge related this >files.It will be helpful me to identify the issues easily. >Thanks >barath ramalingam >launchfil

Re: [FlexJS]HierarchicalData

2016-05-30 Thread Harbs
On second thought… This is the first time I’m diving into a FlexJS component. I understand strands and beads conceptually, but I have not really looked into the practice until now. It looks like the behavior of the Tree is handled by the TreeSingleSelectionMouseController which extends ListSi

[FlexJS]HierarchicalData

2016-05-30 Thread Harbs
I’d like to add XML support for Trees. Any preference on whether I should create a new IHierarchicalData class for XML (i.e. XMLHierarchicalData) or put conditional logic in the existing HierarchicalData class? I’m leaning towards the former. Harbs

Re: [FlexJS]Build failing

2016-05-30 Thread Harbs
That was really weird. It was looking in the wrong place for the Flash Debugger app. My environment variable was pointing to the wrong location, but it has not changed in quite some time. I fixed the variable and I got a successful build. Thanks. Now I can get back to work… ;-) On May 30, 2016

Re: ['FlexJS']Need Info

2016-05-30 Thread benspylee
Hello Mr.Alex, Thanks for your response.I don't have any idea how this launch configuration files working.can you share any knowledge related this files.It will be helpful me to identify the issues easily. Thanks barath ramalingam launchfiles.txt

Re: ['FlexJS']Need Info

2016-05-30 Thread benspylee
hello Mr.alex, It worked with flashbuilder ide.Now i can compile the example projects without error.But other Ide i don't know yet.please can you share any blog or documentation related to configure this flexjs with ide. Thanks barath ramalingam -- View this message in context

Re: ['FlexJS']Need Info

2016-05-30 Thread Alex Harui
For mxml files, please use mxmlc.bat. Thanks, -Alex On 5/30/16, 5:46 AM, "benspylee" wrote: >hello Mr.alex, > i tried to compile mxml file using asjsc.bat file for >swf >output, but i got following error.Please help me with this error. > >using FlashBuilder Project Files >Flash

Re: ['FlexJS']Need Info

2016-05-30 Thread benspylee
hello Mr.alex, i tried to compile mxml file using asjsc.bat file for swf output, but i got following error.Please help me with this error. using FlashBuilder Project Files FlashBuilder settings: -source-path+=D:\WorkRD\FlexjsWS\DataBindingExample/src -compiler.accessible=

Re: ['FlexJS']Need Info

2016-05-30 Thread Alex Harui
Hmm, not sure if that's the same thing. Did you look in your Error Log? -Alex On 5/30/16, 5:35 AM, "benspylee" wrote: >This link may be helpful for you link1 > > > > >-- >View this message in context: >http://apache-flex-develop

Re: [FlexJS]Build failing

2016-05-30 Thread Alex Harui
Look in flex-falcon/compiler/target/junit-reports/TEST-as.ASKeywordTests.xml for the word "failure". It should have more information. -Alex On 5/30/16, 2:33 AM, "Harbs" wrote: >I completely deleted my local repo and checked out both falcon and asjs. > >No go. I’m currently getting the followi

Re: ['FlexJS']Need Info

2016-05-30 Thread benspylee
This link may be helpful for you link1 -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Need-Info-tp53206p53249.html Sent from the Apache Flex Development mailing list archive at Nab

Re: [FlexJS]Build failing

2016-05-30 Thread Harbs
I completely deleted my local repo and checked out both falcon and asjs. No go. I’m currently getting the following output: http://pastebin.com/sc2DVcQD Anyone have ideas? On May 30, 2016, at 10:31 AM, Harbs wrote: > I deleted all my local files and reset my repo to the last commit on both >

Re: [FlexJS]Build failing

2016-05-30 Thread Harbs
I deleted all my local files and reset my repo to the last commit on both falcon and asjs. Now it’s failing on junit tests… :-( On May 30, 2016, at 9:40 AM, Alex Harui wrote: > > > On 5/29/16, 11:14 PM, "Harbs" wrote: > >> http://pastebin.com/g2DEfti5 > > Hmm. I cannot figure out how GCL

Re: ['FlexJS']Need Info

2016-05-30 Thread Harbs
FWIW, I got the same error. I’m not sure what causes it. On May 30, 2016, at 9:23 AM, benspylee wrote: > Hello Mr.alex, > finally nightly build done the magic.Now i can see the > output in js.but command line its ok on the other hand while trying with > flash builder i got the fo

Re: ['FlexJS']Need Info

2016-05-30 Thread benspylee
Hello Mr.alex, finally nightly build done the magic.Now i can see the output in js.but command line its ok on the other hand while trying with flash builder i got the following error.Please assist me with this.