I have a Flex question. I was wondering, if I have two list boxes, and I want to drag and drop between both of them, how do I prevent the user from dragging onto the same list (thus duplicating the item? I cannot have a situation where that is the case. Thanks guys
|
|
|
|
|
|
|
Haven't tested it but I guess something like this should work: Listen to |
||
|
|
|
|
I found the solution, which im not sure would work for anyone else. I basically had in my two lists: `
I basically added a dragMoveEnabled = "true" to both lists and now basically not re-add to the same list an item of itself, but just move the order (which doesnt matter to me as its a soap send and the back-logic would put it in the correct order anyway). |
||
|
|
