:: Forum >>

table.request() how to get loading please wait to display again

Hi there,

I use table.request() to load data from a CSV file into the grid. Works nice, I then have the same request go through and data re-loaded to the grid, but the 2nd time around, it doesn't display "loading please wait" any suggestions on how I could get that to work?
AcidRaZor
Thursday, February 24, 2005
Plus, how can I call this custom-made?

For instance, if I sort on a big recordset that might take 2-10 seconds, how can I replace the screen temporarily with "Sorting please wait" ?
AcidRaZor
Thursday, February 24, 2005
bump
Thursday, February 2, 2006
wtf? Who bumped this...
AcidRaZor
Thursday, February 2, 2006
This time it's you :-)
Alex (ActiveWidgets)
Thursday, February 2, 2006
Actually, this feature ('Loading ...' message) will not be in 2.0 - I will put it back after 2.0, lets say 2.0.1 or 2.1...
Alex (ActiveWidgets)
Thursday, February 2, 2006
Sorry to see this feature go. :-( Thought it was very valuable, especially how one could set their own custom message.
Sam S.
Thursday, February 2, 2006
Me too. Sorry to see it go. I have some very large XML datasets and it would be great to display the loading progress.

Oh well ... I can wait (grin).
Carl
Monday, February 27, 2006
I agree, a loading message is necessary
no workaround or dates for 2.0.1 or 2.1 ?

Lucho
Thursday, March 2, 2006
If you are using 2.x, the easiest thing to do is define a AW.UI.Label, place it somewhere on the page (mine is on the upper right hand of the grid). Just before I call the table.request, I do:
label.setControlText("Reloading data...");
Then I define a table.response section and change the label:
label.setControlText("Complete.");
Lorenzo C.
Monday, March 6, 2006
Lorenzo,

Got a code example of this?

I have some very large data sets that is taking a bit of time to load. If I could implement what you wrote, it would be GREAT for the end users (that currently have no clue something is actually happening).

Thanks ...
Carl
Monday, April 10, 2006

This topic is archived.


Back to support forum

Forum search