Re: How do we set layers for groups

2020-09-17 Thread Paul Dupuis via use-livecode
see the 'relayer' command in the dictionary On 9/17/2020 2:34 PM, Sannyasin Brahmanathaswami via use-livecode wrote: if 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 no

How do we set layers for groups

2020-09-17 Thread Sannyasin Brahmanathaswami via use-livecode
if 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 grou