grouping objects by script problem
Mark Wieder
mwieder at ahsoftware.net
Wed Oct 24 17:54:14 EDT 2007
Klaus-
> repeat
> --do some other stuff here--
> create graphic tname
> set the selected of grc tname to true
> end repeat
> group
> select empty
Whoa! "Group" with no parameters!... I've been doing things the hard way:
create group tGroup
start editing group tGroup
repeat
-- do some other stuff here
create graphic tName
end repeat
stop editing group tGroup
--
Mark Wieder
mwieder at ahsoftware.net
More information about the use-livecode
mailing list