funny, I'm working on a similar thing now with the datagrid. I have not solved it yet but my plan of attack was to have a instance variable in th VOs populating the grid called prioriOrder or something. Then have the drop event fire a function that sets this prioriOrder to the current row number. Something like that. To get the drag/drop working, look at stting dragEnabled, dropenabled, and dragMoveEnabled.
HTH DK On 7/25/06, Rick Root <[EMAIL PROTECTED]> wrote: > > Hi, > > I'm trying to build a small flex app that does the following: > > Using a CFC remote object (or web service) loads some data into a list > component. > > The user then uses drag and drop to move the items around within the > same list component. > > then they click "Save" to save th order of the items. > > I'm pretty sure I can handle loading the data in and saving the data > out. But the re-ordering bit is way beyond my comprehension right now. > Any suggestions out there? > > I could probably just as easily do this with flash forms but I still > don't know how to do the re-ordering thing. > > thanks > > Rick > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/Flex/message.cfm/messageid:3037 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:37 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.37
