This article applies to:
E-Prime 3.0
This bug has been fixed in E-Prime 3.0.3.214 (Update 3).
Symptoms
Calling the Mouse.ShowCursor method does not change the visibility of the cursor until the mouse cursor is moved.
Solution
Update to E-Prime 3.0 Update 3 (3.0.3.214).
Workaround
This workaround is intended only for those who are unable to update to the version of E-Prime that contains the bug fix:
The following code can be used after calling Mouse.ShowCursor to update the mouse visibility status without requiring the user to manually move the mouse cursor:
' Workaround to so that Mouse.ShowCursor takes effect without requiring mouse
' movement: Force redraw of mouse cursor...
Dim p As point
Mouse.GetCursorPos p.x, p.y
Mouse.SetCursorPos p.x, p.y
See Also:
Comments
0 comments
Please sign in to leave a comment.