I have a drag drop issue that is somewhat related to this perhaps there is a common cause.
I have a new popup (canvas) with drag / drop from List to a Canvas. On drag enter the red x indicating will not accept the drop shows well into the actual acceptable drop zone. I realized that that the 'drop zone" x coordinate is offset by the same x offset of the popup canvas. The quick fix was to remove the x offset for the popup but I would like to know if there is a solution to allow for the centered popup window with drag and drop. Ben Marchbanks ::: alQemy ::: transforming information into intelligence http://www.alQemy.com ::: magazooms ::: digital magazines http://www.magazooms.com Greenville, SC 864.284.9918 orthatg wrote: > --- In flexcoders@yahoogroups.com, "chuvakgu" <[EMAIL PROTECTED]> wrote: >>> There's a bug in Flex where the application uses an >>> ApplicationControlBar (possibly other controls, I'm not sure) > which >>> causes the hitarea to be inaccurate. >> Can you point me to more info about this? I think I am hitting >> this one too... If so, I'll look for a workaround, getting >> rid of this particular drag-drop functionality... I just want >> to make sure it's not me being silly, it is an actual bug >> (though who knows...) >> > > > I have the same issue. In a datagrid with: > > dragEnabled="true" > dropEnabled="true" > dragMoveEnabled="true" > > the drag target is about 50 pixels above the datagrid header. I have > not found any working examples for reordering items in a datagrid by > drag & drop. > >