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.

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to