Air Chromebook File Browse

2022-06-24 Thread Jason Taylor
I am beating my head against a wall over here trying to figure out how to let users on chromebooks upload documents stored on their chromebook. I download a document to their documents folder using chrome. Then in the api, have the descriptors for external storage read/write (despite no

Dot Net (C#) Flex Runtime

2021-07-14 Thread Jason Taylor
Hi Guys, I've struggled with this idea for a long time and finally started action on this project. I experimenting with building a Dot Net version of Flex which includes rudimentary flash as well. Currently I have a bare bones working prototype using SKIA as the front end demonstrating the

RE: Air Runtime Installer

2021-01-25 Thread Jason Taylor
Build Captive runtime versions with the Air runtime included. The adobe air installer is no longer supported. On OSX, this requires have an osx machine to package the app on. ~ JT -Original Message- From: inkong Sent: Monday, January 25, 2021 4:57 AM To: dev@flex.apache.org

RE: Unable to install Apache Flex SDK Installer on macOS Catalina

2019-12-19 Thread Jason Taylor
with the update to OSX 10.15, Apple made changes to the file system security that is blocking installation of the Dedoose Desktop App. However, the following fix bypasses this: Open Terminal, and paste the following the press enter cd /Library/Frameworks then paste the following line and press

RE: Flex SDK Patch

2017-05-24 Thread Jason Taylor
Created the issue and attached the patch file: https://issues.apache.org/jira/browse/FLEX-35312 Am I doing this correctly? -Original Message- From: Jason Taylor [mailto:ja...@dedoose.com] Sent: Wednesday, May 24, 2017 11:59 AM To: dev@flex.apache.org Subject: Flex SDK Patch Hi, I

Flex SDK Patch

2017-05-24 Thread Jason Taylor
Hi, I created a patch file for a few minor changes to the FlexSDK to address a memory leak in GridViewLayout. GridViewLayout uses a strong dictionary for caching items, and under many circumstances this cache isn't properly cleared. The patch coverts the dictionaries to weak dictionares and

RE: FlexSDK compiling dumb question

2017-04-24 Thread Jason Taylor
references, or add in a public method that clears the dictionaries out. ~ JT -Original Message- From: Alex Harui [mailto:aha...@adobe.com] Sent: Monday, April 24, 2017 7:30 PM To: dev@flex.apache.org Subject: Re: FlexSDK compiling dumb question Frameworks/libs? On 4/24/17, 7:24 PM, "

FlexSDK compiling dumb question

2017-04-24 Thread Jason Taylor
so following the direcitons at https://github.com/apache/flex-sdk I managed to get the flex-sdk compiling on Win10 x64, ant main works, as does ant framework-rsls Now, where the heck is the output swc to use in my project? Says it should be in /out but that directory dosen't exist, and if I

RE: WebAssembly Flash ByPass

2017-04-12 Thread Jason Taylor
like you relish the challenge ! Tom On 11/04/17 20:09, Jason Taylor wrote: > problem area is obviously the rendering engine, but I do have quite a bit of > experience in the area.

RE: WebAssembly Flash ByPass

2017-04-12 Thread Jason Taylor
comes out of it. Sounds like you relish the challenge ! Tom On 11/04/17 20:09, Jason Taylor wrote: > problem area is obviously the rendering engine, but I do have quite a bit of > experience in the area.

RE: WebAssembly Flash ByPass

2017-04-11 Thread Jason Taylor
t there, W3C started > >designing > >HTML5 in 2009, Firefox is still making exception for Flash Player > >now, maybe you can help them get rid of it and unify the web truly. > > > >On Mon, Apr 10, 2017 at 5:24 PM, Jason Taylor <ja...@dedoose.co

RE: WebAssembly Flash ByPass

2017-04-10 Thread Jason Taylor
r WebGL instead of whatever native APIs > it uses now. This part probably wouldn't be trivial. > > - Josh > > On Mon, Apr 10, 2017 at 1:52 PM, Jason Taylor <ja...@dedoose.com> wrote: > > > Why would we be implementing anything? I'm talking about taking > LightSpar

RE: WebAssembly Flash ByPass

2017-04-10 Thread Jason Taylor
Why would we be implementing anything? I'm talking about taking LightSpark as is (with their 252 open bugs) compiling it to LLVM, using that input for the WebAssembly compiler and compiling the output binary as a LightSpark WebAssembly drop in flash player. This has nothing to do with the

RE: WebAssembly Flash ByPass

2017-04-10 Thread Jason Taylor
the life in Mars could be very exciting, let me know when you are there ... On Mon, Apr 10, 2017 at 3:17 PM, Jason Taylor <ja...@dedoose.com> wrote: > WebAssembly is officially supported in both Chrome and Firefox right > now, and in the rest very soon. > WebAssembly can take LL

WebAssembly Flash ByPass

2017-04-10 Thread Jason Taylor
WebAssembly is officially supported in both Chrome and Firefox right now, and in the rest very soon. WebAssembly can take LLVM and compiles to a binary format that works cross browser at near native speeds without any plugin. LightSpark is an open source implemention of the flash player written

RE: WebAsm?

2017-03-13 Thread Jason Taylor
er for optimizing JS. If Google comes up with a JS->WebASM > compiler, we might leverage that instead. > > Of course, I could be wrong... > -Alex > > On 3/13/17, 1:58 PM, "Jason Taylor" <ja...@dedoose.com> wrote: > > >So I'm sure many of you are aware

WebAsm?

2017-03-13 Thread Jason Taylor
So I'm sure many of you are aware that FireFox just added support for Web Assembly, Chrome should have it in the next release, and IE will be adding it shortly as well. Performance measurements on WebASM vs HTMl are increadibe, and WebASM appears to be even way more performant than Flash (in

RE: massive memory leak in Flex

2017-03-06 Thread Jason Taylor
: Friday, March 03, 2017 2:35 PM To: dev@flex.apache.org Subject: Re: massive memory leak in Flex On 3/3/17, 1:23 PM, "Jason Taylor" <ja...@dedoose.com> wrote: >sounds good, this is all stemming from a memory I discovered in our >SparkTree component which is based of

RE: massive memory leak in Flex

2017-03-03 Thread Jason Taylor
a Label to the app that displays System.totalMemory. It reach a max after several minutes. I run the app for several minutes before going to bed, write down the System.totalMemory number, then when I wake up I see if it has climbed or the app has crashed. -Alex On 3/3/17, 11:04 AM, "Jason T

RE: massive memory leak in Flex

2017-03-03 Thread Jason Taylor
leak in Flex So what OS and version, and what kind of player and its version are you using? Scout will turn on sampling in the app so that should result in an increase in memory as well. -Alex On 3/2/17, 4:48 PM, "Jason Taylor" <ja...@dedoose.com> wrote: >wonder if that mig

RE: massive memory leak in Flex

2017-03-02 Thread Jason Taylor
wonder if that might be osx / windows difference in scout? as I only show this leak atm when scout is ran- Scout 1.1.3.345121 on Scout -Original Message- From: Jason Taylor Sent: Thursday, March 02, 2017 4:48 PM To: dev@flex.apache.org Subject: RE: massive memory leak in Flex what

RE: massive memory leak in Flex

2017-03-02 Thread Jason Taylor
N > > didn't leak… are you using advanced-telemetry ? > > On Thu, Mar 2, 2017 at 4:24 PM, Jason Taylor <ja...@dedoose.com> wrote: > >> Yeah, it looks like it may be an artifact of scout somehow >> >> -Original Message- >> From: Clint M [mailto:

RE: massive memory leak in Flex

2017-03-02 Thread Jason Taylor
a video of it running for 60 seconds. http://www.screencast.com/t/mPFMIdKQMK On Thu, Mar 2, 2017 at 4:17 PM, Jason Taylor <ja...@dedoose.com> wrote: > Yeap task manager keeps climbing as well > > -Original Message- > From: Alex Harui [mailto:aha...@adobe.com] > Sen

RE: massive memory leak in Flex

2017-03-02 Thread Jason Taylor
a higher number? If you got past 1GB then it probably isn't capped. -Alex On 3/2/17, 3:56 PM, "Jason Taylor" <ja...@dedoose.com> wrote: >Tried 4.13, 14, and 15, but I have a weird feeling scout is a dirty >Liar > >-Original Message- >From: Alex Harui

RE: massive memory leak in Flex

2017-03-02 Thread Jason Taylor
doing it via curly braces… and the renderers will leak try using this in the item renderer instead of text="{data}" and see if that fixes the problem : override public function set data(value:Object):void { mylabelId.text = data } On Thu, Mar 2, 2017 at 3:50 PM, Jason

RE: massive memory leak in Flex

2017-03-02 Thread Jason Taylor
into it, so I'll wait until he reports in. Which version of Apache Flex are you using? Have you tried Adobe Flex 4.6? -Alex On 3/2/17, 3:50 PM, "Jason Taylor" <ja...@dedoose.com> wrote: >This is all the code needed to cause it, and no it does not appear to >stop, tho

RE: massive memory leak in Flex

2017-03-02 Thread Jason Taylor
Scout is showing 1.5Gb used after 4m, and constantly climbing, however task manager is not reporting the same at all... In scout it showing 1.38GB of that is "Other Bitmap Memory" -Original Message----- From: Jason Taylor [mailto:ja...@dedoose.com] Sent: Thursday, March 02, 20

RE: massive memory leak in Flex

2017-03-02 Thread Jason Taylor
notion of outrunning GC. And also memory fragmentation. How high does memory go? Does it cap out or will it blow up for lack of memory at some point? Thanks, -Alex On 3/2/17, 3:39 PM, "Jason Taylor" <ja...@dedoose.com> wrote: >yeah you can remove that, right now mine is just &g

RE: massive memory leak in Flex

2017-03-02 Thread Jason Taylor
yeah you can remove that, right now mine is just http://ns.adobe.com/mxml/2009; xmlns:s="library://ns.adobe.com/flex/spark" xmlns:Core="CoreClasses.*"> where MyLabel is a copy of s:label so I can make changes and try to figure out where the hell this is coming from,

RE: massive memory leak in Flex

2017-03-02 Thread Jason Taylor
climbing at 50Mb per 30s -Original Message- From: Jason Taylor [mailto:ja...@dedoose.com] Sent: Thursday, March 02, 2017 3:32 PM To: dev@flex.apache.org Subject: RE: massive memory leak in Flex negative, taking that out (that was an accident copied over from my real test), has

RE: massive memory leak in Flex

2017-03-02 Thread Jason Taylor
negative, taking that out (that was an accident copied over from my real test), has no effect, and neither does setting the data provider to null http://ns.adobe.com/mxml/2009; xmlns:s="library://ns.adobe.com/flex/spark" creationComplete="OnCreationComplete(event)"> -Original

RE: massive memory leak in Flex

2017-03-02 Thread Jason Taylor
Also here's a screen shot of Scout - http://imgur.com/a/WCkZu -Original Message- From: Jason Taylor [mailto:ja...@dedoose.com] Sent: Thursday, March 02, 2017 2:37 PM To: dev@flex.apache.org Subject: massive memory leak in Flex I believe I have finally identified the cause of a huge

massive memory leak in Flex

2017-03-02 Thread Jason Taylor
I believe I have finally identified the cause of a huge memory leak in our application, and it appears to be s:label I have tested this on many different framework versions. Please try the following:if you make a custom itemrender and don't use the s:label it goes away, note disabiling

RE: [Discuss] What's keeping the others from participating?

2016-10-14 Thread Jason Taylor
his. It's way way way more important than you seem to believe. ~ JT -Original Message- From: Alex Harui [mailto:aha...@adobe.com] Sent: Thursday, October 13, 2016 3:37 PM To: dev@flex.apache.org Subject: Re: [Discuss] What's keeping the others from participating? On 10/13/16, 3:20

RE: [Discuss] What's keeping the others from participating?

2016-10-13 Thread Jason Taylor
, the faster improvements will come... Harbs On Oct 13, 2016, at 9:49 PM, Jason Taylor <ja...@dedoose.com> wrote: > Additionally I'm losing interest in AS3 as it's support for concurrency, > generics, lambdas, expression trees, generics, conditional clauses on > generics, async await, e

RE: [Discuss] What's keeping the others from participating?

2016-10-13 Thread Jason Taylor
refactored and requires much less configuration too. - Josh On Thu, Oct 13, 2016 at 11:49 AM, Jason Taylor <ja...@dedoose.com> wrote: > everytime a FlexJS release comes out, I try to follow the > documentation to get setup in IntelliJ idea, compile some example > projects, and fail

RE: [Discuss] What's keeping the others from participating?

2016-10-13 Thread Jason Taylor
everytime a FlexJS release comes out, I try to follow the documentation to get setup in IntelliJ idea, compile some example projects, and fail miserably every single time. Search for anything on the error both in here and at large and it dosen't work. On the source side the build chain is

RE: FlexJS and Dart?

2016-07-15 Thread Jason Taylor
codebase, so that is a major constraint in the options available. On Sat, Jul 16, 2016 at 8:53 AM, Jason Taylor <ja...@dedoose.com> wrote: > bleh, mean cross compiling the FlexJS framwork to Dart, and switching > from actionscript to dart is trivial. > > -Original Message-

RE: FlexJS and Dart?

2016-07-15 Thread Jason Taylor
bleh, mean cross compiling the FlexJS framwork to Dart, and switching from actionscript to dart is trivial. -Original Message- From: Jason Taylor [mailto:ja...@dedoose.com] Sent: Friday, July 15, 2016 1:52 PM To: dev@flex.apache.org Subject: RE: FlexJS and Dart? again I'm refering

RE: FlexJS and Dart?

2016-07-15 Thread Jason Taylor
to know if there are good accessibility implementations for Canvas yet. Anyway, good luck with your move to Dart. -Alex On 7/15/16, 12:58 PM, "Jason Taylor" <ja...@dedoose.com> wrote: >I guess my main issue is actionscript itself. The language hasn't >progressed m

RE: FlexJS and Dart?

2016-07-15 Thread Jason Taylor
inly for cross-compiled output. That's the cool part of Apache projects. No corporation controlling things. You can do pretty much whatever you want. Thanks, -Alex On 7/14/16, 6:14 PM, "Jason Taylor" <ja...@dedoose.com> wrote: >Hey guys, for various reasons I'm leaning towards pic

FlexJS and Dart?

2016-07-14 Thread Jason Taylor
Hey guys, for various reasons I'm leaning towards picking Dart over actionscript for future projects, mostly because the dart language is advanced supporting async/await, generics, abstracts, and much more. However I think the team behind MXML, especially in FlexJS and the layout framework

RE: Docs

2016-04-14 Thread Jason Taylor
, 2016 4:09 PM To: dev@flex.apache.org Subject: Re: Docs Hi Jason, Can you provide a bit more detail about what you are looking for? I assume you've been through the wiki? https://cwiki.apache.org/confluence/display/FLEX/FlexJS -Alex On 4/14/16, 3:45 PM, "Jason Taylor" <ja...@dedoo

RE: Docs

2016-04-14 Thread Jason Taylor
Hi Guys, good meeting all of you in SF. Just would like to chime in I would LOVE some documentation on the internals of FlexJS so that we could assist in the FlexJS SDK development. I know Harbs & Mike don't want to do all the TLF work alone :-P ~ JT -Original Message- From:

Question regards FlexJS and threads/workers

2016-02-19 Thread Jason Taylor
was just wondering with FlexJS if we will better be able to utilize background threads, and how that interaction might work. ~ JT

RE: [FLEXJS] FlexJS Event: Monday April 4, 2016 in San Francisco

2016-02-08 Thread Jason Taylor
where do we register? -Original Message- From: Alex Harui [mailto:aha...@adobe.com] Sent: Monday, February 08, 2016 10:42 AM To: dev@flex.apache.org Subject: [FLEXJS] FlexJS Event: Monday April 4, 2016 in San Francisco It's on! The conference room is booked and I've got my plane

FluorineFX / WebORB

2016-01-20 Thread Jason Taylor
Just fyi if anyone is using .net to talk to flash/flex WebORB / FluorineFX has been the standard afaik for a long time. We recently rearchicted our backend server code using asyncronous program to increase the request handling for our servers which was a major architecural overhaul. In the

RE: [FLEXJS] FlexJS Event in San Francisco

2016-01-05 Thread Jason Taylor
I'll be there -Original Message- From: Alex Harui [mailto:aha...@adobe.com] Sent: Monday, January 04, 2016 6:28 PM To: dev@flex.apache.org; us...@flex.apache.org Subject: [FLEXJS] FlexJS Event in San Francisco Hi, I have received permission from my managers to host an Apache FlexJS

RE: Is there a API for CPU usage of an app?

2015-12-11 Thread Jason Taylor
(); But I can't find any documentation on it and it returns 0. I think I can write a pretty efficient app but zero CPU is just wishful thinking. On Thu, Dec 10, 2015 at 5:46 PM, Jason Taylor <ja...@dedoose.com> wrote: > isn't that what Scout is for? turn on advanced telemetry and pop open

RE: Is there a API for CPU usage of an app?

2015-12-10 Thread Jason Taylor
isn't that what Scout is for? turn on advanced telemetry and pop open adobe scout -Original Message- From: Alex Harui [mailto:aha...@adobe.com] Sent: Thursday, December 10, 2015 3:49 PM To: dev@flex.apache.org Subject: Re: Is there a API for CPU usage of an app? I don't know of any

RE: iOS video help

2015-12-09 Thread Jason Taylor
08, 2015 6:44 PM To: dev@flex.apache.org Subject: Re: iOS video help I don't know much about this, but have you tried setting the application's backgroundAlpha to 0? Thanks, Om On Dec 8, 2015 3:42 PM, "Jason Taylor" <ja...@dedoose.com> wrote: > no matter what framework

RE: Next Flex SDK release

2015-12-09 Thread Jason Taylor
thank you so freaking much for this one Harbs! -Original Message- From: Harbs [mailto:harbs.li...@gmail.com] Sent: Wednesday, December 09, 2015 2:38 PM To: dev@flex.apache.org Subject: Re: Next Flex SDK release OK. This is now fixed. Anyone have thoughts on performance checking to

RE: Next Flex SDK release

2015-12-09 Thread Jason Taylor
nvm, saw your notes, didn't realize 4.9 was that fast! -Original Message- From: Jason Taylor [mailto:ja...@dedoose.com] Sent: Wednesday, December 09, 2015 3:22 PM To: dev@flex.apache.org Subject: RE: Next Flex SDK release Harbs, Flex SDK 13.0 was the last release where TLF worked

RE: iOS video help

2015-12-09 Thread Jason Taylor
, that indicates that the Application is hiding the video layer. Thanks, Om On Wed, Dec 9, 2015 at 11:24 AM, Jason Taylor <ja...@dedoose.com> wrote: > it dosen't even try to play, the player controls don't progress. I > plugged in OSMF with logging turned on and I don't see anything t

RE: Next Flex SDK release

2015-12-09 Thread Jason Taylor
Harbs, Flex SDK 13.0 was the last release where TLF worked correctly without major performance issues. I know because we are still stuck on that release due to this bug. -Original Message- From: Harbs [mailto:harbs.li...@gmail.com] Sent: Monday, December 07, 2015 7:06 AM To:

iOS video help

2015-12-08 Thread Jason Taylor
no matter what framework / air version I use, renderMode = direct, OSMFSettings.enableStageVideo = false, I cannot get the following application to play video on any iOS device or simulator: http://ns.adobe.com/mxml/2009; xmlns:s="library://ns.adobe.com/flex/spark"

RE: iOS build verificationerror

2015-12-01 Thread Jason Taylor
er/2015/08/troubleshooting-air-installation-errors-ios-applications.html Hope this helps. Thanks, Om On Tue, Dec 1, 2015 at 3:37 PM, Jason Taylor <ja...@dedoose.com> wrote: > Hey guys, hoping someone might shed some light on this. > - Using the latest release of IntelliJ Idea, Flex SDK

RE: Genymotion?

2015-09-18 Thread Jason Taylor
meant ADB, not ADT -Original Message- From: Jason Taylor [mailto:ja...@dedoose.com] Sent: Friday, September 18, 2015 11:05 AM To: dev@flex.apache.org Subject: RE: Genymotion? FlexSDK is fine, and yes FlexSDK ships with ADT and the dlls needed for it, check the lib/android folder

RE: Genymotion?

2015-09-18 Thread Jason Taylor
14:58 An: dev@flex.apache.org Betreff: Re: Genymotion? On 17/09/15 20:24, Jason Taylor wrote: > Hi All, hoping someone else might be able to point me in the right direction. > I'm using IntelliJ Idea, Genymotion 2.5, installed the arm translation 1.1, > GApps Package running custom tabl

RE: Genymotion?

2015-09-18 Thread Jason Taylor
://forums.adobe.com/community/air Thanks, Om On Fri, Sep 18, 2015 at 11:05 AM, Jason Taylor <ja...@dedoose.com> wrote: > FlexSDK is fine, and yes FlexSDK ships with ADT and the dlls needed > for it, check the lib/android folder. However, that version of ADT is > a bit out of dat

Genymotion?

2015-09-17 Thread Jason Taylor
Hi All, hoping someone else might be able to point me in the right direction. I'm using IntelliJ Idea, Genymotion 2.5, installed the arm translation 1.1, GApps Package running custom tablet with Android 4.4, but have tried many different configurations. Originally couldn't get IntelliJ to

Losing my mind on iOS and URLRequest

2015-07-30 Thread Jason Taylor
Hopefully someone can help me as I'm losing my mind trying to figure out why loading a url inside an Air app on iOS is throwing an ioError 2032 error. I have reduced to the smallest app possible doing the following. - On Creation Complete of the application I create a URL request. I have tried

RE: [FlexJS] FlexJS installation - bundle Google Closure Library?

2015-07-30 Thread Jason Taylor
from experience it's best to stick with a specific version of a library. Regression bugs will be introduced at some point, and having to figure out that it's because you have no control over a specific library is a giant PITA. Flex SDK 14.X for example has a terrible regression bug using

RE: Losing my mind on iOS and URLRequest

2015-07-30 Thread Jason Taylor
to connect to that particular url? Thanks, Om On Thu, Jul 30, 2015 at 2:04 PM, Jason Taylor ja...@dedoose.com wrote: Hopefully someone can help me as I'm losing my mind trying to figure out why loading a url inside an Air app on iOS is throwing an ioError 2032 error. I have reduced

TLF Performance Issue fix?

2015-06-05 Thread Jason Taylor
Hey guys, we are currently stuck on SDK 4.13 due to the TLF performance issue and the huge reliance on TLF in our Dedoose. Have there been any updates on this issue? Are there any projected updates on this issue? Separately, I would like to get my hands a little dirty here if needed. TLF is

PepFlashPlayer Issues

2015-02-05 Thread Jason Taylor
Hi all, all of a sudden today all videos (over here at Dedoose.com) are no longer playing back in Chrome's PepFlashPlayer. Our videos are all multi-bitrate F4M videos.I've been trying various FlexSDK versions and well as various OSMF versions and no luck. Video acts like it's playing,

RE: PepFlashPlayer Issues

2015-02-05 Thread Jason Taylor
Thanks Alessandro, removing a loading animation from the display solved the issue. Strange issue, perhaps this should logged as a bug? -Original Message- From: Alessandro Palombaro [mailto:alexpalomb...@gmail.com] Sent: Thursday, February 05, 2015 3:43 PM To: dev@flex.apache.org

TLF additions documentation?

2015-02-04 Thread Jason Taylor
Hey all, very excited that TLF has some support for tables, but I'm not sure where to find any documentation on this feature. Can you guys help me out there? If I understand correctly, there is also currently no additions to the export/import of FXML supporting the table additions? Any

RE: Issue with TLF applyFormat in Flex 4.10

2013-10-03 Thread Jason Taylor
-Original Message- From: Jason Taylor [mailto:ja...@dedoose.com] Sent: Tuesday, October 01, 2013 1:29 PM To: dev@flex.apache.org Subject: RE: Issue with TLF applyFormat in Flex 4.10 created issue https://issues.apache.org/jira/browse/FLEX-33791 with images to see the issue -Original

Issue with TLF applyFormat in Flex 4.10

2013-10-01 Thread Jason Taylor
, but the format gets applied well beyond that range. Attached are images from the exact same code (provided below) with drastically different results. Thank you for any assistance advise. ~ Jason Taylor ?xml version=1.0? s:Application xmlns:fx=http://ns.adobe.com/mxml/2009; xmlns:s=library

RE: Issue with TLF applyFormat in Flex 4.10

2013-10-01 Thread Jason Taylor
created issue https://issues.apache.org/jira/browse/FLEX-33791 with images to see the issue -Original Message- From: Jason Taylor [mailto:ja...@dedoose.com] Sent: Tuesday, October 01, 2013 1:17 PM To: dev@flex.apache.org Subject: Issue with TLF applyFormat in Flex 4.10 Hi guys, please

RE: Need some statistics

2013-08-16 Thread Jason Taylor
Dedoose.com -Original Message- From: Jitendra Jain [mailto:warriorofheavens...@gmail.com] Sent: Friday, August 16, 2013 1:47 AM To: flex-...@incubator.apache.org Subject: Need some statistics Hi Group, Iam making a PPT on Apache Flex. I want to know about the enterpise application