Thanks for the reply Mark..I just used the CheckedText and pragmatically solved the issue
On Wed, Dec 31, 2008 at 7:33 PM, Mark Murphy <[email protected]>wrote: > > for android wrote: > > I am trying to create a RadioGroup whch looks somewhat like this: > > <RadioGroup> > > <RadioButton> > > <TableLayout > > > <TableRow> > > <RadioButton /> > > <Button /> > > </TableRow> > > <TableRow> > > <RadioButton /> > > <Button /> > > </TableRow> > > </RadioGroup> > > > > But whn i create the radio group and start selecting items,the radio > > buttons are not of multiple-exclusion as suggested in the docs.For > > clarity I have created a sample prgrm attached??Is this a bug? Or I am > > doing anything incorrect.?? > > Unfortunately, as I understand it, RadioButton must be an immediate > child of RadioGroup for the mutual-exclusion to work, not inside some > other layout (e.g., your TableLayout). > > -- > Mark Murphy (a Commons Guy) > http://commonsware.com > _The Busy Coder's Guide to Android Development_ Version 1.9 Published! > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

