BUG: Shape Control's Mouseup Incorrectly Fired by Form ClickLast reviewed: May 5, 1997Article ID: Q134392 |
The information in this article applies to:
SYMPTOMSAfter dragging and dropping a shape control on a form, the shape's mouseup event fires when you click anywhere in the form.
STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATION
Steps to Reproduce ProblemRun the following code: PUBLIC f1 f1 = CREATEOBJ('obj') f1.SHOW DEFINE CLASS s1 AS shape
PROCEDURE mousedown LPARAMETERS nButton, nShift, nXCoord, nYCoord this.drag(1) ENDPROC PROCEDURE mouseup LPARAMETERS nButton, nShift, nXCoord, nYCoord WAIT WINDOW 'Shape MouseUp' ENDPROCENDDEFINE DEFINE CLASS obj AS form ADD OBJECT obj AS s1 PROCEDURE mouseup LPARAMETERS nButton, nShift, nXCoord, nYCoord WAIT WINDOW 'Form MouseUp' ENDPROCENDDEFINE * Drag the shape to a new location and drop it. |
Keywords : buglist3.00 buglist3.00b buglist5.00 FxprgClassoop vfpbug5.0a kbbuglist
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |