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-15 Thread Justin Mclean
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 extra file in debug / 50+ lines of compiled code. Runtime cost in JS is two events dispatched and 50+ extra lines of code needed to be run. -

Re: FlexSDK 4.16.0 installer errors

2017-04-15 Thread Alex Harui
On Windows, the script shouldn't go to line 453. Please post the entire console output. What version of Windows are you using? Thanks, -Alex On 4/15/17, 5:25 AM, "Lydecker" wrote: >Hi Alex, > >Quick question. If I use ant to do the install on Windows - it fails on >line 453 in installer.xml (

Re: [FlexJS] Examples

2017-04-15 Thread Douglas McCarroll
IIRC, James Ward's benchmarking app... https://www.jamesward.com/2007/04/30/ajax-and-flex-data-loading-benchmarks/ ... used US Census data. Sadly, the benchmark app doesn't seem to work any more, but I found this via google: https://www.census.gov/data/developers/data-sets.html Douglas On Sat

Re: FlexSDK 4.16.0 installer errors

2017-04-15 Thread Lydecker
Hi Alex, Quick question. If I use ant to do the install on Windows - it fails on line 453 in installer.xml ( ) due to me not having rsync.exe on Windows. How do I go about getting rsync on Windows? Thanks On 15 April 2017 at 06:20, Alex Harui [via Apache Flex Development] < ml-node+s247n611

Re: [FlexJS] Layouts

2017-04-15 Thread piotrz
Hi Peter, I'm following and constantly checking your changes in this branch. It look good. Do you think that is the last big changes in framework Api? Do you plan merge it to develop next week? Thanks, Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: h

Re: [2/2] git commit: [flex-asjs] [refs/heads/develop] - MobileTrader nearly back to full function.

2017-04-15 Thread Piotr Zarzycki
Hi Peter, I think in case of DataModelChangeNotifier you could extend [1]. [1] https://github.com/apache/flex-asjs/blob/develop/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/supportClasses/DataProviderNotifierBase.as Piotr On Sat, Apr 15, 2017, 14:33 wrote: > MobileTrader nearly

Re: [FlexJS] Examples

2017-04-15 Thread Christofer Dutz
We should ask Apache Infra … they have several streams of publically available data. Not financial data, but stuff we could display. Chris Am 15.04.17, 14:36 schrieb "Peter Ent" : Hi, A couple of examples no longer work: DataBinding et al and MobileTrader et al. These examples dep

[FlexJS] Examples

2017-04-15 Thread Peter Ent
Hi, A couple of examples no longer work: DataBinding et al and MobileTrader et al. These examples depend on an API URL from Yahoo Financial which seems to no longer be working. Does anyone know of a free, Apache license compatible, API to query financial data? This data does not have to be cur