Group command syntax
Paul Hibbert
lc at pbh.on-rev.com
Fri Apr 19 18:22:24 EDT 2013
Mike,
The dictionary states…
Parameters:
The objectList is a list of object references, separated by the word "and".
I'm not saying it's the correct way, but if you need to build the group command via script, this does work…
put "group" && the name of button "a" && "and" && the name of button "b" into xx
do xx
HTH
Paul
On 2013-04-19, at 3:04 PM, Michael Doub wrote:
> I feel a bit foolish asking this but I can not figure out the syntax for the group command.
>
> I am trying to clone a bunch of objects, align them property and then group them so I can build a scrolling group.
>
> group button "a" and button "b" -- works fine
>
> put the name of button "a" && return && the name of button "b"into xx
> group xx --- does not work
>
> the dictionary says group [objectList]
>
> what is the syntax for an objectList?
>
> -= Mike
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
More information about the use-livecode
mailing list