[flexcoders] Can someone point out a tutorial or sample about moving panels?

2010-05-28 Thread Raymond Brown
I was looking for a way to move panels freely within a container, like the tool on http://www.splashup.com/splashup/ and I was wondering how to do the same. I have no interest in duplicating the site, just want to know how to drop two or more panels into a container such that my users can move

Re: [flexcoders] Can someone point out a tutorial or sample about moving panels?

2010-05-28 Thread dorkie dork from dorktown
in a panel component add startDrag() and stopDrag() in the mouse down and mouse up events respectively. jp On Fri, May 28, 2010 at 12:56 PM, Raymond Brown silenttr...@yahoo.comwrote: I was looking for a way to move panels freely within a container, like the tool on