Re: Putting an object in a specific group

2003-01-30 Thread Sarah
You can use the contextual menu. Select your new object, cut it then 
right-click or control-click on the group and select "Paste into group"

Sarah

On Thursday, January 30, 2003, at 02:56  pm, Jim Witte wrote:

  This seems like a very silly question (yes, I have looked in the 
manual), but how do you put an object into a specific group by script? 
 You can group objects together, but this always creates a new group.  
Is there a command like "group object(s) <...> into group name <...>"

Thanks,
Jim

___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution



___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution



Re: Putting an object in a specific group

2003-01-29 Thread Jeanne A. E. DeVoto
At 8:54 PM -0800 1/29/03, Jim Witte wrote:
>   This seems like a very silly question (yes, I have looked in the
>manual), but how do you put an object into a specific group by script?

Use the create command:

  create field "New" in group "Old Group"

(Or you can also go into group-editing mode:

  start editing group "Old Group"
  create field "New"
  stop editing group "Old Group"

but this is a little less straightforward.)

--
Jeanne A. E. DeVoto ~ [EMAIL PROTECTED]
Runtime Revolution Limited - The Solution for Software Development
http://www.runrev.com/


___
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution