[flexcoders] I need a ColorPicker dataGrid Renderer

2006-08-01 Thread John Buhl
Hello, I'm looking for a colorPicker renderer for a dataGrid. Has anyone successfully built one of these you could share? THanks John __._,_.___ -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives:

[flexcoders] DateField cellRenderer not working with date as String

2006-07-20 Thread John Buhl
The DateField cellRenderer works great when your date is already a Date object. However, since I am dynamically reading in an XML file the date field comes across as text, so I'm trying to cast it into a Date object before using the cellRenderer component. But it just won't work. Has anyone run

Re: [flexcoders] DateField cellRenderer not working with date as String

2006-07-20 Thread John Buhl
, John Buhl wrote: field comes across as text, so I'm trying to cast it into a Date object before using the cellRenderer component.But it just won't work.HasWhat format is the data string in ? Is it one Date can parse itself ?--Tom Chiverton This email