Trouble with mousebox behavior?
Hi All,I'm trying to implement a drag and drop behavior for two list boxes in JSL. Basically, I'm trying to replicate the drag and drop behavior that already exists for colListBox objects for normal list boxes, i.e. that a user can click on any item in a list box, click, drag and drop it to another list box. I have successfully implemented the behavior want for the receiving drop box, however, I'm...