itlancer
itlancer
@ajwfrost I made more tests with latest AIR 33.1.1.554 with different devices, IDEs and samples. With **MovieClip/Sprite** coercion with compiler **"strict mode" enabled** it doesn't work. It throws compile-time error:...
@ajwfrost More tests :) All with new ActionScript Compiler, no Flex SDK. 1) Command line usage (adl, adl64, adt, mxmlc and amxmlc) Indeed no compile errors. Sample application packaging also...
Thanks! Meanwhile I try to look what's going on with FlashDevelop. May be SDK link didn't updated properly...
@ajwfrost my opinion that `var newVector : Vector. = Vector.(myMCs);` should give a new vector of references to the MCs as sprites cause we use explicit coercion by Vector(). But...
@ajwfrost With latest AIR SDK 33.1.1.620 for me all tests with coercion give the same result as described earlier: https://github.com/airsdk/Adobe-Runtime-Support/issues/894#issuecomment-880065567 1) Command line usage (adl, adl64, adt, mxmlc and amxmlc)...
Issue still exists for Animate and VSCode with latest AIR 51.0.0.3.
Issue still exists with latest AIR 51.1.1.5.
Issue still exists with latest AIR SDK 50.2.4.5.
Issue still exists with latest AIR 51.0.1.1.
@ajwfrost Still doesn't work with AIR 51.0.1.4. The same sample as in original post. Now actual result not as `scrollRect` but display only top left corner of image.