Setting the labels of radio buttons from a Option Menu Button
Charles Szasz
cszasz at mac.com
Mon Jul 7 18:50:01 EDT 2008
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?
--
View this message in context: http://www.nabble.com/Setting-the-labels-of-radio-buttons-from-a-Option-Menu-Button-tp18328415p18328415.html
Sent from the Revolution - User mailing list archive at Nabble.com.
More information about the use-livecode
mailing list