tspratt
01-19-2004, 05:25 PM
I need to highlight a drop target (apply a state) when the user mouses over it with the left mouse button depressed.
Is there an event or trick, or is this just a case where I need to set a global flag on mousedown/up and handle the conditional in the onmousever event?
onmousedragin is sort of close, but my drag does not start in the view it ends in.
Is there an event or trick, or is this just a case where I need to set a global flag on mousedown/up and handle the conditional in the onmousever event?
onmousedragin is sort of close, but my drag does not start in the view it ends in.