Re: Group mouseup

2017-08-30 Thread Mike Bonner via use-livecode
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 >

RE: Group mouseup

2017-08-30 Thread Ralph DiMola via use-livecode
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

Re: Group mouseup

2017-08-30 Thread Mike Kerner via use-livecode
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

Re: Group mouseup

2017-08-30 Thread Bob Sneidar via use-livecode
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

Re: Group mouseup

2017-08-30 Thread Bob Sneidar via use-livecode
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

Re: Group mouseup

2017-08-30 Thread 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