Frustrating: gettings the objects in a group

Scott Rossi scott at tactilemedia.com
Wed Oct 1 17:17:32 EDT 2014


You can also reference the number of controls of a group:

repeat with N = 1 to number of controls of grp 1
   put name of control N of grp 1 & cr after theList
end repeat
put theList

Regards,

Scott Rossi
Creative Director
Tactile Media, UX/UI Design




On 10/1/14 2:07 PM, "William Prothero" <prothero at earthednet.org> wrote:

>Marty:
>I tried the childControlNames property and it doesn¹t return the images
>in the group.
>Tnx,
>Bill
>
>On Oct 1, 2014, at 1:59 PM, Marty Knapp <martyknappster at gmail.com> wrote:
>
>> Hello Bill,
>> 
>> put the childControlNames of group "MyList" into tList
>> 
>> Best regards,
>> Marty Knapp
>>> This is extremely frustrating, but ought to be very easy.
>>> 
>>> I¹m trying to get a list of the objects in a group. There are
>>>graphics, fields, and images in the group. I can¹t find, in the docs,
>>>lessons, how to do this.
>>> Could someone post the syntax?
>>> 
>>> Thanks
>>> Bill
>>> 
>>> William A. Prothero
>>> http://es.earthednet.org/
>>> 
>>> _______________________________________________
>>> use-livecode mailing list
>>> use-livecode at 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 at 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 at lists.runrev.com
>Please visit this url to subscribe, unsubscribe and manage your
>subscription preferences:
>http://lists.runrev.com/mailman/listinfo/use-livecode






More information about the use-livecode mailing list