Adding Objects to a group

David Burgun dburgun at dsl.pipex.com
Mon Apr 18 14:26:42 EDT 2005


Hi,

Thanks, but I am creating the object like so:

copy graphic "TemplateRect" to this card
set name of last graphic to "xxxxxxxxx"

Then I want to add it to the Group.

I can't see how to do this, is there a way?

Thanks
Dave


>Hi David,
>
>>Hi,
>>
>>How can I add newly created Graphic to a group from TranScript?
>>I want to be able to do something like:
>>put graphic myGraphicName into group "GroupRect"
>>
>>How can I do it?????
>
>Again far too simple!
>Create it directly inside the group like:
>
>...
>create grc myGraphicName in grp "GroupRect"
>...
>
>Et voila... :-)
>
>>Thanks
>>Dave
>
>Regards
>
>Klaus Major
>klaus at major-k.de
>http://www.major-k.de
>
>_______________________________________________
>use-revolution mailing list
>use-revolution at lists.runrev.com
>http://lists.runrev.com/mailman/listinfo/use-revolution



More information about the use-livecode mailing list