[gwt-contrib] Re: PagingScrollTable - setEmptyWidgetVisible()

2008-10-29 Thread Brad Larson
I've created an issue to help track this problem: http://code.google.com/p/google-web-toolkit-incubator/issues/detail?id=172 -Brad On Oct 27, 10:41 am, Brad Larson <[EMAIL PROTECTED]> wrote: > Hi John, > > That is the heart of the problem, but it might be a little more > complicated than it so

[gwt-contrib] Re: PagingScrollTable - setEmptyWidgetVisible()

2008-10-27 Thread Brad Larson
Hi John, That is the heart of the problem, but it might be a little more complicated than it sounds. I am calling insertRow() on the CachedTableModel that my PagingScrollTable uses. This triggers a rowInserted table listener and ends up calling PagingScrollTable.insertAbsoluteRow(). I'm not su

[gwt-contrib] Re: PagingScrollTable - setEmptyWidgetVisible()

2008-10-26 Thread John LaBanca
Is the problem that calling insertRow() does not remove the emptyTableWidget and display the new row? It that is the case, it sounds like a bug. Adding a row using insertRow() should hide the emptyTableWidget. Thanks, John LaBanca [EMAIL PROTECTED] On Sat, Oct 25, 2008 at 3:24 PM, Brad Larson <