Re: group-editing mode

2018-05-29 Thread Brian Milby via use-livecode
EditBackground just tells me if it is enabled or not. I think I can figure it 
out, but will need to write a handler. If there is only one shared group on the 
card it would not matter but if more than one, I will need to specify. For now 
I’m just turning it off and not worrying about turning it back on.
On May 29, 2018, 10:33 AM -0500, Klaus major-k via use-livecode 
, wrote:
> Hi Brian,
>
> > Am 29.05.2018 um 17:24 schrieb Bob Sneidar via use-livecode 
> > :
> >
> > Not sure what you mean. Do you mean the SelectGroupedControls property? It 
> > looks like it can be applied globally or to a specific group.
> >
> > Bob S
> >
> > > On May 26, 2018, at 14:40 , Brian Milby via use-livecode 
> > >  wrote:
> > >
> > > Is there a way to query to see where group-editing mode is enabled (which
> > > group)? On a project that I'm working, I'd like to be able to stop the
> > > group editing and then restore the previous state.
> > >
> > > I looked at the commands in the dictionary and did not see a reference to
> > > one that would provide that information. EditBackground will tell if the
> > > stack is in group editing mode, but if there is more than one background 
> > > on
> > > the current card I don't see a way to obtain that information.
>
> check the "editBackground" property in the dictionary.
> I think this is what you are looking for.
>
> > > Thanks,
> > > Brian
>
> Best
>
> Klaus
>
> --
> Klaus Major
> http://www.major-k.de
> kl...@major-k.de
>
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: group-editing mode

2018-05-29 Thread Klaus major-k via use-livecode
Hi Brian,

> Am 29.05.2018 um 17:24 schrieb Bob Sneidar via use-livecode 
> :
> 
> Not sure what you mean. Do you mean the SelectGroupedControls property? It 
> looks like it can be applied globally or  to a specific group. 
> 
> Bob S
> 
>> On May 26, 2018, at 14:40 , Brian Milby via use-livecode 
>>  wrote:
>> 
>> Is there a way to query to see where group-editing mode is enabled (which
>> group)?  On a project that I'm working, I'd like to be able to stop the
>> group editing and then restore the previous state.
>> 
>> I looked at the commands in the dictionary and did not see a reference to
>> one that would provide that information.  EditBackground will tell if the
>> stack is in group editing mode, but if there is more than one background on
>> the current card I don't see a way to obtain that information.

check the "editBackground" property in the dictionary.
I think this is what you are looking for.

>> Thanks,
>> Brian

Best

Klaus

--
Klaus Major
http://www.major-k.de
kl...@major-k.de


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: group-editing mode

2018-05-29 Thread Bob Sneidar via use-livecode
Not sure what you mean. Do you mean the SelectGroupedControls property? It 
looks like it can be applied globally or  to a specific group. 

Bob S


> On May 26, 2018, at 14:40 , Brian Milby via use-livecode 
>  wrote:
> 
> Is there a way to query to see where group-editing mode is enabled (which
> group)?  On a project that I'm working, I'd like to be able to stop the
> group editing and then restore the previous state.
> 
> I looked at the commands in the dictionary and did not see a reference to
> one that would provide that information.  EditBackground will tell if the
> stack is in group editing mode, but if there is more than one background on
> the current card I don't see a way to obtain that information.
> 
> Thanks,
> Brian
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


group-editing mode

2018-05-26 Thread Brian Milby via use-livecode
Is there a way to query to see where group-editing mode is enabled (which
group)?  On a project that I'm working, I'd like to be able to stop the
group editing and then restore the previous state.

I looked at the commands in the dictionary and did not see a reference to
one that would provide that information.  EditBackground will tell if the
stack is in group editing mode, but if there is more than one background on
the current card I don't see a way to obtain that information.

Thanks,
Brian
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode