Hi, After integrating MDG to the latest develop, I realized iPad2 is now getting 120 DPI, whereas it has 160 previously.
This is consistent, and closer to the 132 dpi of iPad2, and moreover, iPad retina is now X2, so we don't need to tweak the RuntimeDPIProvider for iPad retina anymore. This also means that existing apps will have to define @media DPI=120, so that it looks good on iPad too... Is that correct ? Maurice -----Message d'origine----- De : Maurice Amsellem [mailto:maurice.amsel...@systar.com] Envoyé : samedi 28 septembre 2013 00:01 À : dev@flex.apache.org Objet : RE: Mobile datagrid component integration (ASDOC) AFAIK, the problem with that is that as-doc examples are supposed to be in one directory to be processed by <asdoc>. Actually, each project in the framework has its own asdoc/examples/ directory. So either we have a script that runs through the projects and copies everything to one single place Or we move all the asdoc/examples sources to one single place. First option is of course the simplest one. Have a good teaching, this can wait for a later time. Maurice -----Message d'origine----- De : Justin Mclean [mailto:jus...@classsoftware.com] Envoyé : vendredi 27 septembre 2013 23:55 À : dev@flex.apache.org Objet : Re: Mobile datagrid component integration (ASDOC) Hi, > In effect, asdoc/build.xml <asdoc> task does not include the examples-path > property, so any @includeExample will just be ignored. Probably have to make some minor changes to the build script, look at the existing examples in say the framework project. I'm teaching a course today so wont be able to look at it until tomorrow. Thanks, Justin