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 extern

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 con

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 Subject:

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 e

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
weak 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 cre

RE: WebAssembly Flash ByPass

2017-04-12 Thread Jason Taylor
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-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
rted > >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 wrote: > > > >> Gary, do you even have any

RE: WebAssembly Flash ByPass

2017-04-10 Thread Jason Taylor
hatever native APIs > it uses now. This part probably wouldn't be trivial. > > - Josh > > On Mon, Apr 10, 2017 at 1:52 PM, Jason Taylor wrote: > > > Why would we be implementing anything? I'm talking about taking > LightSpark > > as is (with their 252 open b

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 exist

RE: WebAssembly Flash ByPass

2017-04-10 Thread Jason Taylor
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 wrote: > 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 fo

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 i

RE: WebAsm?

2017-03-13 Thread Jason Taylor
or 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" wrote: > > >So I'm sure many of you are aware that FireFox just added

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 a

RE: massive memory leak in Flex

2017-03-06 Thread Jason Taylor
Sent: 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" wrote: >sounds good, this is all stemming from a memory I discovered in our >SparkTree component which is based off >https://github.com

RE: massive memory leak in Flex

2017-03-03 Thread Jason Taylor
mes do as add 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

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" wrote: >wonder if that might be osx / windows differ

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 the

RE: massive memory leak in Flex

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

RE: massive memory leak in Flex

2017-03-02 Thread Jason Taylor
e's 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 wrote: > Yeap task manager keeps climbing as well > > -Original Message- > From: Alex Harui [mailto:aha...@adobe.com] > Sent: Thursday, Ma

RE: massive memory leak in Flex

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

RE: massive memory leak in Flex

2017-03-02 Thread Jason Taylor
27;re 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 Taylor

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" wrote: >This is all the code needed to cause it, and no it does not appear to >stop, though I will need to run

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, 2017

RE: massive memory leak in Flex

2017-03-02 Thread Jason Taylor
here is a 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" wrote: >yeah you can remove that, right now mine is just > >

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, app

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 no

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

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 TextL

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

2016-10-14 Thread Jason Taylor
ude this. 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

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

2016-10-13 Thread Jason Taylor
eneral. The more people we have working on things, the faster improvements will come... Harbs On Oct 13, 2016, at 9:49 PM, Jason Taylor wrote: > Additionally I'm losing interest in AS3 as it's support for concurrency, > generics, lambdas, expression trees, generics, conditional c

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

2016-10-13 Thread Jason Taylor
st experience. Even if you're not a Maven guy, the Ant build was also refactored and requires much less configuration too. - Josh On Thu, Oct 13, 2016 at 11:49 AM, Jason Taylor wrote: > everytime a FlexJS release comes out, I try to follow the > documentation to get setup in IntelliJ idea

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 pret

RE: FlexJS and Dart?

2016-07-15 Thread Jason Taylor
s from the same codebase, so that is a major constraint in the options available. On Sat, Jul 16, 2016 at 8:53 AM, Jason Taylor 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 referi

RE: FlexJS and Dart?

2016-07-15 Thread Jason Taylor
cessibility support. I haven't kept up 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" wrote: >I guess my main issue is actionscript itself. The languag

RE: FlexJS and Dart?

2016-07-15 Thread Jason Taylor
put as additional code and don't need runtime changes in the SWF and certainly 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" wrote:

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 are

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" wrote:

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: omup...@

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 tickets

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 co

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 even

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

2015-12-11 Thread Jason Taylor
ge(); 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 wrote: > isn't that what Scout is for? turn on advanced telemetry and

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 way

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 ensu

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 w

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: dev@flex.

RE: iOS video help

2015-12-09 Thread Jason Taylor
see the video player, that indicates that the Application is hiding the video layer. Thanks, Om On Wed, Dec 9, 2015 at 11:24 AM, Jason Taylor 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

RE: iOS video help

2015-12-09 Thread Jason Taylor
esday, December 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" wrote: > no matter what framework /

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" creationComplete="OnCreati

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 wrote: > Hey guys, hoping someone might shed some light on this. > - Using the latest release of IntelliJ Idea, Flex SDK 14.1 targeting > AIR19.

iOS build verificationerror

2015-12-01 Thread Jason Taylor
Hey guys, hoping someone might shed some light on this. - Using the latest release of IntelliJ Idea, Flex SDK 14.1 targeting AIR19. - Created a brand new flash mobile for iOS project. - Created new cert (on Mac), uploaded cert to iOS developer portal - Created provisioning

RE: Genymotion?

2015-09-18 Thread Jason Taylor
ttps://forums.adobe.com/community/air Thanks, Om On Fri, Sep 18, 2015 at 11:05 AM, Jason Taylor 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 date at this point. Regardless

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
8 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

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 eve

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 TextL

RE: Losing my mind on iOS and URLRequest

2015-07-30 Thread Jason Taylor
etwork or a VPN to connect to that particular url? Thanks, Om On Thu, Jul 30, 2015 at 2:04 PM, Jason Taylor 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

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 d

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 e

RE: [FlexJS] Link to video presentation on FlexJS

2015-05-07 Thread Jason Taylor
Om, Awesome presentation! Really psyched about FlexJS now. Just wanted to say thank you! JT -Original Message- From: omup...@gmail.com [mailto:omup...@gmail.com] On Behalf Of OmPrakash Muppirala Sent: Tuesday, May 05, 2015 12:39 PM To: dev@flex.apache.org; us...@flex.apache.org Subject

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 Subject

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, aud

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 pointe

RE: Issue with TLF applyFormat in Flex 4.10

2013-10-03 Thread Jason Taylor
;OnCreationComplete(event)"> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus eu erat ac est ullamcorper egestas eget nec mauris. -Original Message- From: Jason Taylor [mailto:ja...@dedoose.com] Sent: Tuesday, October 01, 2013 1:29 PM To

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

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 http://ns.adobe.com/mxml/2009"; xmlns:s="library://ns.adobe.

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 do