Community
Participate
Working Groups
NullpointerException in SWTScoutTableModel.getBackground. @Andy: Its the same problem that we've discussed. Cell content is null It seems that there are two possibilities: 1) constructor of org.eclipse.scout.rt.client.ui.basic.table.TableRow is responsible that m_cells instanciates the number of columns that is passed via the columnset (as in the constructor using values) 2) the access of getCell(element, columnIndex) on SwtScoutTableModel validates that it doesn't return null
fixed on 3.5.11, #101520 both proposals implemented
shipped with eclipse scout 3.7.0