RE: Mustella fixing (was Re: Next Flex SDK release)

2015-12-08 Thread Kessler CTR Mark J
If I remember correctly one of the main reasons we started embedding fonts was to be able to rotate text on reports. The other being a consistent font no matter the platform/browser. We had to embed a normal font and a bold one. To make a smidge smaller, we used the "unicode-range" in the CS

RE: Re: AW: [DISCUSS] Adopting AS3Commons

2015-12-08 Thread Kessler CTR Mark J
We are talking about adopting the source. It makes sense to bring over ActionScript utilities that people still actively use. Even when they stop being supported in their current site. It helps keep the echo system a little stronger. -Mark -Original Message- From: lizhi [mailto:s..

Re: git commit: [flex-sdk] [refs/heads/develop] - FLEX-34854 FLEX-34884 Adding unit test to make sure that the changes in FLEX-34854 haven't changed anything about findItem.

2015-12-08 Thread Mihai Chira
Just pushed another commit. Locally all the mustella tests in the spark/Collections/Sort/Other are now passing, fingers crossed that all the other sort-related ones will also pass. The lesson: moving from inheritance to composition can be super complicated! Events, the new class member using "this"

Re: Mustella fixing (was Re: Next Flex SDK release)

2015-12-08 Thread Alex Harui
On 12/8/15, 2:57 AM, "Kessler CTR Mark J" wrote: >If I remember correctly one of the main reasons we started embedding >fonts was to be able to rotate text on reports. The other being a >consistent font no matter the platform/browser. We had to embed a normal >font and a bold one. To make a

Re: git commit: [flex-sdk] [refs/heads/develop] - FLEX-34854 FLEX-34884 Adding unit test to make sure that the changes in FLEX-34854 haven't changed anything about findItem.

2015-12-08 Thread Alex Harui
Thanks for sticking with it. I have my fingers crossed. -Alex On 12/8/15, 7:58 AM, "Mihai Chira" wrote: >Just pushed another commit. Locally all the mustella tests in the >spark/Collections/Sort/Other are now passing, fingers crossed that all >the other sort-related ones will also pass. >The l

Re: Adding AIR/FP 20 Beta support to Installer

2015-12-08 Thread Clint M
Looks like AIR 20 was released last night. On Wed, Nov 11, 2015 at 5:18 PM, OmPrakash Muppirala wrote: > Looks like that worked. I now have the 4.14.1 with AIR 20 beta on my > machine. > > Thanks, > Om > > On Wed, Nov 11, 2015 at 4:18 PM, Alex Harui wrote: > > > And get rid of the versionID at

RE: Mustella fixing (was Re: Next Flex SDK release)

2015-12-08 Thread Kessler CTR Mark J
Well remember it's not just about rotating axis labels, but rotating the entire display to print out landscape easily. We try to use only spark components where we can. But things like charts and PrintDataGrids help knock out some decent reports. However they are mx only. For the embedded fon

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

[4.15.0] # Apache Flex SDK 4.15.0 nightly build 123: Successful

2015-12-08 Thread flex . ci . builds
flex-sdk_release-candidate - Build #123 - Successful Changes since last build: No changes For more information, check the console output at http://apacheflexbuild.cloudapp.net:8080/job/flex-sdk_release-candidate/123/.

Re: iOS video help

2015-12-08 Thread OmPrakash Muppirala
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 / air version I use, renderMode = direct, > OSMFSettings.enableStageVideo = false, I cannot get the following > ap