Hi all...I would like to have a group (let's call it G1) of controls inside a larger group (G2) such that when I move G2, G1 will be also moved along.
Is this possible? I've tried but the IDE doesn't allow me to do it. Is there any trick I should be using?
Many thanks for any hints...
Regards
Group inside a group
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- Posts: 665
- Joined: Tue Jul 29, 2014 12:52 am
Group inside a group
Simon
________________________________________
To ";" or not to ";" that is the question
________________________________________
To ";" or not to ";" that is the question
-
- VIP Livecode Opensource Backer
- Posts: 10052
- Joined: Sat Apr 08, 2006 7:05 am
- Contact:
Re: Group inside a group
Set the outer group's selectGroupedControls property to false.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
-
- Posts: 665
- Joined: Tue Jul 29, 2014 12:52 am
Re: Group inside a group
Many thanks, works OK.
Best!
Best!
Simon
________________________________________
To ";" or not to ";" that is the question
________________________________________
To ";" or not to ";" that is the question
Re: Group inside a group
What Richard said.
This is more commonly used to move one or more controls within a single group.
Craig
This is more commonly used to move one or more controls within a single group.
Craig