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.
Several people have also come across this (myself included) however no work-around has been offered. I'm strongly hoping this will be in the bug fixes at the start of 07. -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of lostinrecursion Sent: 03 December 2006 12:53 To: [email protected] Subject: [flexcoders] Re: Drag/Drop - Datagrid. Target is off? I just now had a chance to try that out. That doesn't solve the problem unfortunately. It does accept my drops, just only below about the 2nd row. As if the hit area is skewed down about 50 pixels on the Y axis. Driving me bananas for a month now! And the client too. (LOL) - --- In [EMAIL PROTECTED] <mailto:flexcoders%40yahoogroups.com> ups.com, "Igor Costa" <[EMAIL PROTECTED]> wrote: > > Kenny in the target just enable the DropEnable=true > > On 11/30/06, lostinrecursion <[EMAIL PROTECTED]> wrote: > > > > Hi all, > > > > I have a little app I built with some drag/drop functionality that I > > coded in. I am not using the default and writing my own handlers. > > Everything is working, meaning all the data gets added, etc. > > > > But, this is just more of annoyance really, I cannot get the DataGrid > > to accept the drop at the top row. Meaning the user has to go below the > > first or second row before the drop indicators pop and they can. > > > > Further investigation leads me to see that even the dragEnter event is > > not firing. > > > > I am using the default dragProxyImage. In fact, the only thing I really > > changed was the dragDrop handler to accept a few additional values. > > > > Any ideas? > > > > Thanks > > -Kenny > > > > > > > > > > -- > ---------------------------- > Igor Costa > www.igorcosta.com >

