Dong 02.12.2010

  • cleaned up DataTypes.as
  • set default data type to VARCHAR in TableMgmtDG
  • separated all inline item renderers from TableMgmtDG and put in renderers directory
  • tested IngestManager with Phil’s new changes; seems to be working fine…
  • having weird problem with TableMgmtDG again….. It seems that the reloading of the same table wipes out the TextInput enable/disable control. Tried various things; cleaning out dataProvider, invalidateEVERYTHING. It looks like the DataGrid controls keeps haunting me. Ugh!
  • resolved the above problem by setting the enabled property explicitly by looking at the “VARCHAR” in data setter. The problem is that sizeEnabled = true in DataTypes in initialization and the ItemRenderer and DataGrid doesn’t want to create new components for the new data provider if there is existing components! It just replaces the data for existing components and creates new ones if new rows are needed.