Images in Button

Bob Sneidar bobs at twft.com
Mon Jul 16 19:51:39 EDT 2012


Oh that will work too, and I also should mention that after disabling the label, you can set the foreColor to black which will restore it's initial color. I set my disabled fields to a pastel red in one app because it looks better than grey. 

Bob


On Jul 16, 2012, at 4:28 PM, Mark Wieder wrote:

> 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
> 
> 
> 
> 
> 
> _______________________________________________
> 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