[flexcoders] Re: rotation and scrollbar generation in canvas and rotation and drag and drop

2007-05-29 Thread Jason
I must confess I was really surprised when I rotated a text object and re-positioned. And discovered scrollbars appearing because although the rotated objects were placed on the canvas. The original positions were what the system used for determining the necessity of scrollbars. This definitely

RE: [flexcoders] Re: rotation and scrollbar generation in canvas and rotation and drag and drop

2007-05-29 Thread Alex Harui
It's a bunch of work and can hurt performance for all of the containers to handle rotated objects in layout so we simply haven't done it yet. You should be able to get around it by subclassing though. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]

RE: [flexcoders] Re: rotation and scrollbar generation in canvas and rotation and drag and drop

2007-05-29 Thread Ely Greenfield
Right on all counts Jason. Our layout system isn't really written to handle rotation in a deeply integrated manner. It's something we'd like to include, but most use cases don't really require rotation, so it's a bit lower down on the priority list. As Alex points out, doing it