[flexcoders] Re: toggling checkbox's enabled field in datagrid

2011-09-26 Thread carriecharp
={ data.type != 0 } / -TH --- In flexcoders@yahoogroups.com, carriecharp carriecharp@ wrote: I've inherited some code to update and I could use some help. I have an Advanced Data Grid where one column uses a custom checkbox component. It's very simple with the checkbox's selected field

[flexcoders] toggling checkbox's enabled field in datagrid

2011-09-21 Thread carriecharp
I've inherited some code to update and I could use some help. I have an Advanced Data Grid where one column uses a custom checkbox component. It's very simple with the checkbox's selected field controlled by column's datafield, which is a Boolean named 'fired'. I want to have the checkbox

[flexcoders] Re: Line Chart Data Tips Don't Display When There's a Single Data Point

2009-12-04 Thread carriecharp
--- In flexcoders@yahoogroups.com, carriecharp carriech...@... wrote: Good morning, I'm working with a line chart where data is added over time. The first time the user views the chart, there's only one point on the chart. There's no line, but the point displays since I'm using

[flexcoders] Line Chart Data Tips Don't Display When There's a Single Data Point

2009-11-16 Thread carriecharp
Good morning, I'm working with a line chart where data is added over time. The first time the user views the chart, there's only one point on the chart. There's no line, but the point displays since I'm using the BoxItemRenderer. However, when you hover over the point, no data tip appears. The