Someone in Chennai FUG asked if it is possible to space out tabs. The first thing that came into my mind was a big NO. But later as an after-thought, I got this idea as a workaround solution.
Archive for November, 2008

DateField as ItemRenderer
November 30, 2008If you try to put the dateField as itemRenderer for a DataGridColumn directly using mx.controls.DateField, the chances of getting a runtime error is very high. In fact 9 out of 10 times, you will end up getting an error saying that it is unable to convert string to date. Here is a solution to that.
