1) MultiBitmapSource > I think a better solution would be to add a getMultiSource method to > MultiBitmapSource. I'll make this change for you can check into develop. > I think there was a JIRA raised about this exact issue anyway.
Yes, that's https://issues.apache.org/jira/browse/FLEX-33739, and you raised it following my initial email about that. I will wait for your change and then use your method. > 4) spark.utils.DensityUtil2 vs spark.utils.DensityUtil > > In that case it should probably belong in the MobileGrid class or rename the > class MobileGridDensityUtil or MobileGridUtil, I'd rather not have a class > called DensityUtil2. OK, I will do that. Maurice -----Message d'origine----- De : Justin Mclean [mailto:jus...@classsoftware.com] Envoyé : vendredi 4 octobre 2013 01:21 À : dev@flex.apache.org Objet : Re: New mobile grid classes (integration) > __________________________ > > > 4) spark.utils.DensityUtil2 vs spark.utils.DensityUtil > > a) differences: > > private static function dpiScale(value:Number, sourceDPI:Number = > DPIClassification.DPI_160):Number And private static function > getSetApplicationDPI():Number > > Actually, this is very specific to MobileGrid and I don't know if it can be > extended to SDK. In that case it should probably belong in the MobileGrid class or rename the class MobileGridDensityUtil or MobileGridUtil, I'd rather not have a class called DensityUtil2. Thanks, Justin