Re: Group Question

2012-01-11 Thread Bob Sneidar
I got the propertynames and pasted them into a text editor. I then searched for 
"group" and none of the things I found sound like they are properties you can 
set to add an object to a group. 

Bob


On Jan 11, 2012, at 11:15 AM, Warren Kuhl wrote:

> I want to add an object to a group (which is in another group).  I am
> trying to do this from the message box.  What is the syntax of this?
> Isn't it something like:
> 
> In the example below, group 1 is in group 2.
> 
> set the group of image "Imagexxx" to group "group1"  of  group2 "group 2"
> 
> I thought I did this before, but I keep getting a error - token is not
> a property.
> 
> Appreciate any help!
> Warren
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Group Question

2012-01-11 Thread Bob Sneidar
Don't you mean:

set the group of image "Imagexxx" to group "group1"  of  group "group 2"

Also the names of the groups are not consistent. Typo? I do not think you have 
to use "of group "Group 2". 

Bob

On Jan 11, 2012, at 11:15 AM, Warren Kuhl wrote:

> I want to add an object to a group (which is in another group).  I am
> trying to do this from the message box.  What is the syntax of this?
> Isn't it something like:
> 
> In the example below, group 1 is in group 2.
> 
> set the group of image "Imagexxx" to group "group1"  of  group2 "group 2"
> 
> I thought I did this before, but I keep getting a error - token is not
> a property.
> 
> Appreciate any help!
> Warren
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Group Question

2012-01-11 Thread Klaus on-rev
Hi Warren,

Am 11.01.2012 um 20:15 schrieb Warren Kuhl:

> I want to add an object to a group (which is in another group).  I am
> trying to do this from the message box.  What is the syntax of this?
> Isn't it something like:
> 
> In the example below, group 1 is in group 2.
> 
> set the group of image "Imagexxx" to group "group1"  of  group2 "group 2"
> 
> I thought I did this before, but I keep getting a error - token is not
> a property.

"group" is not a property but a "container"!

You can:
...
copy img "nice one" of grp "gruppo uno" to grp "gruppo due"
...
create img in grp "the one without any image yet"
...
etc.

> Appreciate any help!
> Warren

Best

Klaus

--
Klaus Major
http://www.major-k.de
kl...@major.on-rev.com


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Group Question

2012-01-11 Thread Warren Kuhl
I want to add an object to a group (which is in another group).  I am
trying to do this from the message box.  What is the syntax of this?
Isn't it something like:

In the example below, group 1 is in group 2.

set the group of image "Imagexxx" to group "group1"  of  group2 "group 2"

I thought I did this before, but I keep getting a error - token is not
a property.

Appreciate any help!
Warren

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode