Widgets "eating" mouseevents?

Klaus major-k klaus at major-k.de
Thu Jun 15 08:37:01 EDT 2017


Hi friends,

I know that widget ignore "mouseevents" (up/down/move etc.) if not explicitley scripted in them.
OK, but is it neccessary that they also "eat" mouseevents? I hope not!

Example: card script:
on mousemove x,y
  put x && y into fld 1
end mousemove

Works until you e.g. place a "browser widget" onto the card.
No info in field 1 while the cursor is over the widget.

Adding:
on mousemove
  pass mousemove
end mousemove
to the widgets script does not work, no surpise.

Do I have to live with this?


Best

Klaus
--
Klaus Major
http://www.major-k.de
klaus at major-k.de





More information about the use-livecode mailing list