Hello, For those who are interested by this subject, I asked yesterday to Michael Archbold from Distriqt if a would be possible to add this feature to their Application ANE <http://airnativeextensions.com/extension/com.distriqt.Application> and he did it 3 hours later !
API is very simple : /trace( "DISPLAY METRICS ========================" ); trace( "densityDpi: " + Application.service.device.displayMetrics.densityDpi ); trace( "screenHeight: " + Application.service.device.displayMetrics.screenHeight ); trace( "screenWidth: " + Application.service.device.displayMetrics.screenWidth ); trace( "xdpi: " + Application.service.device.displayMetrics.xdpi ); trace( "ydpi: " + Application.service.device.displayMetrics.ydpi ); / This will be super usefull for measuring screen elements accurately. I highly recommand distriqt for the quality of their ANE and the professionalism of the support they provide. Vincent. -- View this message in context: http://apache-flex-users.2333346.n4.nabble.com/Getting-the-exact-screen-density-on-AIR-mobile-tp14312p14316.html Sent from the Apache Flex Users mailing list archive at Nabble.com.
