Flex internally maps all possible DPI values into these fixed DPI buckets. Take a look at this function: https://github.com/apache/flex-sdk/blob/8f3dd5bb05549b29f9d608e6abc914409a1a4ae2/frameworks/projects/framework/src/mx/core/RuntimeDPIProvider.as#L162
So, the applicationDPI value will always be one of these 6 values. Thanks, Om On Fri, Nov 18, 2016 at 2:29 PM, bilbosax <[email protected]> wrote: > Om, thanks for the response and the examples, they are really helpful and > something I WILL definitely look into. I almost wish I had learned > programming in pure actionscript instead of in Flex, hopefully someday as I > think it would help many of my performance issues. In your example, what > happens when the DPI of your device does not match one of your designed DPI > scenarios? For instance, my iPad is 192 DPI, which does not match 160, 240, > or 320 DPI ??? How does your Skins account for that? > > > > -- > View this message in context: http://apache-flex-users. > 2333346.n4.nabble.com/Scout-What-does-this-mean-tp14126p14162.html > Sent from the Apache Flex Users mailing list archive at Nabble.com. >
