> The proper solution here is that we have a getRowCount that returns > -1 if the row count is not loaded yet, and the calling function > handles that properly. In the case of _updateStatusBar it would just > clear the status bar text. In a little while there will be a > EVENT_TYPE_DATA_CHANGED event (when the table row count is actually > loaded) and the status bar can be updated with the correct data.
I note that code in SVN was changed at 12086 to not show the count if the rowCount was zero. This goes partway to implementing this - however, there is still a call to getRowCount. See http://bugzilla.qooxdoo.org/show_bug.cgi?id=820 for a patch about some other issues here. Hugh ------------------------------------------------------------------------- This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to save $100. Use priority code J8TL2D2. http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
