Return-Path: X-Original-To: apmail-flex-users-archive@www.apache.org Delivered-To: apmail-flex-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3C42CC063 for ; Sun, 3 Nov 2013 18:14:08 +0000 (UTC) Received: (qmail 71739 invoked by uid 500); 3 Nov 2013 18:14:07 -0000 Delivered-To: apmail-flex-users-archive@flex.apache.org Received: (qmail 71711 invoked by uid 500); 3 Nov 2013 18:14:07 -0000 Mailing-List: contact users-help@flex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@flex.apache.org Delivered-To: mailing list users@flex.apache.org Received: (qmail 71703 invoked by uid 99); 3 Nov 2013 18:14:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Nov 2013 18:14:07 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of maurice.amsellem@systar.com designates 216.134.213.70 as permitted sender) Received: from [216.134.213.70] (HELO smtp01.myhostedservice.com) (216.134.213.70) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Nov 2013 18:14:01 +0000 Received: from EXHUB03.netplexity.local (172.29.211.23) by smtp01.myhostedservice.com (172.29.211.11) with Microsoft SMTP Server (TLS) id 14.2.347.0; Sun, 3 Nov 2013 13:13:14 -0500 Received: from EXMBX05.netplexity.local ([fe80::cc58:cfe7:ba3b:fae]) by exhub03 ([172.29.211.23]) with mapi id 14.03.0146.000; Sun, 3 Nov 2013 13:13:38 -0500 From: Maurice Amsellem To: "users@flex.apache.org" Subject: RE: Flex 4.10 & IOS7 action bar overlay bug Thread-Topic: Flex 4.10 & IOS7 action bar overlay bug Thread-Index: AQHO2L3uBTLgpS7G+UWF932R+/kVXZoTy51QgAACnCA= Date: Sun, 3 Nov 2013 18:13:38 +0000 Message-ID: <2095F5EBE04D59409DFCE91FFCEBF7AF3F53F2FE@EXMBX05.netplexity.local> References: <52768E26.3030800@leeburrows.com> <2095F5EBE04D59409DFCE91FFCEBF7AF3F53F2E1@EXMBX05.netplexity.local> In-Reply-To: <2095F5EBE04D59409DFCE91FFCEBF7AF3F53F2E1@EXMBX05.netplexity.local> Accept-Language: fr-FR, en-US Content-Language: fr-FR X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [172.29.211.254] Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org This is a workaround that works in simple cases: Add the following to your main app.mxml: @namespace s "library://ns.adobe.com/flex/spark"; s|ActionBar{ paddingTop: 20; } Add the following to the app descriptor: UIStatusBarStyle UIStatusBarStyleLightContent .... Maurice=20 -----Message d'origine----- De=A0: Maurice Amsellem [mailto:maurice.amsellem@systar.com]=20 Envoy=E9=A0: dimanche 3 novembre 2013 19:04 =C0=A0: users@flex.apache.org Objet=A0: RE: Flex 4.10 & IOS7 action bar overlay bug Yes, but even then the status bar will temporarily appear when you switch a= pp and cover the navigation bar. But the worst thing is that you can't see the battery level or network stat= us. Definitely not ideal. Maurice=20 -----Message d'origine----- De=A0: Lee Burrows [mailto:subscriptions@leeburrows.com]=20 Envoy=E9=A0: dimanche 3 novembre 2013 18:56 =C0=A0: users@flex.apache.org Objet=A0: Re: Flex 4.10 & IOS7 action bar overlay bug the only work around i have come up with is to set fullscreen to true in ap= p descriptor - removing the statusbar completely (def not ideal!) On 03/11/2013 08:42, Angelo Lazzari wrote: > Hi, all, > anyone of you know if this fresh bug: > > http://forums.adobe.com/message/5751627 > > the official solution of this bug? > > Thanks > Angelo > -- Lee Burrows ActionScripter