Hi, All,I got an interesting problem with drag and drop action on a bank
button from one of my applications.The bank button is defined as 1)
click to popup a bank detail information panel, and 2) drag & drop
tocreate an money movement event.The original bank button is using an
original bank icon (37 x 33 pixels). the followingmouseDownHandler()
started to animate drag & drop action with a scaled bank icon image (26
x 26).-- Now the problem is that, the mouse down event now is blocking
the click ...