[flexcoders] Re: Question about inline ItemRenderers

2007-05-23 Thread Sairam Mattancheril
Thanks for taking the trouble to respond -- unfortunately none of these seem to work. I created a really simple example -- this is attached. Just in case the attachment doesn't come through, I have cut and pasted the entire mxml file below. I tried the following -- neither of these allows me to

Re: [flexcoders] Re: Question about inline ItemRenderers

2007-05-23 Thread Flexing...
Hi Sai, In the attached code change mx:RadioButton groupName={parentApplication.sameGroup} value={data.emp}/ to mx:RadioButton group={parentApplication.sameGroup} value={data.emp}/ groupName attribute has been changed to group This should do the job. Thanks On May 24, 2007, at 12:41

[flexcoders] Re: Question about inline ItemRenderers

2007-05-22 Thread mssairam
Maybe I am not making it clear -- let me try again. The itemRenderer renders one radiobutton. For each line of the datagrid, there is one radiobutton. All these radiobuttons need to be in one group. The following works fine except that the radiobuttons are not centered in the DataGrid cell. All I

RE: [flexcoders] Re: Question about inline ItemRenderers

2007-05-22 Thread Tracy Spratt
: [flexcoders] Re: Question about inline ItemRenderers Maybe I am not making it clear -- let me try again. The itemRenderer renders one radiobutton. For each line of the datagrid, there is one radiobutton. All these radiobuttons need to be in one group. The following works fine except

[flexcoders] Re: Question about inline ItemRenderers

2007-05-22 Thread mssairam
[mailto:[EMAIL PROTECTED] On Behalf Of mssairam Sent: Tuesday, May 22, 2007 2:28 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Question about inline ItemRenderers Maybe I am not making it clear -- let me try again. The itemRenderer renders one radiobutton. For each line

RE: [flexcoders] Re: Question about inline ItemRenderers

2007-05-22 Thread Tracy Spratt
Of mssairam Sent: Tuesday, May 22, 2007 4:53 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Question about inline ItemRenderers Thanks. I tried that as well -- while it centers the radio buttons, the buttons dont function as a group. I tried some variations using parentApplication, parent

RE: [flexcoders] Re: Question about inline ItemRenderers

2007-05-22 Thread Tracy Spratt
Subject: RE: [flexcoders] Re: Question about inline ItemRenderers So you are saying that wrapping the radio buttons in the HBox changes the behavior? I would not expect that. If you post a minimum runnable example I will take a look. Tracy From