[GitHub] flex-asjs pull request #13: Binding improvements

2016-08-28 Thread greg-dove
GitHub user greg-dove opened a pull request: https://github.com/apache/flex-asjs/pull/13 Binding improvements These framework updates correspond to various compiler updates in https://github.com/apache/flex-falcon/pull/8 The org.apache.flex.events.EventDispatcher change is

[GitHub] flex-falcon pull request #8: Binding improvements

2016-08-28 Thread greg-dove
GitHub user greg-dove opened a pull request: https://github.com/apache/flex-falcon/pull/8 Binding improvements Various binding improvements as per discussions on mailing list with Alex. I have added [NEEDS REVIEW] or [REVIEW REQUESTED] to commits that I think may need extra scrutin

Re: [FlexJX][Falcon] Binding support fixes/improvements

2016-08-28 Thread Greg Dove
Hey Alex, sorry I wasn't clear. "Without a test case to step through the code, I have to say that it is a bit surprising that you fixed the jx output by fiddling with ASCompilationUnit and ClassDirectiveProcessor instead of the emitters." I meant specifically emitters outside of jx js emitters, a

Re: [FlexJX][Falcon] Binding support fixes/improvements

2016-08-28 Thread Alex Harui
Hi Greg, Without a test case to step through the code, I have to say that it is a bit surprising that you fixed the jx output by fiddling with ASCompilationUnit and ClassDirectiveProcessor instead of the emitters. I guess I'll wait to see the PR. Maybe it will make more sense then. I guess mayb

Re: [FlexJX][Falcon] Binding support fixes/improvements

2016-08-28 Thread Greg Dove
Thanks Alex, There are definitely bugs, and I have addressed those that I found in the testbed example I already made a PR for. The others should beWhether I have addressed them appropriately or not I can't say, but if the way I have done things is not consistent with the compiler architecture or

Re: AW: AW: AW: [FlexJS] Maven compiler build error

2016-08-28 Thread Josh Tynjala
It might be a good idea to be extra specific with terminology here, to avoid confusion. The plugin and ActiveX versions that developers install in their browser can easily be referred to as the "debug player" too because that version supports connecting to the debugger. The version of Flash Player

[GitHub] flex-asjs pull request #12: Bindable test example

2016-08-28 Thread greg-dove
GitHub user greg-dove opened a pull request: https://github.com/apache/flex-asjs/pull/12 Bindable test example As discussed with Alex on the mailing list, this is a new Databinding example that is solely intended to test variations of databinding, to highlight errors. Currently thi

AW: AW: AW: [FlexJS] Maven compiler build error

2016-08-28 Thread Christofer Dutz
Exactly :-) Chris Von meinem Samsung Galaxy Smartphone gesendet. Ursprüngliche Nachricht Von: Greg Dove Datum: 28.08.16 21:14 (GMT+01:00) An: dev@flex.apache.org Betreff: Re: AW: AW: [FlexJS] Maven compiler build error I think you have the wrong exe FLASHPLAYER_DEBUGGER s

AW: AW: AW: [FlexJS] Maven compiler build error

2016-08-28 Thread Christofer Dutz
You can't use the ActiveX flash player. You have to use the flash debug player, as stated in the documentation. Chris Von meinem Samsung Galaxy Smartphone gesendet. Ursprüngliche Nachricht Von: OK Datum: 28.08.16 21:06 (GMT+01:00) An: dev@flex.apache.org Betreff: Re: AW: A

Re: AW: AW: [FlexJS] Maven compiler build error

2016-08-28 Thread Greg Dove
I think you have the wrong exe FLASHPLAYER_DEBUGGER should be pointed at something like filepathto/flashplayer_22_sa_debug.exe On Mon, Aug 29, 2016 at 7:04 AM, OK wrote: > I tried to build the compiler several times with different values for > "FLASHPLAYER_DEBUGGER" but I still have problems

Re: AW: AW: [FlexJS] Maven compiler build error

2016-08-28 Thread OK
I tried to build the compiler several times with different values for "FLASHPLAYER_DEBUGGER" but I still have problems regarding the location of the flash debug player executable. I'm using Windows7 64bit and thougth that the debug player is called "FlashUtil32_22_0_0_210_ActiveX.exe" wich is locat