Re: Android OS version - Flash Builder configuration

2014-08-13 Thread OmPrakash Muppirala
On Wed, Aug 13, 2014 at 3:21 PM, Alex Harui wrote: > Looks fine to me. Would be finer with an Apache header ;-) > > Argh. Noob mistake ;-) Thanks for guiding me through the solution. Om > On 8/13/14 1:53 AM, "OmPrakash Muppirala" wrote: > > >I just checked in this functionality. Please do

Re: Android OS version - Flash Builder configuration

2014-08-13 Thread Alex Harui
Looks fine to me. Would be finer with an Apache header ;-) On 8/13/14 1:53 AM, "OmPrakash Muppirala" wrote: >I just checked in this functionality. Please do a quick review when you >get a chance. > >Thanks, >Om > > >On Tue, Aug 12, 2014 at 1:36 PM, Alex Harui wrote: > >> >> >> On 8/12/14 11:4

Re: Spark video control broken?

2014-08-13 Thread Alex Harui
Don't think mx:Video uses OSMF. On 8/13/14 12:48 AM, "Justin Mclean" wrote: >Hi, > >And this has come up before on the list and here is the answer: >http://help.adobe.com/en_US/OSMF/1.0/Dev/WSc6f922f643dd2e6d-5718733812f2be >c460d-7fff.html > >Basically you need to OSMFSettings.enableStageVideo

Re: Please welcome Chris Martin as an Apache Flex committer

2014-08-13 Thread Erik de Bruin
Chris, great to have you! Now, go forth and multiply your contributions ;-) EdB On Wednesday, August 13, 2014, Chris Martin wrote: > Thanks everyone! :D Tis great to be here :) > > Chris > > > On Wed, Aug 13, 2014 at 4:27 AM, Christofer Dutz < > christofer.d...@c-ware.de > > wrote: > > > Welc

Re: Please welcome Darkstone as an Apache Flex committer

2014-08-13 Thread Erik de Bruin
Go DarkStone! May your contributions be plentiful :-) EdB On Wednesday, August 13, 2014, Justin Mclean wrote: > Hi, > > Sorry for being a little late in announcing this. > > I am pleased to announce that the Project Management Committee (PMC) > for Apache Flex has invited Darkstone to become

Re: Android OS version - Flash Builder configuration

2014-08-13 Thread OmPrakash Muppirala
On Aug 13, 2014 5:51 AM, "Justin Mclean" wrote: > > Hi, > > > To enable this mixin, the user needs to add this to their compiler options: > > > > -includes=mx.utils.AndroidPlatformVersionOverride > > > Given that Android 4+ is on 85%+ of devices [1] why not make it the default? I would like to le

Re: Please welcome Chris Martin as an Apache Flex committer

2014-08-13 Thread Chris Martin
Thanks everyone! :D Tis great to be here :) Chris On Wed, Aug 13, 2014 at 4:27 AM, Christofer Dutz wrote: > Welcome :-) > > Von: Kessler CTR Mark J > Gesendet: Mittwoch, 13. August 2014 11:48 > An: dev@flex.apache.org > Betreff: RE: Please welcome Chri

Re: Re:RE: Please welcome Darkstone as an Apache Flex committer

2014-08-13 Thread Chris Martin
Welcome and congrats darkstone :D On Wed, Aug 13, 2014 at 4:27 AM, Christofer Dutz wrote: > Yeah! ... > > A nice and warm Welcome from me too :-) > > Chris > > > Von: DarkStone > Gesendet: Mittwoch, 13. August 2014 12:40 > An: Apache Flex Developers > B

Re: Android OS version - Flash Builder configuration

2014-08-13 Thread Justin Mclean
Hi, > To enable this mixin, the user needs to add this to their compiler options: > > -includes=mx.utils.AndroidPlatformVersionOverride Given that Android 4+ is on 85%+ of devices [1] why not make it the default? Justin 1. https://developer.android.com/about/dashboards/index.html

AW: Please welcome Chris Martin as an Apache Flex committer

