Hi all,
I have a qx.ui.table.Table with a large number of rows (50000). Sorting on
the, as you many imagine, takes some time and times out on IE 7. To deal
with this, I would like to overlay a blocker over the table with a loading
spinner gif, but unfortunately I can't seem to catch it before sorting
starts. With all the methods I've tried the blocker appears *after* sorting
has finished. So far I've tried:
1. listening for the "beforeSort" event fired by qx.ui.table.Scroller
2. extending qx.ui.model.model.Simple with a function that runs before
"sort" runs in sortByColumn
3. extending qx.ui.pane.Scroller with function that runs before
"sortByColumn" is invoked in the "_onClickHeader" method.

I haven't looked into the SmartTableModel yet because I'd rather not
maintain multiple views if I can get it working this way.

Any feedback is appreciated.

-deech
------------------------------------------------------------------------------
Download new Adobe(R) Flash(R) Builder(TM) 4
The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly 
Flex(R) Builder(TM)) enable the development of rich applications that run
across multiple browsers and platforms. Download your free trials today!
http://p.sf.net/sfu/adobe-dev2dev
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to