0
votes

I've started learning flex and as a first project I've created a component from the example found here component with which I call into the main application (web based).

When I rotate the image it goes well, however, when I resize the application, my component which fills the application container ie width, height 100%, seems to make the rotations calculus based on it's previous width and height.

So basically the rotations go wrong when I resize the app. Any ideas on how to fix this?

1

1 Answers

0
votes

I had to recalculate the view's perspective point upon the app resize event.