Yeah I am currently using stopProp, but then that effects everything else like text fields, buttons, etc... which then cuts down the draggable area of the overall component to just a few places where there isn't a child component.
I guess I will have to create some handle on the outside of the main component to use for dragging until I get the time to create some custom events. --- In [email protected], "Josh McDonald" <[EMAIL PROTECTED]> wrote: > > Have you tried cancelling the event from the listener for the inner > component? > > -Josh > > On Wed, Oct 8, 2008 at 1:33 AM, flexaustin <[EMAIL PROTECTED]> wrote: > > > Is it possible to localize drag? I have a component a Panel that is > > draggable. Inside that component I have an accordian and inside the > > accordian I have 3 canvas's each of which has a datagrid on it. > > > > The issue is that when I move down to drag a column in one of the > > datagrids it drags my panel and ignores my column drag. Or actually it > > tries doing both at the same time causing the column to blink do weird > > things. Anyway, is there a way to localize the drag? Or how can I > > determine if the person is doing a column drag versus trying to drag > > the entire panel around? > > > > Do I need to do something contrived get mouse position make a point > > (new point()) then determine if the point is over any of the Panels > > children (so some sort of find childbyid stuff) if so then don't drag > > entire panel? Or is there a setting?\ > > > > TIA > > > > > > ------------------------------------ > > > > -- > > Flexcoders Mailing List > > FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > > Alternative FAQ location: > > https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847 > > Search Archives: > > http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups > > Links > > > > > > > > > > > -- > "Therefore, send not to know For whom the bell tolls. It tolls for thee." > > http://flex.joshmcdonald.info/ > > :: Josh 'G-Funk' McDonald > :: 0437 221 380 :: [EMAIL PROTECTED] >

