Re: How to get layer for group

2020-09-17 Thread Bob Sneidar via use-livecode
I think Control in Group is the phrase that pays here. The property you are looking for is relayerGroupedControls. Bob S > On Sep 17, 2020, at 2:32 PM, Peter Bogdanoff via use-livecode > wrote: > > I believe this is one of the commands/properties that require you to be on > that card—it mu

Re: How to get layer for group

2020-09-17 Thread Peter Bogdanoff via use-livecode
I believe this is one of the commands/properties that require you to be on that card—it must be open—for completion. Others are formattedText, etc. Peter > On Sep 17, 2020, at 12:09 PM, Sannyasin Brahmanathaswami via use-livecode > wrote: > > f the layer of fld "checkHtml" > 3 then > se

How to get layer for group

2020-09-17 Thread Sannyasin Brahmanathaswami via use-livecode
f the layer of fld "checkHtml" > 3 then set the layer of fld "checkHtml" to 3 else set the layer of fld "checkHtml" to 20 end if # do not work. stack "SlideShowSetUp": execution error at line 107 (Object: can't set layer (card not open, or control in group))