Menu

#45 EchopiontNG: PageableTableNavig locks when added in evt hndl

open
nobody
None
5
2005-10-19
2005-10-19
No

In NG fresh from CVS with the echo2 jars as supplied
the PageableTableNavigation seems to trigger the please
wait dialog to appear and lock up. It seems that moving
the init code into the constructor solves this problem
and leaves things working.

So if you delete the init method and change the
constructor to:

public PageableTableNavigation(Table table){
this.model = (PageableTableModel)table.getModel();
doLayout();
}

everything becomes happy.

Discussion


Log in to post a comment.

MongoDB Logo MongoDB