Air and submitting app to the app store

2014-02-02 Thread Justin Mclean
HI, Looks like the AIR version on labs [1] is AIR 4 with a couple of fixes. [2] Including this one - which may be of interest as it has come up a few times on the list. Bug 3686074: [APPLE][XCODE5] New apps and app updates submitted to the App Store must be built with the latest version of Xcod

Flash Player 13

2014-02-02 Thread Justin Mclean
Hi, Notice Flash Player 13 is out on labs however the release notes state to set the swf version to 23 (the same as Flash Player 12). Anyone know if it should be 23 or 24? Also what up with the new AIR 4 beta - do they mean AIR5 or rather AIR13? Thanks, Justin

Re: Apache Flex 4.12 release

2014-02-02 Thread Justin Mclean
HI, > Also, we need to decide whether we are going to release both Java 6 and > Java 7 binaries. I'm still not sure there anything that effects end users, Java 7 can use Java 6 compiled jars right? Do we know if say the Java 7 compiled mxmlc is any fasters etc? I wouldn't expect any huge diffe

Re: Bug in focus manager?

2014-02-02 Thread Alex Harui
On 2/2/14 6:15 PM, "Justin Mclean" wrote: >Hi, > >Just noticed this in Focus Manager? >browserMode = Capabilities.playerType == "ActiveX" && !popup; >desktopMode = Capabilities.playerType == "Desktop" && !popup; > >Shouldn't that be: >browserMode = (Capabilities.playerTy

Re: Apache Flex 4.12 release

2014-02-02 Thread Alex Harui
On 2/2/14 6:57 PM, "Justin Mclean" wrote: >Hi, > >We probably have enough fixes and enough time has passed to make a new >release. There are three regression issues that I can see that would need >to be fixed before we can do this. > >Two relate to datagids and tabbing - anyone how any idea wha

FielSystemControlHelper platform check

2014-02-02 Thread Justin Mclean
Hi, Does this look wrong to anyone? private static function fileSystemIsCaseInsensitive():Boolean { var os:String = Capabilities.os.substring(0, 3); return os == "Win" || os == "Mac"; } (As disks in OSX can be case sensitive.) Justin

Re: Media Query Parser

2014-02-02 Thread Justin Mclean
Hi, > Capabilities.os returns "iPhone OS 7.0.4 iPad2,1" on my ipad So looks like that OK then. Thanks, Justin

Re: Media Query Parser

2014-02-02 Thread Lee Burrows
Capabilities.os returns "iPhone OS 7.0.4 iPad2,1" on my ipad On 03/02/2014 01:49, Justin Mclean wrote: Hi, Just noticed this code in MediaQueryParser. private function getOSVersion(osPlatform:String):Number { //TODO (mamsellem) retrieve os version for Android, reading system/

Apache Flex 4.12 release

2014-02-02 Thread Justin Mclean
Hi, We probably have enough fixes and enough time has passed to make a new release. There are three regression issues that I can see that would need to be fixed before we can do this. Two relate to datagids and tabbing - anyone how any idea what changed to cause these issues? https://issues.ap

Bug in focus manager?

2014-02-02 Thread Justin Mclean
Hi, Just noticed this in Focus Manager? browserMode = Capabilities.playerType == "ActiveX" && !popup; desktopMode = Capabilities.playerType == "Desktop" && !popup; Shouldn't that be: browserMode = (Capabilities.playerType == "ActiveX" || Capabilities.playerType == "plugin

Media Query Parser

2014-02-02 Thread Justin Mclean
Hi, Just noticed this code in MediaQueryParser. private function getOSVersion(osPlatform:String):Number { //TODO (mamsellem) retrieve os version for Android, reading system/build.prop var os: String = Capabilities.os; var osMatch: Array; if

Apache Flex installs

2014-02-02 Thread Justin Mclean
Hi, 4.11 has just exceed the number of install of 4.10. From google analytics 4.10 was installed 10,884 times, 4.11 has been installed 10,949 times. Justin