SmartClient Version: SC_SNAPSHOT-2011-01-06/PowerEdition Deployment (built 2011-01-06) / GWT 1.71.
IE8
I am using a pair of VStack for drag and drop. I have a DropHandler registered but during the DropHandler I call VStack.getMembers() and that call does not have the item that has been dropped? Am I using the wrong event? What is the proper event to register to get all Members after the drop is complete?
IE8
I am using a pair of VStack for drag and drop. I have a DropHandler registered but during the DropHandler I call VStack.getMembers() and that call does not have the item that has been dropped? Am I using the wrong event? What is the proper event to register to get all Members after the drop is complete?
Comment