grouping multiple buttons

tzvi tzvi at realtorsgroup.us
Mon May 24 13:26:05 EDT 2004


Thanks.
On Monday, May 24, 2004, at 04:56 AM, Alain Bois wrote:

> I think that there are few errors:
> 1) in mVar you must write this :
> put  the name of btn ml && and" after mVar
> 2) after repeat you must write
> delete last word of mVar — else you have and "and" at the end of mVar
> 3) and after you must write
> do "group" && mVar
>
> Regards
> Alain
>
> Le 23 mai 04, à 23:33, tzvi a écrit :
>
>> Hello, every body .
>> I'm trying to group multiple buttons via script but unsuccessful
>> on command
>> repeat for each line ml in fld "abc_"
>>    put the name of button ml && "and "&&space into mVar
>> end repeat
>> group mVar -- problem with var doesn't get the value instead gets the 
>> object itself . Below is the message.
>> set the backgroundBehavior of last group to true
>> end command
>>      	executing at 5:31:14 PM
>> Type	Chunk: error in object expression
>> Object	kiosk
>> Line	group vSelectedButton
>> Hint	button "Appetizers" and  button "Beverages" and  button 
>> "Breakfast" and  button "Dessert" and  button "Main Dish" and  button 
>> "Side Dishes" and  button "Soup"
>> Thanks.
>>
>> _______________________________________________
>> use-revolution mailing list
>> use-revolution at lists.runrev.com
>> http://lists.runrev.com/mailman/listinfo/use-revolution
>>
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/use-revolution
>



More information about the use-livecode mailing list