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 23D911879A for ; Sun, 6 Mar 2016 18:26:10 +0000 (UTC) Received: (qmail 22408 invoked by uid 500); 6 Mar 2016 18:26:09 -0000 Delivered-To: apmail-flex-users-archive@flex.apache.org Received: (qmail 22378 invoked by uid 500); 6 Mar 2016 18:26:09 -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 22367 invoked by uid 99); 6 Mar 2016 18:26:09 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Mar 2016 18:26:09 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 04686C0679 for ; Sun, 6 Mar 2016 18:26:09 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.486 X-Spam-Level: *** X-Spam-Status: No, score=3.486 tagged_above=-999 required=6.31 tests=[DKIM_ADSP_CUSTOM_MED=0.001, NML_ADSP_CUSTOM_MED=1.2, RCVD_IN_DNSWL_NONE=-0.0001, SPF_SOFTFAIL=0.972, URI_HEX=1.313] autolearn=disabled Received: from mx2-lw-us.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id qxA22ETSwR-6 for ; Sun, 6 Mar 2016 18:26:06 +0000 (UTC) Received: from mwork.nabble.com (mwork.nabble.com [162.253.133.43]) by mx2-lw-us.apache.org (ASF Mail Server at mx2-lw-us.apache.org) with ESMTP id 8E7925F2C3 for ; Sun, 6 Mar 2016 18:26:06 +0000 (UTC) Received: from mjoe.nabble.com (unknown [162.253.133.57]) by mwork.nabble.com (Postfix) with ESMTP id DCD1C1A6A94B4 for ; Sun, 6 Mar 2016 10:16:02 -0800 (PST) Date: Sun, 6 Mar 2016 09:58:26 -0800 (PST) From: npem To: users@flex.apache.org Message-ID: In-Reply-To: <56DC677F.5060606@after24.net> References: <1457184437071-12125.post@n4.nabble.com> <1457193046314-12126.post@n4.nabble.com> <56DC677F.5060606@after24.net> Subject: Re: iPhone 6s+ black bars at top and bottom of App MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Thank you, as that was the missing part of the problem. You have saved me pulling out the rest of my hair. Again many thanks to those helping with this and to those looking at it, to see if they could help. Phi l:-) On Sun, Mar 6, 2016 at 4:56 PM, After24 [via Apache Flex Users] < ml-node+s2333346n12134h79@n4.nabble.com> wrote: > Hello Phil, > > In IntelliJ, on the iOS tab of the module settings, you have to > reference the path to the /src folder (Files and folders to package) in > order to incorporate the splash images in the final .ipa. > I supposed there is something similar on other IDEs. > > Vincent. > > > > > Le 06/03/2016 10:25, npem a =C3=A9crit : > > > OK, > > I have the following files in the src directory: > > > > Default-375w-667h@2x~iphone.png (750x1334) > > Default-414w-736h@3x~iphone.png (1242x2208) > > Default-568h@2x~iphone.png (640x1136) > > Default@2x~iphone.png (640x960) > > Default~iphone.png (320x480) > > > > And the ViewNavigatorApplication has: > > > > > xmlns:fx=3D"http://ns.adobe.com/mxml/2009" > > xmlns:s=3D"library://ns.adobe.com/flex/spark" > > applicationDPI=3D"160" > > firstView=3D"views.toggle" > > backgroundColor=3D"0xFF9500"> > > > > > > ie no reference to the Splash images > > > > > > The XML files, set the aspect ratio to portrait: > > > > portrait > > > > > > > > On startup, the *iPhone 6s+* splash screen is not shown, only the > > background color (0xFF9500). > > > > Also, it has the black lines at top and bottom as does the rest of the > > application. > > > > > > So, it appears not to be referencing the splash images at all! > > > > I have rebuilt the Project to make sure it's a new compile. > > > > > > Heeelp! > > > > > > Phil. > > > > > > On Sat, Mar 5, 2016 at 4:57 PM, OmPrakash Muppirala [via Apache Flex > Users] > > <[hidden email] > > wrote: > > > >> On Mar 5, 2016 8:57 AM, "npem" <[hidden email] > >> > wrote: > >>> Thanks for your reply, however a couple of questions: > >>> > >>> 1) I am testing on the iPhone 6s+, don't I need a 3x version of this? > >>> > >>> 2) How do I refer to each of the possible splash screen files? > >> You don't need to reference the images in your code. Just the > presence > >> of > >> the image in the correct location souks fix this issue. > >> > >> Thanks, > >> Om > >> > >>> Do I need to use the SplashScreenImage class to define the images > based > >> on > >>> the dpi and orientation? > >>> > >>> Thanks again, > >>> > >>> A bit confused, > >>> Phil. > >>> > >>> On Sat, Mar 5, 2016 at 3:50 PM, After24 [via Apache Flex Users] < > >>> [hidden email] > > >> wrote: > >>>> Hi Phil, > >>>> > >>>> Yes, black bars appears when the following splash screen files are > >> missing > >> > >>>> : > >>>> > >>>> Default@2x~iphone.png > >>>> Default-375w-667h@2x~iphone.png > >>>> Default-568h@2x~iphone.png > >>>> Default~iphone.png > >>>> > >>>> Cheers. > >>>> > >>>> Vincent. > >>>> > >>>> ------------------------------ > >>>> If you reply to this email, your message will be added to the > >> discussion > >>>> below: > >>>> > >>>> > >> > http://apache-flex-users.2333346.n4.nabble.com/iPhone-6s-black-bars-at-to= p-and-bottom-of-App-tp12125p12126.html > >>>> To unsubscribe from iPhone 6s+ black bars at top and bottom of App, > >> click > >>>> here > >>>> < > >>>> . > >>>> NAML > >>>> < > >> > http://apache-flex-users.2333346.n4.nabble.com/template/NamlServlet.jtp?m= acro=3Dmacro_viewer&id=3Dinstant_html%21nabble%3Aemail.naml&base=3Dnabble.n= aml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabb= le.view.web.template.NodeNamespace&breadcrumbs=3Dnotify_subscribers%21nabbl= e%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21na= bble%3Aemail.naml > >> > >>> > >>> > >>> -- > >>> Philip Medlam > >>> > >>> > >>> > >>> > >>> -- > >>> View this message in context: > >> > http://apache-flex-users.2333346.n4.nabble.com/iPhone-6s-black-bars-at-to= p-and-bottom-of-App-tp12125p12127.html > >>> Sent from the Apache Flex Users mailing list archive at Nabble.com. > >> > >> ------------------------------ > >> If you reply to this email, your message will be added to the > discussion > >> below: > >> > >> > http://apache-flex-users.2333346.n4.nabble.com/iPhone-6s-black-bars-at-to= p-and-bottom-of-App-tp12125p12128.html > >> To unsubscribe from iPhone 6s+ black bars at top and bottom of App, > click > >> here > >> < > >> . > >> NAML > >> < > http://apache-flex-users.2333346.n4.nabble.com/template/NamlServlet.jtp?m= acro=3Dmacro_viewer&id=3Dinstant_html%21nabble%3Aemail.naml&base=3Dnabble.n= aml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabb= le.view.web.template.NodeNamespace&breadcrumbs=3Dnotify_subscribers%21nabbl= e%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21na= bble%3Aemail.naml> > > >> > > > > > > > > ------------------------------ > If you reply to this email, your message will be added to the discussion > below: > > http://apache-flex-users.2333346.n4.nabble.com/iPhone-6s-black-bars-at-to= p-and-bottom-of-App-tp12125p12134.html > To unsubscribe from iPhone 6s+ black bars at top and bottom of App, click > here > > . > NAML > > --=20 Philip Medlam -- View this message in context: http://apache-flex-users.2333346.n4.nabble.co= m/iPhone-6s-black-bars-at-top-and-bottom-of-App-tp12125p12135.html Sent from the Apache Flex Users mailing list archive at Nabble.com.