Re: Setting the labels of radio buttons from a Option Menu Button

2008-07-08 Thread william humphrey
The link below just takes you back to this same conversation on Nabble? -- View this message in context: http://www.nabble.com/Setting-the-labels-of-radio-buttons-from-a-Option-Menu-Button-tp18328415p18330393.html Sent from the Revolution - User mailing list archive at Nabble.com.

Re: Setting the labels of radio buttons from a Option Menu Button

2008-07-08 Thread Charles Szasz
Jacqueline, Thanks! Your second suggestion did the trick! I made the changes in my Option Menu but I have another problem. One of my entries in the switch structure is being omitted when it is selected in the Option Menu. Each case statement has a break statement at the end. The name in the

Re: Setting the labels of radio buttons from a Option Menu Button

2008-07-08 Thread Devin Asay
On Jul 8, 2008, at 2:28 PM, Charles Szasz wrote: Jacqueline, Thanks! Your second suggestion did the trick! I made the changes in my Option Menu but I have another problem. One of my entries in the switch structure is being omitted when it is selected in the Option Menu. Each case statement

Re: Setting the labels of radio buttons from a Option Menu Button

2008-07-08 Thread Charles Szasz
Devin, You were right! I found one space and also two misspelled words that contributed to this problem. Thanks for your suggestion! Devin Asay wrote: Check your menu entries in the option menu inspector for white space (like space or tab) characters after the entry. I've been caught

Setting the labels of radio buttons from a Option Menu Button

2008-07-07 Thread Charles Szasz
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

Re: Setting the labels of radio buttons from a Option Menu Button

2008-07-07 Thread J. Landman Gay
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

Re: Setting the labels of radio buttons from a Option Menu Button

2008-07-07 Thread J. Landman Gay
J. Landman Gay wrote: 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

Re: Setting the labels of radio buttons from a Option Menu Button

2008-07-07 Thread Charles Szasz
Jacquline, The sample script was one that I fooling around with it after my project did not work. My actual project that I am using names in the Switch statements does not work. So, J. Landman Gay wrote: Charles Szasz wrote: I have been unable to set the labels of radio buttons in a group