Hi there, I use a little script to clone a grp and rename the name and label of the btn in the group. So far so good but each cloned grp is put on top of the other one. Not so nice! How do I get the cloned grp to be show next to the previous cloned grp? Set the left of grp Naam to (the left of the last grp +20) doesn't work
on mouseUp lock screen clone grp "dummy" global Naam add 1 to Naam set the name of the last grp to Naam set the name of btn "cijfer" of the last grp to Naam set the label of the last btn to Naam set the left of grp Naam to (the left of the last grp +20) unlock screen end mouseUp Greetings, William _______________________________________________ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode