RE: Advice needed on FLEX-33994

2014-03-22 Thread Maurice Amsellem
Sorry, the build is broken, so won't be available until it's fixed. -Message d'origine- De : Maurice Amsellem [mailto:maurice.amsel...@systar.com] Envoyé : samedi 22 mars 2014 23:08 À : dev@flex.apache.org Objet : RE: Advice needed on FLEX-33994 I have implemented and co

RE: Advice needed on FLEX-33994

2014-03-22 Thread Maurice Amsellem
che documentation for reference) -Message d'origine- De : Lee Burrows [mailto:subscripti...@leeburrows.com] Envoyé : mercredi 19 mars 2014 19:52 À : dev@flex.apache.org Objet : Re: Advice needed on FLEX-33994 On 19/03/2014 18:41, Maurice Amsellem wrote: >> would be good to have this m

Re: Advice needed on FLEX-33994

2014-03-19 Thread Lee Burrows
On 19/03/2014 18:41, Maurice Amsellem wrote: would be good to have this measurement available to the app in same way as osVersion, eg: Platform.diagonalSizeInInches Good idea. Does it matter if it 's not bindable ? (this is because Platform is all static, so can't have any bindable props). Pe

RE: Advice needed on FLEX-33994

2014-03-19 Thread Maurice Amsellem
age d'origine- De : Lee Burrows [mailto:subscripti...@leeburrows.com] Envoyé : mercredi 19 mars 2014 19:29 À : dev@flex.apache.org Objet : Re: Advice needed on FLEX-33994 I like device-diagonal - especially as it would avoid the need for a style update. Also, would be good to have this

Re: Advice needed on FLEX-33994

2014-03-19 Thread Lee Burrows
gonal is used, don't update styles on orientation - if no device-xxx is used, don't update styles on orientation change. WDYT? Maurice -Message d'origine- De : Alex Harui [mailto:aha...@adobe.com] Envoyé : mercredi 19 mars 2014 15:40 À : dev@flex.apache.org Objet : Re: Advic

RE: Advice needed on FLEX-33994

2014-03-19 Thread Maurice Amsellem
Maurice -Message d'origine- De : Alex Harui [mailto:aha...@adobe.com] Envoyé : mercredi 19 mars 2014 17:46 À : dev@flex.apache.org Objet : Re: Advice needed on FLEX-33994 On 3/19/14 8:52 AM, "Maurice Amsellem" wrote: >>What do folks do in the HTML/JS/CS

Re: Advice needed on FLEX-33994

2014-03-19 Thread Alex Harui
On 3/19/14 8:52 AM, "Maurice Amsellem" wrote: >>What do folks do in the HTML/JS/CSS world? >From what I read on the web, they use media queries, with a combination >of width/height ( type=handheld is not used, as it's not well supported). > >For Flex JS, you could rely entirely on the browser's

RE: Advice needed on FLEX-33994

2014-03-19 Thread Maurice Amsellem
16:23 À : dev@flex.apache.org Objet : Re: Advice needed on FLEX-33994 What do folks do in the HTML/JS/CSS world? For FlexJS I hope to not rely on custom media queries any more than the HTML/JS/CSS folks do. It might be nice if the SDK did something similar although the DPI buckets can be a fac

Re: Advice needed on FLEX-33994

2014-03-19 Thread Alex Harui
n >- if no device-xxx is used, don't update styles on orientation change. > >WDYT? > >Maurice > >-Message d'origine- >De : Alex Harui [mailto:aha...@adobe.com] >Envoyé : mercredi 19 mars 2014 15:40 >À : dev@flex.apache.org >Objet : Re: Advice nee

RE: Advice needed on FLEX-33994

2014-03-19 Thread Maurice Amsellem
:40 À : dev@flex.apache.org Objet : Re: Advice needed on FLEX-33994 IIRC, pixel density is not reported accurately on the desktop, so computing inches and cms will have a certain amount of inaccuracy. That said, see if you can put in a flag so folks can get back to the old behavior if they

Re: Advice needed on FLEX-33994

2014-03-19 Thread Alex Harui
IIRC, pixel density is not reported accurately on the desktop, so computing inches and cms will have a certain amount of inaccuracy. That said, see if you can put in a flag so folks can get back to the old behavior if they find this one too slow, and go for it. Large desktop UI's with tons of wid