RE: MultiBitmapSource

2013-09-18 Thread Maurice Amsellem
I didn't know there was a ticket already. Thanks guys. Maurice -Message d'origine- De : Alex Harui [mailto:aha...@adobe.com] Envoyé : mercredi 18 septembre 2013 22:03 À : dev@flex.apache.org Objet : Re: MultiBitmapSource Yes, but I think Justin opened one for you. I t

Re: MultiBitmapSource

2013-09-18 Thread Alex Harui
features >or behavior change (such as the one below)? > >Thanks > >Maurice > >-Message d'origine- >De : Maurice Amsellem [mailto:maurice.amsel...@systar.com] >Envoyé : mardi 17 septembre 2013 20:26 >À : dev@flex.apache.org >Objet : MultiBitmapSource

RE: MultiBitmapSource

2013-09-18 Thread OmPrakash Muppirala
ilto:maurice.amsel...@systar.com] > Envoyé : mardi 17 septembre 2013 20:26 > À : dev@flex.apache.org > Objet : MultiBitmapSource > > Hi Community, > > MultiBitmapSource getSource(dpi) method is called 3 times in the SDK with exactly the same code: > > var app:Objec

RE: MultiBitmapSource

2013-09-18 Thread Maurice Amsellem
Objet : MultiBitmapSource Hi Community, MultiBitmapSource getSource(dpi) method is called 3 times in the SDK with exactly the same code: var app:Object = FlexGlobals.topLevelApplication; var dpi:Number; if ("runtimeDPI" in app) dpi =

MultiBitmapSource

2013-09-17 Thread Maurice Amsellem
Hi Community, MultiBitmapSource getSource(dpi) method is called 3 times in the SDK with exactly the same code: var app:Object = FlexGlobals.topLevelApplication; var dpi:Number; if ("runtimeDPI" in app) dpi = app[&