Using the visibility dialog, you can hide all the columns.
The table becomes empty and can't be made visible
again.
It can be fixed by modifying the
TableViewAdapter.setVisible method. Just make
conditional the call to mVisibleColumn.remove to the
value of mVisibleColumn.size() > 1
Jorge
ccsdev@yahoo.com