Jump to content
Search Community

scaleFromCenter bug

Mediamonkey test
Moderator Tag

Recommended Posts

Hi Jack,

 

I've encountered a bug with the scaleFromCenter property.

I'm using the FlexTransformManager in, you guessed it, Flex.

Nothing fancy, I just set the property to false.

 

You can view my app here: http://bikewear.j-db.nl/demo5

 

Steps to reproduce with an image:

[*]Upload an image, wait for it (no progressBar yet)

[*]Scale the image

 

Steps to reproduce with a TextField (Label component):

[*]Type in a text and press the button at the bottom ("Toevoegen")

[*]Scale the label

 

The image isn't much of a problem, but when the label is scaled, it animates very strangely.

There's not much on my side happening, as you can see:

var label:Label = new Label();
label.text = text;
manager.addChild(label);
manager.selectItem(label);

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...