RE: IOS7 status bar management ( FLEX-33860)

2014-02-14 Thread Maurice Amsellem
ode in layoutContents Maurice -Message d'origine- De : Rami Tarabay [mailto:rtara...@codefish.com] Envoyé : vendredi 14 février 2014 11:06 À : dev@flex.apache.org Objet : Re: IOS7 status bar management ( FLEX-33860) Hi, Thanks for your reply. I can get the 4.12.0 RC1(dev use only)

Re: IOS7 status bar management ( FLEX-33860)

2014-02-14 Thread Rami Tarabay
r.setStyle("paddingTop",40) and did not work. Any suggestions ? Best, On Fri, Feb 14, 2014 at 11:02 AM, Maurice Amsellem < maurice.amsel...@systar.com> wrote: > Hi Rami, > > If you can get the 4.12 SDK nightly, iOS7 status bar is managed > automatically. > > If you

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

Re: IOS7 status bar management ( FLEX-33860)

2014-02-14 Thread Rami Tarabay
3 at 3:18 AM, Maurice Amsellem < maurice.amsel...@systar.com> wrote: > Thanks > > -Message d'origine- > De : Justin Mclean [mailto:jus...@classsoftware.com] > Envoyé : mardi 3 décembre 2013 01:33 > À : dev@flex.apache.org > Objet : Re: IOS7 status bar managemen

RE: iOS7 status bar

2013-12-08 Thread Maurice Amsellem
: dev@flex.apache.org Objet : iOS7 status bar Hi team, I am working again on FLEX-33860 (support of iOS7 status bar). Users has reported an issue when programmatically setting the stage to full screen (stage.displayState = fullScreen), the status bar gap was not removed And when setting back the stage to n

iOS7 status bar

2013-12-08 Thread Maurice Amsellem
Hi team, I am working again on FLEX-33860 (support of iOS7 status bar). Users has reported an issue when programmatically setting the stage to full screen (stage.displayState = fullScreen), the status bar gap was not removed And when setting back the stage to normal, the status bar gap was

Re: IOS7 status bar management ( FLEX-33860)

2013-12-02 Thread Alex Harui
On 12/2/13 4:32 PM, "Justin Mclean" wrote: >>The main and simple reason for that is am physically exhausted. >Feel free to take a break or go slow for a while, you don't have to fix >something every day. Plus it makes the rest of us look lazy :-) Yes, definitely. -Alex

RE: IOS7 status bar management ( FLEX-33860)

2013-12-02 Thread Maurice Amsellem
Thanks -Message d'origine- De : Justin Mclean [mailto:jus...@classsoftware.com] Envoyé : mardi 3 décembre 2013 01:33 À : dev@flex.apache.org Objet : Re: IOS7 status bar management ( FLEX-33860) Hi, I think the proposed solution is a good compromise, we need to be able to support

Re: IOS7 status bar management ( FLEX-33860)

2013-12-02 Thread Justin Mclean
Hi, I think the proposed solution is a good compromise, we need to be able to support iOS7, and as noted other framework are also having this exact same issue. It's almost like Apple only wants you to only write native apps :-) > The main and simple reason for that is am physically exhausted. F

RE: IOS7 status bar management ( FLEX-33860)

2013-12-02 Thread Maurice Amsellem
re 2013 20:44 À : dev@flex.apache.org Objet : Re: IOS7 status bar management ( FLEX-33860) On Mon, Dec 2, 2013 at 11:41 AM, Alex Harui wrote: > > > On 12/2/13 11:29 AM, "Maurice Amsellem" > wrote: > > >>I think mozilla's custom properties is more on the righ

Re: IOS7 status bar management ( FLEX-33860)

2013-12-02 Thread OmPrakash Muppirala
On Mon, Dec 2, 2013 at 11:41 AM, Alex Harui wrote: > > > On 12/2/13 11:29 AM, "Maurice Amsellem" > wrote: > > >>I think mozilla's custom properties is more on the right track. IOW, > >>what is it about the screen that is or isn't changing? > >>Whatever it is, while it got introduced in IOS 7, i

Re: IOS7 status bar management ( FLEX-33860)

2013-12-02 Thread Alex Harui
On 12/2/13 11:29 AM, "Maurice Amsellem" wrote: >>I think mozilla's custom properties is more on the right track. IOW, >>what is it about the screen that is or isn't changing? >>Whatever it is, while it got introduced in IOS 7, it doesn't mean that >>whatever it is won't be implemented in other

RE: IOS7 status bar management ( FLEX-33860)

2013-12-02 Thread Maurice Amsellem
" prop was meant to be used for seting different skins for different versions of Androids ( suggestion from Om) Here again, we could have defined android-specific props such as: "-flex-android-theme=A|B|C" WDYT? Maurice -Message d'origine----- De : Alex Harui [mailto:ah

Re: IOS7 status bar management ( FLEX-33860)

2013-12-02 Thread Alex Harui
On 12/2/13 12:34 AM, "Maurice Amsellem" wrote: >Anyway, I think it's too late to change that: >- changing the existing css selectors (eg. os-platform => >-flex-os-platform, or application-dpi to resolution) would break >existing applications >- implementing standard W3C media css selectors wil

RE: IOS7 status bar management ( FLEX-33860)

2013-12-02 Thread Maurice Amsellem
andard W3C media css selectors will be difficult to implement, and may conflict with other Flex "responsive-design" techniques (states) WDYT ? Maurice -Message d'origine- De : Alex Harui [mailto:aha...@adobe.com] Envoyé : lundi 2 décembre 2013 05:52 À : dev@flex.apa

Re: IOS7 status bar management ( FLEX-33860)

2013-12-01 Thread Alex Harui
che.org/jira/browse/FLEX-33949 ( os-version media css) >https://issues.apache.org/jira/browse/FLEX-33860 (ios 7 status bar) > >os-version implementation covers iOS and desktop OS only. >Android os-version yet to be done. > >(I didn't want to delay iOS7 status bar fix, because

RE: IOS7 status bar management ( FLEX-33860)

2013-12-01 Thread Maurice Amsellem
nt to delay iOS7 status bar fix, because of Android). Maurice -Message d'origine- De : omup...@gmail.com [mailto:omup...@gmail.com] De la part de OmPrakash Muppirala Envoyé : dimanche 1 décembre 2013 03:15 À : dev@flex.apache.org Objet : RE: IOS7 status bar management ( FLEX-33860)

RE: IOS7 status bar management ( FLEX-33860)

2013-11-30 Thread OmPrakash Muppirala
for donation of the code to AF > - "borrow" the idea (reading system/build.prop) and re-implement the parse code, shouldn't be that difficult. > > What do you think? I think that as long as we don't copy the code, we should be good. > > Note: of course, getting t

RE: IOS7 status bar management ( FLEX-33860)

2013-11-30 Thread Maurice Amsellem
ouldn't be that difficult. What do you think? Note: of course, getting the version of Android is not required for managing iOS7 status bar. I am raising this issue because Om once mentioned that css media query os-version would be useful for Android as well, to apply different skins to dif

RE: IOS7 status bar management ( FLEX-33860)

2013-11-30 Thread Maurice Amsellem
s-platform: 'IOS') and (max-os-version: 6.5) IOS7: @media (os-platform: 'IOS') and (min-os-version: 7.0) It would work the same for Android... Maurice -Message d'origine- De : Maurice Amsellem [mailto:maurice.amsel...@systar.com] Envoyé : samedi 30 novembre 2013 16

RE: IOS7 status bar management ( FLEX-33860)

2013-11-30 Thread Maurice Amsellem
up...@gmail.com [mailto:omup...@gmail.com] De la part de OmPrakash Muppirala Envoyé : dimanche 3 novembre 2013 21:36 À : dev@flex.apache.org Objet : Re: IOS7 status bar management ( FLEX-33860)

RE: IOS7 status bar management ( FLEX-33860)

2013-11-26 Thread Maurice Amsellem
mes.de] Envoyé : mardi 26 novembre 2013 11:41 À : dev@flex.apache.org Objet : Re: IOS7 status bar management ( FLEX-33860) Does anyone of you knows if adobe is going to fix this issue in Air 3.9x or Air 4.X or is something planned for a an upcoming Flex SDK? The issue doesn't seem to be hig

Re: IOS7 status bar management ( FLEX-33860)

2013-11-26 Thread Christian Kiefer
tian Am 04.11.2013 14:25, schrieb Maurice Amsellem: There's already one: https://bugbase.adobe.com/index.cfm?event=bug&id=3633422 Maurice -Message d'origine- De : Alex Harui [mailto:aha...@adobe.com] Envoyé : lundi 4 novembre 2013 05:52 À : dev@flex.apache.org Objet : Re: IOS

RE: IOS7 status bar management ( FLEX-33860)

2013-11-04 Thread Maurice Amsellem
There's already one: https://bugbase.adobe.com/index.cfm?event=bug&id=3633422 Maurice -Message d'origine- De : Alex Harui [mailto:aha...@adobe.com] Envoyé : lundi 4 novembre 2013 05:52 À : dev@flex.apache.org Objet : Re: IOS7 status bar management ( FLEX-33860) On 11

Re: IOS7 status bar management ( FLEX-33860)

2013-11-03 Thread Alex Harui
On 11/3/13 12:38 PM, "Lee Burrows" wrote: >creators of native ios apps do have the ability to force the statusbar >to behave in the 'old' way (opaque and not overlaying the app) and i'm >sure i've read somewhere that adobe are working on a fix for this in the >air player so an sdk change ma

Re: IOS7 status bar management ( FLEX-33860)

2013-11-03 Thread Lee Burrows
cant remember where (it was a week or 2 ago); either the apple dev site or a blog - but i'm not an ios dev either so i may have misunderstood On 03/11/2013 23:58, Maurice Amsellem wrote: Hi, >creators of native ios apps do have the ability to force the statusbar to behave in the 'old' way (o

RE: IOS7 status bar management ( FLEX-33860)

2013-11-03 Thread Maurice Amsellem
flex.apache.org Objet : Re: IOS7 status bar management ( FLEX-33860) creators of native ios apps do have the ability to force the statusbar to behave in the 'old' way (opaque and not overlaying the app) and i'm sure i've read somewhere that adobe are working on a fix for thi

Re: IOS7 status bar management ( FLEX-33860)

2013-11-03 Thread Lee Burrows
creators of native ios apps do have the ability to force the statusbar to behave in the 'old' way (opaque and not overlaying the app) and i'm sure i've read somewhere that adobe are working on a fix for this in the air player so an sdk change may not be necessary. perhaps alex could confir

Re: IOS7 status bar management ( FLEX-33860)

2013-11-03 Thread OmPrakash Muppirala
On Nov 3, 2013 12:13 PM, "Maurice Amsellem" wrote: > > Hi Team, > > iOS7 manages the status bar differently than iOS 6.1: application is displayed in full screen and the status bar is displayed on top of the app, either in black or white font color (depending on some setting). > > Current flex a

IOS7 status bar management ( FLEX-33860)

2013-11-03 Thread Maurice Amsellem
Hi Team, iOS7 manages the status bar differently than iOS 6.1: application is displayed in full screen and the status bar is displayed on top of the app, either in black or white font color (depending on some setting). Current flex apps running on iOS7 will have the status bar partly covering