layer of grouped control?

LiveCode is the premier environment for creating multi-platform solutions for all major operating systems - Windows, Mac OS X, Linux, the Web, Server environments and Mobile platforms. Brand new to LiveCode? Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
cwkalish
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 78
Joined: Thu Sep 30, 2010 2:24 am

layer of grouped control?

Post by cwkalish » Tue Apr 28, 2015 1:44 pm

Hi. Is there a way to change the layer of a grouped control? I have a group of images and it seems that the layering changes between displays. (Different images in the group get made visible or not depending on user actions). I've gone in and changed the layer of a group element manually, but it doesn't "stick".

Failing being able to change the layer, what is it that determines the layer within a group?

Thanks.

dunbarx
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10331
Joined: Wed May 06, 2009 2:28 pm

Re: layer of grouped control?

Post by dunbarx » Tue Apr 28, 2015 2:14 pm

Hi.

You have to make sure that the "relayerGroupedControls" property is set to "true". Otherwise, the layering of controls within a group is locked.

Craig Newman

Post Reply