t;
>
> -Original Message-
> From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On
> Behalf
> Of Bob Sneidar via use-livecode
> Sent: Wednesday, August 30, 2017 11:55 AM
> To: How to use LiveCode
> Cc: Bob Sneidar
> Subject: Re: Group mouseup
>
Services
rdim...@evergreeninfo.net
-Original Message-
From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf
Of Bob Sneidar via use-livecode
Sent: Wednesday, August 30, 2017 11:55 AM
To: How to use LiveCode
Cc: Bob Sneidar
Subject: Re: Group mouseup
I take that back. Just a
That seems like a better idea, anyway, since if you ungroup the objects,
wouldn't you lose the script?
On Wed, Aug 30, 2017 at 11:55 AM, Bob Sneidar via use-livecode <
use-livecode@lists.runrev.com> wrote:
> I take that back. Just a transparent button will do. You do not have to
> mess with the b
I take that back. Just a transparent button will do. You do not have to mess
with the background color.
Bob S
> On Aug 30, 2017, at 08:52 , Bob Sneidar via use-livecode
> wrote:
>
> I just checked. The group does not receive mouseUp from the engine. (It
> doesn't receive closeField either
I just checked. The group does not receive mouseUp from the engine. (It doesn't
receive closeField either just as an aside. ;-) So I think the almost
transparent button at the back of the group will have to be your only option.
Bob S
> On Aug 30, 2017, at 08:44 , Bob Sneidar via use-livecode
Edit the script of the group. If mouseUp is not one of the listed handlers that
can be added, then a group does not receive the message directly. If it DOES,
then set the background color of the group to 255.255.254. Otherwise it's
transparent/unclickable. Otherwise just add an (almost) transpar