Images in Button

Mark Wieder mwieder at ahsoftware.net
Mon Jul 16 19:28:47 EDT 2012


Bob Sneidar <bobs at ...> writes:

> 
> I was going to say create a group with a label and an image, group the two,
and set a property of the label so that
> you can click through to the image but I do not seem to be able to find that
property. It may be a property that
> only images can have. Anyone? 

Group the objects. Then in the label script:

on mouseUp
    dispatch "mouseUp" to image 1 of the owner of me
end mouseUp

or just disable the label if grayed-out text is ok.

-- 
 Mark Wieder
 mwieder at ahsoftware.net








More information about the use-livecode mailing list