Re: GWT listbox text color, selection

2013-01-21 Thread Faith
It can be changed using listBox.setStyleName(); On Friday, January 18, 2013 6:55:22 PM UTC+5:30, Nicholas DiMucci wrote: *blows cobwebs off this thread* Can anyone answer this question? I'm looking to change the font color of individual items within a ListBox. On Thursday, June 12, 2008

Re: DataGrid doesn't show data in TabLayoutPanel

2013-01-21 Thread Faith
Is the tab containing DataGrid selected on load or should the user click the tab to display the Datagrid. If it is the second scenario try invoking yourdatagrid.OnResize() on tab selection. HTH. On Thursday, January 17, 2013 11:04:27 PM UTC+5:30, James wrote: I have following questions:

cross-selection of CheckboxCell in CellTable

2011-02-10 Thread faith
Hi, I've implemented a CellTable with three distinct columns of type CheckboxCell checkBoxCell = new CheckboxCell(true, false); ColumnAnagrafica, Boolean checkColumn = new ColumnAnagrafica, Boolean(checkBoxCell) { @Override public