Buonasera Marion, Am 30.05.2011 um 19:42 schrieb [email protected]:
> > > ----Messaggio originale---- > Da: [email protected] > Data: 30-mag- > 2011 19.32 > A: "How to use LiveCode"<[email protected]> > Ogg: > Re: R: Re: group a tList > > Buonasera Marion, > > Am 30.05.2011 um 19:16 > schrieb [email protected]: > >> ... >> could you please define >> "tList"? >>> mario >> Best >> Klaus >> http://lists.runrev.com/mailman/listinfo/use-livecode> many thanks > for >> you quick reply , Klaus >> i found : >> "group [objectList] > Here's an >> inefficient but quick way to group a list" in the > DIctionary, but >> I do >> not get the results you want > > sorry, still > not understand what you want to do!? > What IS in tList? > Do you want to > groupt some controls and tList contains a list > of these objects? > If yes, then we need to know the content of tList. > If not we need more > info :-) I think I understand now! (Call me Sherlock! ;-) You need to look at the "Examples" at "group" in the dictionary! :-) "tList" is just a placeholder in the docs! You have to use you own list of objects that you want to group, like this: ... GROUP btn 1 AND button 2 AND field "nice field here" ## Now these 3 objects are grouped together! ... >> mario Best Klaus -- Klaus Major http://www.major-k.de [email protected] _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