2014-08-13 Thread Christofer Dutz
Welcome :-) Von: Kessler CTR Mark J Gesendet: Mittwoch, 13. August 2014 11:48 An: dev@flex.apache.org Betreff: RE: Please welcome Chris Martin as an Apache Flex committer Congratulations :) -Mark -Original Message- From: Justin Mclean [mailto:jus

AW: Re:RE: Please welcome Darkstone as an Apache Flex committer

2014-08-13 Thread Christofer Dutz
Yeah! ... A nice and warm Welcome from me too :-) Chris Von: DarkStone Gesendet: Mittwoch, 13. August 2014 12:40 An: Apache Flex Developers Betreff: Re:RE: Please welcome Darkstone as an Apache Flex committer Thanks guys! It's my honor : ) DarkStone

Re:RE: Please welcome Darkstone as an Apache Flex committer

2014-08-13 Thread DarkStone
Thanks guys! It's my honor : ) DarkStone 2014-08-13 At 2014-08-13 05:45:09, "Kessler CTR Mark J" wrote: >Gratz and welcome :) > >-Mark > >-Original Message- >From: Justin Mclean [mailto:jus...@classsoftware.com] >Sent: Tuesday, August 12, 2014 8:15 PM >To: dev@flex.apache.org >Subject

RE: Please welcome Chris Martin as an Apache Flex committer

2014-08-13 Thread Kessler CTR Mark J
Congratulations :) -Mark -Original Message- From: Justin Mclean [mailto:jus...@classsoftware.com] Sent: Tuesday, August 12, 2014 8:22 PM To: dev@flex.apache.org Subject: Please welcome Chris Martin as an Apache Flex committer Hi, I am pleased to announce that the Project Management Comm

RE: Please welcome Darkstone as an Apache Flex committer

2014-08-13 Thread Kessler CTR Mark J
Gratz and welcome :) -Mark -Original Message- From: Justin Mclean [mailto:jus...@classsoftware.com] Sent: Tuesday, August 12, 2014 8:15 PM To: dev@flex.apache.org Subject: Please welcome Darkstone as an Apache Flex committer Hi, Sorry for being a little late in announcing this. I am p

Re: Please welcome Chris Martin as an Apache Flex committer

2014-08-13 Thread ayo
Hats off to you Chris, many thanks for all your work. aYo mrbinitie.blogspot.com www.ayobinitie.com www.prestadsng.com From: Justin Mclean Sent: ‎Wednesday‎, ‎August‎ ‎13‎, ‎2014 ‎1‎:‎21‎ ‎AM To: dev@flex.apache.org Hi, I am pleased to announce that the Project Management Committe

Re: Android OS version - Flash Builder configuration

2014-08-13 Thread OmPrakash Muppirala
A summary of what I did and why: I have created a whole bunch of Android 4.x specific skins. I am enabling these skins by default when I detect Android with a version of greater than 4. This is achieved through the new os-platform and min-os-version media query selectors. This works fine when ru

Re: Android OS version - Flash Builder configuration

2014-08-13 Thread OmPrakash Muppirala
I just checked in this functionality. Please do a quick review when you get a chance. Thanks, Om On Tue, Aug 12, 2014 at 1:36 PM, Alex Harui wrote: > > > On 8/12/14 11:42 AM, "OmPrakash Muppirala" wrote: > >>It seems like that would be useful for testing different versions of > >> Android in

Re: New public Flex-related campaign

2014-08-13 Thread Neverbirth
Added some notes about FlexJS. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/New-public-Flex-related-campaign-tp39682p39707.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: New public Flex-related campaign

2014-08-13 Thread Neverbirth
Done I guess. About FDT, I know it has a free version, but it doesn't include all the features needed, some of them already offered by FlashDevelop. The main downside of FD is that it only supports Windows, but otherwise and if you don't mind installing a virtual environment, it's a very good IDE.

Re: New public Flex-related campaign

2014-08-13 Thread Justin Mclean
HI, > Made the changes, is that what you meant? or did you mean the bottom of the > whole page? Bottom of the whole page in a small font is fine. Justin

Re: Spark video control broken?

2014-08-13 Thread Justin Mclean
Hi, And this has come up before on the list and here is the answer: http://help.adobe.com/en_US/OSMF/1.0/Dev/WSc6f922f643dd2e6d-5718733812f2bec460d-7fff.html Basically you need to OSMFSettings.enableStageVideo = false; and it will work - still not sure why the mx one works and the spark one does

Re: New public Flex-related campaign

2014-08-13 Thread Neverbirth
Made the changes, is that what you meant? or did you mean the bottom of the whole page? There was already a link to the web site. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/New-public-Flex-related-campaign-tp39682p39703.html Sent from the Apache Flex D