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
kl...@major-k.de


_______________________________________________
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