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 8709A1032B for ; Mon, 17 Feb 2014 19:55:39 +0000 (UTC) Received: (qmail 45072 invoked by uid 500); 17 Feb 2014 19:55:38 -0000 Delivered-To: apmail-flex-users-archive@flex.apache.org Received: (qmail 44965 invoked by uid 500); 17 Feb 2014 19:55:38 -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 44955 invoked by uid 99); 17 Feb 2014 19:55:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Feb 2014 19:55:37 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of mathieu.stgelais@gmail.com designates 209.85.214.179 as permitted sender) Received: from [209.85.214.179] (HELO mail-ob0-f179.google.com) (209.85.214.179) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Feb 2014 19:55:32 +0000 Received: by mail-ob0-f179.google.com with SMTP id wo20so17476285obc.38 for ; Mon, 17 Feb 2014 11:55:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=KdAq3lq1sNmjKnocMxZbsX2bfPOSwDnD1VWz9BAmowM=; b=eDqleyH0sXUjfXNQdbphSbIvKZkIlUFcp5/+JQlSgf4Uo0qkOLq4tfOfUUeEOh58gF 0MXKM3kOKPP327UvoN907iMNnVW3/KH46BKwFyhWIy92eBTwr5rrM2AwlZalKfEcjF/b 9T9v7dVd30jf5aRmdfXj0Y/Wr5y/ak3lsq+wWH76siU53Zk8uxvtPg1RDwLOzLkn87Gc PapeqE21g4HDJ05Q6LjOMKn38nygdhntiRTXpL1I0uPiioP+/kEd8FYXv4gbtcqxRZFY TH3gPIgRU5Y16W3QEA0RhkDXcXLa7ysxPrjG6FTbi9DvaVG0xdPeULu3+z/co/4473ac XOKA== MIME-Version: 1.0 X-Received: by 10.182.53.72 with SMTP id z8mr22621750obo.36.1392666910718; Mon, 17 Feb 2014 11:55:10 -0800 (PST) Received: by 10.182.111.167 with HTTP; Mon, 17 Feb 2014 11:55:10 -0800 (PST) In-Reply-To: <2095F5EBE04D59409DFCE91FFCEBF7AFAF2A1EB1@EXMBX05.netplexity.local> References: <2095F5EBE04D59409DFCE91FFCEBF7AFAF2A1EB1@EXMBX05.netplexity.local> Date: Mon, 17 Feb 2014 14:55:10 -0500 Message-ID: Subject: Re: iOS 7 and status bar problem From: Mathieu St-Gelais To: users@flex.apache.org Content-Type: multipart/alternative; boundary=f46d0447f0ee82969b04f29f8840 X-Virus-Checked: Checked by ClamAV on apache.org --f46d0447f0ee82969b04f29f8840 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Hi Maurice I have tried the following with a black background: UIDeviceFamily 1 2 UIStatusBarStyle UIStatusBarStyleLightContent ]]> I can't see the bar, but I can make it open by swiping it down. I have to work on something else right now, so I'll get back to that problem later. I'll let you know when I find a solution. Thanks for your help. At least now I know where it's located. ;-) Mat On Mon, Feb 17, 2014 at 10:39 AM, Maurice Amsellem < maurice.amsellem@systar.com> wrote: > I am not sure 100%, but it seems that the text of the status bar is still > displayed in black , and the status bar itself is black, so that's why it > does not show. > > Actually, depending on the background color of your app, you may need to > set the status bar text color: > > https://developer.apple.com/library/ios/documentation/UserExperience/Conc= eptual/TransitionGuide/Bars.html > > In your case, you need to set UIStatusBarStyle to > UIStatusBarStyleLightContent > > In the section of your AIR configuration > file. > > Something like: > > > UIDeviceFamily > > > 1 > > 2 > > UIStatusBarStyle > UIStatusBarStyleLightContent > ]]> > > > Try that and let me know if it works. > > Maurice > > -----Message d'origine----- > De : Mathieu St-Gelais [mailto:mathieu.stgelais@gmail.com] > Envoy=E9 : lundi 17 f=E9vrier 2014 15:42 > =C0 : users@flex.apache.org > Objet : iOS 7 and status bar problem > > Hi. First I'd like to say that I have read this thread ( > https://issues.apache.org/jira/browse/FLEX-33860), but I'm still having > problems with the status bar under iOS 7. > > I'm using Apache Flex nightly builds (4.12), with Air 4.0Beta. Here's a > screenshot of my application (with lots of blur as it is a private > project): > > http://www.evilcodingmonkey.com/wp-content/uploads/2014/02/iOS7-screensho= t.jpg > > You see the black bar at the top (black because the application's > background color is set to black)? I suppose I should see the status bar = in > there, but I don't. Any idea why? I have tried removing all CSS, ActionBa= r > skin class, etc. > > Thanks for your help! > > Mat > --f46d0447f0ee82969b04f29f8840--