MouseMove - Moving a stack brutally stops when the decoration change

Sarah Reichelt sarah.reichelt at gmail.com
Tue Apr 6 20:24:49 EDT 2010


> To dock / undock the picker with the RR tools palette I'm using an
> mouseMove handler. When the picker palette is inside or outside the
> tools palette the titlebar of the picker appears / disappears. For
> that, I change the decorations property of the stack.
>
> However the fact to change the decorations of a stack, brutally stops
> the move. It seems that the mouseMove handler stops to track correctly
> the handler


Confirmed - very strange.

The only workaround I can think of is to set the decorations once
only, in a mouseUp handler, instead of setting them as you move.

Cheers,
Sarah



More information about the use-livecode mailing list