Re: flex-sdk_mustella-mobile - Build # 539 - Still Failing!

2014-02-14 Thread Alex Harui
Well, it appears that in swf-version 15 and later, the behavior of 0.09765625.toFixed(1) changed from 0.1 to 0.0. I tried reading the ecma spec but it made my head spin. FP11.1 which is our baseline, is swf-version 14. Whenever the rotation gets around to 11.1, this test passes. Time to modify

RE: IOS7 status bar management ( FLEX-33860)

2014-02-14 Thread Maurice Amsellem
>is it recommended to go online with the 4.12.0 SDK ? I mean to update my >application to Apple store and Google android store with 4.12 SDK ? 4.12 RC1, as it's name implies, is not a final release, and it may coming residual bugs. You can decide to use it on the AppStore, but it's under your own

Re: IOS7 status bar management ( FLEX-33860)

2014-02-14 Thread Rami Tarabay
Hi, Thanks for your reply. I can get the 4.12.0 RC1(dev use only), but is it recommended to go online with the 4.12.0 SDK ? I mean to update my application to Apple store and Google android store with 4.12 SDK ?. Extending ViewNavigatorApplicationSkin it is already done. I am overriding drawBac

RE: IOS7 status bar management ( FLEX-33860)

2014-02-14 Thread Maurice Amsellem
Hi Rami, If you can get the 4.12 SDK nightly, iOS7 status bar is managed automatically. If you can't: Regarding your code below, it does not work because everything happens in the skin (ViewNavigatorApplicationSkin), so it's there where you should shift your view. So make a custom skin, and

Re: IOS7 status bar management ( FLEX-33860)

2014-02-14 Thread Rami Tarabay
Hi, I'm using flex 4.11 SDK with adobe air 4.0 and flash player 12.0 I'm trying to paddingTop my entire ViewNavigatorApplication on creationComplete or on drawbackground and it is not working. protected function abstractmainview1_creationCompleteHandler(event:FlexEvent):void { var osInfo:Arra