On Jan 19, 2007, at 23:34 UTC, Louis G5 Batayte wrote: > According to the Language Reference page on Static Text, the mouse up > should not fire unless the button was released inside the statictext > region.
If the LR says that, it's a mistake. when a control captures the mouse, it gets MouseMove and MouseUp even when the mouse is outside the control. For purposes like yours, you have to check the mouse position yourself. Best, - Joe -- Joe Strout -- [EMAIL PROTECTED] Verified Express, LLC "Making the Internet a Better Place" http://www.verex.com/ _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
