mouseWithin and mouseLeave problem
Bob Sneidar
bobsneidar at iotecdigital.com
Wed Nov 15 12:48:45 EST 2017
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 at 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
More information about the use-livecode
mailing list