Groups and events

J. Landman Gay jacque at hyperactivesw.com
Sun Mar 7 23:54:06 EST 2004


On 3/7/04 10:38 PM, Ken Norris wrote:

> Howdy,
> 
> So, groups don't respond to mouse events?
> 
> Group Script:
> 
> on mouseDown
>   beep
> end mouseDown
> 
> ...fails...nothing happens. Why?

Card groups are in front of the card. Mouse events go from the control 
to the card; the group isn't in the path. If you give the group 
background behavior then it will get the message after the card does.

-- 
Jacqueline Landman Gay         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com


More information about the use-livecode mailing list