On 12/4/00 4:46 pm, Leston Drake <[EMAIL PROTECTED]> wrote:

> Hi all,
> 
> I'm looking for a way to do the following in script:
> (1) Group a number of graphic objects together
> (2) Add or remove a graphic object from the group
> 
> Can anyone give me some pointers?
> TIA

lock screen
set the selected of grc "example1" to true
set the selected of grc "example2" to true
group
unlock screen

Then:

delete grc "example1"

Or:

lock screen
copy grc "example" of group "whatever" to this cd
delete grc "example" of group "whatever"
unlock screen

Regards,

Kevin

> Leston Drake
> LetterPress Software, Inc.
> http://www.lpsoftware.com

Kevin Miller <[EMAIL PROTECTED]> <http://www.xworlds.com/>
Cross Worlds Computing, MetaCard Distributors, Custom Development.
Tel: +44 (0)131 672 2909.  Fax: +44 (0)1639 830 707.


Archives: http://www.mail-archive.com/metacard%40lists.best.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm
Please send bug reports to <[EMAIL PROTECTED]>, not this list.

Reply via email to