RE: Regression with DPI calculation

2014-03-03 Thread Maurice Amsellem
I will do. Maurice -Message d'origine- De : Justin Mclean [mailto:jus...@classsoftware.com] Envoyé : lundi 3 mars 2014 03:57 À : dev@flex.apache.org Objet : Re: Regression with DPI calculation Hi, Change back to if (iOS) - would be nice if there was another way as it pun

Re: Regression with DPI calculation

2014-03-02 Thread Justin Mclean
Hi, Change back to if (iOS) - would be nice if there was another way as it punishes iPhone uses. Given that the OS doesn't change at runtime you could probably calculate that once and use a cached result for all future calls. Thanks, Justin

RE: Regression with DPI calculation

2014-03-02 Thread Maurice Amsellem
] Envoyé : dimanche 2 mars 2014 23:43 À : dev@flex.apache.org Objet : Re: Regression with DPI calculation Hi, Will changing it back to isIOS (rather than isIPad) have the same issue in the emulator? And this is not a regression as such as that code in question hadn't been released in 4.11. Thanks, Justin

Re: Regression with DPI calculation

2014-03-02 Thread Justin Mclean
Hi, Will changing it back to isIOS (rather than isIPad) have the same issue in the emulator? And this is not a regression as such as that code in question hadn't been released in 4.11. Thanks, Justin

RE: Regression with DPI calculation

2014-03-02 Thread Maurice Amsellem
ssage d'origine- De : Justin Mclean [mailto:jus...@classsoftware.com] Envoyé : dimanche 2 mars 2014 22:55 À : dev@flex.apache.org Objet : Re: Regression with DPI calculation Hi, Anyway you can see to avoid those calculations on non iPad devices? Justin

Re: Regression with DPI calculation

2014-03-02 Thread Justin Mclean
Hi, Anyway you can see to avoid those calculations on non iPad devices? Justin