MouseMove less responsive in 9.0.4

Monte Goulding monte at appisle.net
Wed Apr 3 18:05:31 EDT 2019


I’m not sure why there would be a change in speed for editing a group but I thought it might be helpful to suggest just using the relayer command here:

on mouseEnter
   if the tool is “browse tool” then
      relayer me to front of owner
   end if
end mouseEnter

> On 3 Apr 2019, at 10:43 pm, Michael Kristensen via use-livecode <use-livecode at lists.runrev.com> wrote:
> 
> 
> 
> Thank you Paul for looking into it.
> 
> There is a clear difference here and I have an 2017 iMac which is pretty fast.
> 
> Yet, I might have jumped to conclusion to fast since I also have this mouseEnter handler (before a mouseDown and mouseMove handler):
> 
> on mouseEnter
>   if the tool is "Browse tool" then
>      lock screen
>      start editing grp “Board”
>      set the layer of me to top
>      stop editing
>   end if
> end mouseEnter
> 
> … so a delay might occur here.
> 
> 
> What I observe
> 9.0.3 
> The mousepointer and the object is rock solid together.
> 
> 9.0.4
> The mousepointer is way outside the object before the move catches on.
> 
> Thanks again
> Michael
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode





More information about the use-livecode mailing list