[flexcoders] HSlider and in-line Item Editor(Renderer)

2007-03-15 Thread tungchau81
Hi everybody, I wonder if it is possible to extend HSlider class and make it work as in-line Item Editor(Renderer). I love to use DataGrid and HSlider together, but currently HSlider does not implement IDataRenderer, IListItemRenderer, and IDropInListItemRenderer interfaces. It seems to me

Re: [flexcoders] HSlider and in-line Item Editor(Renderer)

2007-03-15 Thread Doug McCune
It's definitely possible, I did that when I was playing with making a Gantt chart. I think I made a wrapper class that loaded the HSlider, but you should be able to just extend HSlider as well. Your general idea of extending HSlider and implementing the correct interfaces should work. What makes