can you post a test case?

________________________________

From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On
Behalf Of Ben Marchbanks
Sent: Monday, December 10, 2007 8:13 AM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] TileList drag/drop error yet again



I'm back with the same tileList D/D error I reported earlier only this
time I am using AC as the dataProvider per recommendations (Alex) -
error message is the same

dropIndicator.x = cc && listItems[rowNum].length &&
listItems[rowNum][colNum] ?
listItems[rowNum][colNum].x : colNum * columnWidth;

What's interesting is that it seems to be limited to items in the
first row. Its basically thumbnail images that the user should be able
to re-order. It you select c1 r1 and drag to c2 r1 it immediately
throws the error, but if your select c1 r1 and drag down to say r3
then back up to finally drop at c2 r1 it works without error !

BTW I am using the default d/d function - 



 

Reply via email to