Friday, November 29, 2013

Re: Issue with Loading image while using 'CellTable' in GWT

We do that without much problem.  How do you load the image and determine when it is finished loading?  We use gwt-image-loader (https://code.google.com/p/gwt-image-loader/).  It has an event that is thrown when the image is loaded.

Mike

On Thursday, November 28, 2013 10:35:36 PM UTC-8, Arnab wrote:
Hello All,

I am implementing a program using GWT where we need to show the 'Loading image' every time we visit the page.
I am using CellTable to perform this activity.

But the Loading image shows only for the first time visit and from the next time I do not get any loading image.

I tried lot of logic(clearing the cache) but nothing work. Checked different blog sites but didn't found any solution.


Can any body tell me how to implement this, so that I can see 'Loading image' every time I visit the page.

Thanks in advance!

Regards,
Arnab

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment