How to refer to objects in a group

2009-11-18 Thread Mark Swindell
Let's say I have a group of 40 images. I want to be able to say "hide image 35 of of group myImageGroup." What is the correct reference to make this happen? Thanks, Mark___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this

Re: How to refer to objects in a group

2009-11-18 Thread DunbarX
It sounds like you just did. You gave an object reference. I don't think you even need to reference the group. Do you mean you want to address, say, the third object within a group, as they are layered in that group, as opposed to their layering on the card? Craig Newman ___

Re: How to refer to objects in a group

2009-11-18 Thread Mark Swindell
Yes, that's what I meant to say. Thanks, Mark On Nov 18, 2009, at 8:04 AM, dunb...@aol.com wrote: > It sounds like you just did. You gave an object reference. I don't think > you even need to reference the group. > > Do you mean you want to address, say, the third object within a group, as >

Re: How to refer to objects in a group

2009-11-18 Thread DunbarX
It is easy to work this. The hard part is knowing what control you need to get hold of. This short script gets a list of the numbers and names of controls in group "yourgroup". But without that list in hand, how do you find a particular one? I suppose if you had the list, you can make another

Re: How to refer to objects in a group

2009-11-18 Thread J. Landman Gay
Mark Swindell wrote: Let's say I have a group of 40 images. I want to be able to say "hide image 35 of of group myImageGroup." What is the correct reference to make this happen? This should work as-is -- only leave off the extra "of". ;) This works for me: hide img 35 of grp "myImageGroup

Re: How to refer to objects in a group

2009-11-18 Thread Mark Swindell
Oh my. Now I feel really dumb. I could have sworn I tried that and it didn't work. But it does. (The second "of" was just an email typo.) Thanks for the help and sorry to bother. Mark On Nov 18, 2009, at 11:04 AM, J. Landman Gay wrote: > Mark Swindell wrote: >> Let's say I have a group of

Re: How to refer to objects in a group

2009-11-18 Thread J. Landman Gay
Mark Swindell wrote: Thanks for the help and sorry to bother. No no. Do bother. We beg you to bother. For every bother here, someone else who is too timid to write will learn something. Bother at the drop of a hat. Bother in your sleep. Invent something to bother us about. :) -- Jacqueline