Re: [FlexJS] Layouts

2017-04-16 Thread Peter Ent
The merge is complete. Alex is doing something big too but I am done. We should put together a task list for a proper release. I think some renaming/refacotoring is in order as well as documentation. Peter > On Apr 15, 2017, at 12:43 PM, piotrz wrote: > > Hi Peter, > > I'm following and c

Re: git commit: [flex-asjs] [refs/heads/develop] - CORS security. Allow auth credentials to be passed when using cross site calls. This is required as well as setting the Access-Control-Allow-Origin h

2017-04-16 Thread Alex Harui
Holiday in the US today. I'll reply in detail later. A few quick comments in-line... On 4/15/17, 10:53 PM, "Justin Mclean" wrote: >Hi, > >So just for giggles I implemented this as has recommended. > >The PAYG cost ends up being the following if you use it: >- The loading cost for JS is an extr

Re: FlexSDK 4.16.0 installer errors

2017-04-16 Thread Lydecker
Hi Alex, Thanks for taking the time to look at this. I'm using Windows 10 64bit. As requested, the console output is below. I am following the guidance here: https://cwiki.apache.org/confluence/display/FLEX/Installation+help D:\f16>ant -f installer.xml -Dair.sdk.version=25.0 Buildfile: D:\

Re: git commit: [flex-asjs] [refs/heads/develop] - CORS security. Allow auth credentials to be passed when using cross site calls. This is required as well as setting the Access-Control-Allow-Origin h

2017-04-16 Thread Justin Mclean
Hi, > I looked at your code. There seems to be some logic issues and your > version is probably the most elaborate. Elaborate how? It contains the minimum required to get it to work that give the same functionality as that original line method. Re logic issue iI assume you mean it will only se

[GitHub] flex-blazeds pull request #1: Fix streaming on tomcat-7.0.27 + version.

2017-04-16 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flex-blazeds/pull/1 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

Re: git commit: [flex-asjs] [refs/heads/develop] - CORS security. Allow auth credentials to be passed when using cross site calls. This is required as well as setting the Access-Control-Allow-Origin h

2017-04-16 Thread justin
Hi, I’ve looked through the code again and other than a couple of minor changes I can't see any obvious way to to either reduce the lines of code or the logic error Alex is referring to. Someone care to enlighten me? Thanks, Justin

Re: FlexSDK 4.16.0 installer errors

2017-04-16 Thread danielmcquillen
Hi All, Attempting ant install like others. Probs silly question but if I'm only targeting captive runtime, do I need to follow steps #4 and #5 in the readme and install the Flash Player content debugger and playerglobal.swc or can I safely ignore those? Alternatively, is the AIR installer going

Re: FlexSDK 4.16.0 installer errors

2017-04-16 Thread Alex Harui
Hi, I guess we never tested the Ant install on Windows. The console output showed that there is a bug in the script. I guess the simplest fix is to edit installer.xml and remove this line (which is line 354 for me): Thanks, -Alex On 4/16/17, 9:38 AM, "Lydecker" wrote: >Hi Alex, >

Re: FlexSDK 4.16.0 installer errors

2017-04-16 Thread Alex Harui
On 4/16/17, 8:20 PM, "danielmcquillen" wrote: >Hi All, > >Attempting ant install like others. Probs silly question but if I'm only >targeting captive runtime, do I need to follow steps #4 and #5 in the >readme >and install the Flash Player content debugger and playerglobal.swc or can >I >safely

Re: [4/6] git commit: [flex-asjs] [refs/heads/develop] - replace existing format bead if it exists

2017-04-16 Thread Alex Harui
Hi Justin, What is the scenario where everybody will need this code? -Alex On 4/16/17, 9:24 PM, "jmcl...@apache.org" wrote: >replace existing format bead if it exists > > >Project: >https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fgit-wip-us >.apache.org%2Frepos%2Fasf%2Fflex-as

Re: git commit: [flex-asjs] [refs/heads/develop] - CORS security. Allow auth credentials to be passed when using cross site calls. This is required as well as setting the Access-Control-Allow-Origin h

2017-04-16 Thread Alex Harui
OK, more detail as promised. So, good first try at a bead. Maybe we don't agree on the scenario. It looked like this bead was considering a scenario where on one call, you might set withCredentials=true, and on a subsequent call, you might set withCredentials=false, in which case you don't want

Re: git commit: [flex-asjs] [refs/heads/develop] - CORS security. Allow auth credentials to be passed when using cross site calls. This is required as well as setting the Access-Control-Allow-Origin h

2017-04-16 Thread Justin Mclean
Hi, > So, good first try at a bead. Maybe we don't agree on the scenario. It > looked like this bead was considering a scenario where on one call, you > might set withCredentials=true, and on a subsequent call, you might set > withCredentials=false, Yes I said that was a requirement in one of

Re: [5/6] flex-asjs git commit: Bead to dead with simple date formats. Doesn’t support time zones, some foreign date formats, month names and a lot of other things.

2017-04-16 Thread Piotr Zarzycki
Hi Justin, Nice bead. I like it. :) One thought I think "textChanged" event shouldn't be dispatched through the bead. It should happen through the model or strand. Piotr On Mon, Apr 17, 2017, 06:24 wrote: > Bead to dead with simple date formats. Doesn’t support time zones, some > foreign date

Re: [5/6] flex-asjs git commit: Bead to dead with simple date formats. Doesn’t support time zones, some foreign date formats, month names and a lot of other things.

2017-04-16 Thread Justin Mclean
Hi, > Nice bead. I like it. :) One thought I think "textChanged" event shouldn't > be dispatched through the bead. It should happen through the model or > strand. That was in the original code not something I changed, so I’m not sure of the exact consequences of changing that. Basically I fixed

Re: [5/6] flex-asjs git commit: Bead to dead with simple date formats. Doesn’t support time zones, some foreign date formats, month names and a lot of other things.

2017-04-16 Thread piotrz
Ohh..Ok, so we have to check. Maybe that's something from the past and there will not be breakages. I will check it tomorrow if won't bead me earlier. :) Thanks, Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.

Re: git commit: [flex-asjs] [refs/heads/develop] - CORS security. Allow auth credentials to be passed when using cross site calls. This is required as well as setting the Access-Control-Allow-Origin h

2017-04-16 Thread piotrz
Hi Justin, So if we have some problems here - maybe you should remove this bead from framework, but since you need it - put it in your end application. In framework itself add simple bead as Alex suggested. Let's go with providing simple beads by framework leaving to the user more sophisticated s