Resize/move line graph?

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

dunbarx
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10366
Joined: Wed May 06, 2009 2:28 pm

Re: Resize/move line graph?

Post by dunbarx » Thu Sep 11, 2025 9:19 pm

Klaus, before this goes back to the vault, Hermann said:
mouseEvents don't reach the widget, they are all captured by the widget.
Is that true? If so, why, and if so again, can you pass such a message explicitly, say to the card? That would put it back in play for LCS.

Craig

Klaus
Posts: 14222
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Resize/move line graph?

Post by Klaus » Thu Sep 11, 2025 9:38 pm

If the author of the widget did nor implement mouseecvents (mouseup/mousedown etc.) then this is true.
I "feature requested" that at least a MOUSEUP is implemented in new widget a long time ago.

If that is the case you can use SEND or DISPATCH to deliver a message to the card or stack, if that is what you mean.

Post Reply