Does mouseUp get sent to the control when you release the thumb pointer? 

Bob S


> On Nov 15, 2017, at 09:36 , Kaveh Bazargan via use-livecode 
> <use-livecode@lists.runrev.com> wrote:
> 
> I have a set of scrollbars that are normally small, to preserve screen
> space. But I want them to expand when mouse enters, so give finer control,
> then to shrink again when mouse leaves. I have managed to do this with
> mouseEnter and mouseLeave.
> 
> Problem is that if I drag the thumb pointer with mouse down, by the time I
> release the mouse it is still down and outside the bounds of the target
> scrollbar, so no mouseLeave is sent.
> 
> I could use "on idle" to test if the mouse is within, but that would not be
> efficient.
> 
> Suggestion please?
> 
> Regards
> Kaveh
> 
> -- 
> Kaveh Bazargan


_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to