From: <bo...@co...> - 2003-10-18 09:15:31
|
Hi! I have a litle problem. If I enabled the DragEvent in the Tree element items, and I click to the element, the element will be dragged. I think the drag started when I clicked and MOVED). The Tree Items (List items) can be selected. Please modify the Dragging , the drag started when the moduse down and mouse moved, not only the mouse down. (I think on mouse down set a flag for dragpossible in Drag event, and the onmousemove is create the dragicon layer, make a startDrag event etc. if the dragpossible is enabled and the onmouseup set the flag dragpossible to false) Cow |