RE: [flexcoders] Re: Radio Button Custom Component

2005-04-14 Thread Deepa Subramaniam
I don't see a mx:RadioButtonGroup tag in your code anywhere. This tag is what defines the group which your RadioButtons will work as a single control under. You can also use this tag to specify the labelPlacement for all the RB's in the group. So I think what you need is outside of your

RE: [flexcoders] Re: Radio Button Custom Component

2005-04-14 Thread Jason Szeto
Let me explain what is going on here and why it has been done this way. Let's say you've got a MXML Component called myChoice. It contains three RadioButtons, called rA, rB, rC. You assign each of these a groupName called myGroup. It also has a member variable called dataProvider. The way that

Re: [flexcoders] Re: Radio Button Custom Component

2005-04-14 Thread Matthew Shirey
That does make sense. It's a bit of pain for what we're trying to do. But we'll find a workaround. We're dealing with a ton of dynamic data that is being used to generate in turn a dynamic interface. We'll just have to figure out a way to get the RadioButtons grouped in the same container.

RE: [flexcoders] Re: Radio Button Custom Component

2005-04-14 Thread Jason Szeto
@yahoogroups.com [mailto:[EMAIL PROTECTED] Sent: Thursday, April 14, 2005 4:40 PM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] Re: Radio Button Custom Component That does make sense. It's a bit of pain for what we're trying to do. But we'll find a workaround. We're dealing with a ton