Message 1 of 2
Default button selection on a radioCollection?

Not applicable
05-14-2010
10:14 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
In the window below, I'd like to select the radio button "none" by default. I tried using :
"radioCollection -sl 1;"
but am not having any luck.
window;
rowLayout -numberOfColumns 3 -width 250;
radioCollection;
radioButton -label "None";
radioButton -label "One";
radioButton -label "Two";
showWindow;
Any suggestions? Much thanks!
Tony
In the window below, I'd like to select the radio button "none" by default. I tried using :
"radioCollection -sl 1;"
but am not having any luck.
window;
rowLayout -numberOfColumns 3 -width 250;
radioCollection;
radioButton -label "None";
radioButton -label "One";
radioButton -label "Two";
showWindow;
Any suggestions? Much thanks!
Tony