[flexcoders] Re: ItemRenderer frustration! - What to invalidate??

2009-04-15 Thread oopdog
I was given the answer - I'll share it in case it helps anyone else. It was to use callLater callLater(myDataGrid.invalidateList); On Wed, Apr 15, 2009 at 12:20 PM, oopdog wrote: > Hello there, > > I have a DataGrid and one of the columns contains a custom CheckBox (item >

[flexcoders] ItemRenderer frustration! - What to invalidate??

2009-04-15 Thread oopdog
Hello there, I have a DataGrid and one of the columns contains a custom CheckBox (item renderer/editor). When the user selects the CheckBox I want to over-ride a value in another column. The problem is that the value of the other column is not updating until AFTER the user has selected a differen

Re: [flexcoders] Combo and 'change' event

2008-07-01 Thread oopdog
coders@yahoogroups.com [mailto:[EMAIL PROTECTED] *On > Behalf Of *oopdog > *Sent:* Monday, June 30, 2008 1:14 AM > *To:* flexcoders@yahoogroups.com > *Subject:* [flexcoders] Combo and 'change' event > > > > Hello > > at certain points I am changing the selectedIn

[flexcoders] Combo and 'change' event

2008-06-30 Thread oopdog
Hello at certain points I am changing the selectedIndex of a combo programmatically ( e.g. mycombo.selectedIndex = 5) In my MXML I declared something to happen on the 'change' event: When I change the selectedIndex programmatically this doesn't run. Do I have to manually dispatch the 'change' e