Lee Jenkins wrote: > The problem is that if you mousedown on the control and then move the mouse > aware from the control and *then* release the mouse, the control doesn't > register the mouse up and thus, the control stays colored the "mouse down" > color.
This has to do with SetCapture etc. AFAIK, this has worked in the past. When you mousedown, the control tries to get the capture, so that even if the mouse leaves the control (or even the form) it still receives the mouseup also. Micha _______________________________________________ Lazarus mailing list [email protected] http://www.lazarus.freepascal.org/mailman/listinfo/lazarus
