i don't think that window resize is actually slow, but rather that the
window is resized to the previous location where the cursor was
stopped, not at the current cursor location.

so here's how to observe what i'm talking about:

1.  grab the right or left edge of a window
2.  move the cursor to the right
3.  stop the cursor (without moving left at all)
4.  notice that the window did not resize to the location of the cursor
5.  move the cursor to the left
6.  stop the cursor (without moving right at all)
7.  notice that the window resized to the point you had stopped the
cursor in step 3, not to the current location of the cursor
8.  continue these steps and you will notice that the window always
resizes to the last location that you had stopped the cursor.

hope this helps debug this issue.

mike


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to