Table columns are not updated correctly on Linux (java fwt) either when a column is added or when using Table#setColVisible. (I have called Table#refreshAll correctly and it is not working)
Any advice for using this feature ? Is this really a bug ? Thanks in advance for your feedback.
brianMon 18 Jul 2011
Hi sarnold,
Yeah that is a bug, or at least an oversight on how Table.refreshAll should work. I apologize for that problem. I pushed a fix. And I also added a new fwt/table.fan example script that lets you test out changing cols, rows, or display options and verify that refreshAll works.
sarnold Sun 17 Jul 2011
Table columns are not updated correctly on Linux (java fwt) either when a column is added or when using Table#setColVisible. (I have called Table#refreshAll correctly and it is not working)
Any advice for using this feature ? Is this really a bug ? Thanks in advance for your feedback.
brian Mon 18 Jul 2011
Hi sarnold,
Yeah that is a bug, or at least an oversight on how
Table.refreshAll
should work. I apologize for that problem. I pushed a fix. And I also added a new fwt/table.fan example script that lets you test out changing cols, rows, or display options and verify that refreshAll works.changeset