What's the best way to support retina screens?
Hello,
I recently made the UI for my custom panel code-only, but my retina users report that everything is still pixelated (I haven't had a chance to track down a retina machine to test it yet myself). I had hoped that doing the UI in the code would make it work naturally, but that doesn't seem to be the case.
In researching this, I've come across users of mobile apps using FlexGlobals.topLevelApplication.applicationDPI set a target DPI, but this doesn't appear to exist in the CS Flex SDK 3.4.0 (seems to be a Flex 4 thing).
What's the best way to support retina displays for my panel? As far as I can tell, Flex 4 doesn't work with the CSXS library.
Thanks,
Cameron