[flexcoders] Re: Center Checkbox in DG Column

2008-11-03 Thread markgoldin_2000
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of markgoldin_2000 Sent: Saturday, November 01, 2008 7:07 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Center Checkbox in DG Column I even changed it to this: selected = ( selected == false ? true: false

RE: [flexcoders] Re: Center Checkbox in DG Column

2008-11-03 Thread Alex Harui
Yes, see the other item renderer posts on my blog From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of markgoldin_2000 Sent: Monday, November 03, 2008 5:05 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Center Checkbox in DG Column Yes, that works, thanks

[flexcoders] Re: Center Checkbox in DG Column

2008-11-02 Thread Amy
--- In flexcoders@yahoogroups.com, markgoldin_2000 [EMAIL PROTECTED] wrote: I even changed it to this: selected = ( selected == false ? true: false); This should actually be accounted for by the fact that a CheckBox is a toggle button. When I click on a checkbox then all visible rows in

[flexcoders] Re: Center Checkbox in DG Column

2008-11-01 Thread markgoldin_2000
: [flexcoders] Re: Center Checkbox in DG Column I dont know what I am missing, but still not working for me. Here is my code: import flash.events.Event; import mx.controls.*; import mx.controls.dataGridClasses.DataGridColumn; import mx.controls.listClasses.IDropInListItemRenderer; public

RE: [flexcoders] Re: Center Checkbox in DG Column

2008-11-01 Thread Tracy Spratt
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of markgoldin_2000 Sent: Saturday, November 01, 2008 7:07 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Center Checkbox in DG Column I even changed it to this: selected = ( selected

[flexcoders] Re: Center Checkbox in DG Column

2008-10-31 Thread Amy
--- In flexcoders@yahoogroups.com, markgoldin_2000 [EMAIL PROTECTED] wrote: I am trying to get a checkbox working properly in my DG column when it's placed in a HBox in order to center the checkbox. I am overriding a few functions in the checkbox but none of them gets any hit. Do I need

[flexcoders] Re: Center Checkbox in DG Column

2008-10-31 Thread markgoldin_2000
You could also potentially use my extended datagrid Where can I find it? --- In flexcoders@yahoogroups.com, Amy [EMAIL PROTECTED] wrote: --- In flexcoders@yahoogroups.com, markgoldin_2000 markgoldin_2000@ wrote: I am trying to get a checkbox working properly in my DG column when it's

RE: [flexcoders] Re: Center Checkbox in DG Column

2008-10-31 Thread Alex Harui
Also see: http://blogs.adobe.com/aharui/2007/04/more_thinking_about_item_rende.html From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of markgoldin_2000 Sent: Friday, October 31, 2008 1:50 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Center Checkbox in DG

[flexcoders] Re: Center Checkbox in DG Column

2008-10-31 Thread Amy
--- In flexcoders@yahoogroups.com, markgoldin_2000 [EMAIL PROTECTED] wrote: You could also potentially use my extended datagrid Where can I find it? --- In flexcoders@yahoogroups.com, Amy amyblankenship@ wrote: --- In flexcoders@yahoogroups.com, markgoldin_2000 markgoldin_2000@

[flexcoders] Re: Center Checkbox in DG Column

2008-10-31 Thread markgoldin_2000
I could not find a sample for DG with a checkbox. Is there one? --- In flexcoders@yahoogroups.com, Amy [EMAIL PROTECTED] wrote: --- In flexcoders@yahoogroups.com, markgoldin_2000 markgoldin_2000@ wrote: You could also potentially use my extended datagrid Where can I find it? ---

[flexcoders] Re: Center Checkbox in DG Column

2008-10-31 Thread markgoldin_2000
/2007/04/more_thinking_about_item_rende.h tml From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of markgoldin_2000 Sent: Friday, October 31, 2008 1:50 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Center Checkbox in DG Column You could also potentially use

RE: [flexcoders] Re: Center Checkbox in DG Column

2008-10-31 Thread Alex Harui
@yahoogroups.com Subject: [flexcoders] Re: Center Checkbox in DG Column I dont know what I am missing, but still not working for me. Here is my code: import flash.events.Event; import mx.controls.*; import mx.controls.dataGridClasses.DataGridColumn; import