Re: Parent Group of the Target

2020-01-07 Thread Sannyasin Brahmanathaswami via use-livecode
@Bill P. ditto that "if there was a compilation of the various keywords and what each refers to". on mouseup put the short name of the owner of the target # where all you want it the "immediate" owner and not the card, stack end mouseUp # that was easy! And for multiple groupi

Re: Parent Group of the Target

2020-01-07 Thread prothero--- via use-livecode
Folks, It would be very nice if there was a compilation of the various keywords and what each refers to. I know I’ve had to scratch my head to find words like the element, the target, the owner, the parent, etc. The names seem intuitive at some level, but each meaning is very specific and, for m

Re: Parent Group of the Target

2020-01-07 Thread Sannyasin Brahmanathaswami via use-livecode
aha! I was searching for "parent" Yes, "owner" is it. And for multiple groupings, the owner of the owner of the owner of ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your

Re: Parent Group of the Target

2020-01-07 Thread Kaveh Bazargan via use-livecode
And for multiple groupings, the owner of the owner of the owner of On Tue, 7 Jan 2020 at 15:26, Dan Friedman via use-livecode < use-livecode@lists.runrev.com> wrote: > BR, > > Try "the owner of the target". Or, the long id of the owner of the > target. Hope that helps. > > -Dan > > >

Re: Parent Group of the Target

2020-01-07 Thread Dan Friedman via use-livecode
BR, Try "the owner of the target". Or, the long id of the owner of the target. Hope that helps. -Dan On 1/7/20, 7:20 AM, "use-livecode on behalf of Sannyasin Brahmanathaswami via use-livecode" wrote: I could have sworn we passed way before, but I can't find it anywhere on the list

Re: Parent Group of the Target

2020-01-07 Thread David V Glasgow via use-livecode
The wonderful “Owner” is the property you’re after, I think. Hope that is useful. If it is, possibly my first time! Best wishes, David Glasgow > On 7 Jan 2020, at 3:18 pm, Sannyasin Brahmanathaswami via use-livecode > wrote: > > I could have sworn we passed way before, but I can't find it a