Setting the labels of radio buttons from a Option Menu Button

J. Landman Gay jacque at hyperactivesw.com
Mon Jul 7 21:29:06 EDT 2008


Charles Szasz wrote:
> I have been unable to set the labels of radio buttons in a group from an
> Option Menu. I do not understand why the following script does not work for
> two radio buttons, R1, R2, in a group "radio" from a Option Menu button:
> 
> on menuPick pChosen
>      switch
>           case "choice 1"
>                set the label of button "R1" of group "radio" to "Hello"
>                break
>           case "choice 2"
>                set the label of button "R2" of group "radio" to "Bye"
>                break
>      end switch
> end menuPick
> 
> Anyone have any suggestions?

Unless the menu items in the button really are "Choice 1" and "Choice 2" 
then nothing in that script is going to fire. Replace the "choice" 
statements with the actual names of your button's menu items.

-- 
Jacqueline Landman Gay         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com



More information about the use-livecode mailing list