Page 1 of 1

Can I add a field to an existing group?

Posted: Tue Feb 21, 2012 7:16 pm
by DangerousThing
I created a group that just displays some very basic information about an item I'm editing over 12 cards. I put this header into a group. Now I've found that I'm accidentally forgotten one field in the header.

Is there a way I can add a field to a background group without having to delete the old group and manually place the group on each of the 12 cards where it is needed?

Thanks in advance.
-
Jay

Re: Can I add a field to an existing group?

Posted: Tue Feb 21, 2012 7:26 pm
by DangerousThing
Ooops. I didn't look far enough.

There are the "start editing" and "stop editing" group commands. In addition it was staring me in the face in the LiveCode tool bar.

These are extremely useful commands.
-
Jay

Re: Can I add a field to an existing group?

Posted: Tue Feb 21, 2012 7:42 pm
by jmburnod
Hi,
s there a way I can add a field to a background group without having to delete the old group and manually place the group on each of the 12 cards where it is needed?
If you change a background group, it is changed for all cds with this background group

For scripted solutions, use "create <control> in group <groupname>". For example:

create button "Click Me" in group "mainGrp"

Best regards

Jean-Marc