Nice! I'm planing to show an busy indicator too, and the idea I had so far
was:

image = new Image();
code for show some busy indicator;
image.onload = function(){ code for stop the busy indicator}
image.src = 'path';

now I change my mind.

On Thu, Jan 14, 2010 at 10:48 AM, Martijn Dashorst <
[email protected]> wrote:

> <img src="http://example.com/images/someimage.jpg";
> style="background-image:url('style/spinner.gif');" />
>
> Assuming the local machine is faster than the external server, the
> spinner should be visible while the external image loads.
>
> Martijn
>
> On Wed, Jan 13, 2010 at 8:10 PM, Christoph Grün <[email protected]> wrote:
> > Hi,
> >
> >
> >
> > how can I display a busy indicator while an external image is loaded?
> >
> >
> >
> > Thanks, Christoph
> >
> >
> >
> >
>
>
>
> --
> Become a Wicket expert, learn from the best: http://wicketinaction.com
> Apache Wicket 1.4 increases type safety for web applications
> Get it now: http://www.apache.org/dyn/closer.cgi/wicket/1.4.4
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>


-- 
Pedro Henrique Oliveira dos Santos

Reply via email to