We are currently working on an advanced Flex 2.0 project. What we discovered working on it is that the Flex framework has some lacks regarding rotation of elements.
- For example placing a rotated element in a canvas doesnt generate the scrollbars as you would expect, but only takes the width and height starting from the upper left corner to define the size of the element. - Another problem is using the implemented drag n drop with rotated elements. It seems like there is a "non dropping area" created that resembles the size of the used canvas (or other element) at the top of the application. While this area is out of screen for unrotated objects it comes into stage when rotation is applied. For example a 180 degrees rotated object can be invisibly found in the top left corner of your application. This might be a bug in our application or a flex feature, lets see... can anyone recreate these problems? do you already have a solution? we are working on it... best, Thomas also see my blog at http://bedenk.de/blog/archives/3-Flex-2.0-rotation.html -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> Your email settings: Individual Email | Traditional <*> To change settings online go to: http://groups.yahoo.com/group/flexcoders/join (Yahoo! ID required) <*> To change settings via email: mailto:[EMAIL PROTECTED] mailto:[EMAIL PROTECTED] <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

