Re: [flexcoders] Can drag-able content within a container, update it's Scrollbars?

2007-02-07 Thread Jeff Tapper
I think i need to respectfully disagree on this. For the type of panning of elements within a container, i think startDrag and stopDrag should suit his needs nicely. At 06:04 AM 2/4/2007, Michael Schmalle wrote: Hi Mike Check out the http://Panel.asPanel.as class for the standard way of

[flexcoders] Can drag-able content within a container, update it's Scrollbars?

2007-02-04 Thread Mike Anderson
Hello All, I have a Box Component, that contains a SWFLoader. When the SWFLoader's Content grows beyond the bounds of the Box Container, I have the Scrollbars automatically appear. This particular content that the SWFLoader houses, is always going to be a Map. Obviously, when viewing Maps,

Re: [flexcoders] Can drag-able content within a container, update it's Scrollbars?

2007-02-04 Thread Michael Schmalle
Hi Mike Check out the Panel.as class for the standard way of dragging things in Flex. Don't use startDrag() and stopDrag(). You will see addEventListener() to the systemManager and stage. in the sm.MOUSE_MOVE is where your actual instance logic goes. As far as your scroll bars question; Put