Issue with png images in group and "mouseup" detection

J. Landman Gay jacque at hyperactivesw.com
Sun Apr 20 13:12:57 EDT 2025


If there is no script in the image it should work automatically. But if 
not, add a mouseUp handler to the image with "send 'mouseUp' to the owner 
of me" and see if that works. You shouldn't need to do that though.
--
Jacqueline Landman Gay | jacque at hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
On April 19, 2025 10:06:34 AM jbv via use-livecode 
<use-livecode at lists.runrev.com> wrote:

> Hi list,
>
> I have a group containing several fields and 2 images,
> and these images are of png format with some transparent
> areas.
> I need to detect "mouseup" events on these elements with
> a "on mouseup" handler in the group script.
> When I click on the transparent area of each image,
> "mouseup" is detected and the script runs accordingly,
> But when I click on the opaque areas of the images, nothing
> happens.
> I tried to add a "pass mouseup" handler in the script
> of each image, but to no avail.
> In other words, I am stuck.
> Any suggestion ?
>
> Thank you in advance.
> jbv
>
> _______________________________________________
> 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