- Original Message -
From: "Mark Haviland" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, January 04, 2001 6:23 PM
Subject: RE: [Dynapi-Dev] loadpanel troubles...
> On a side note, the widget I'm creating is a wizard (which I need to use
> > Why not just capture the onload event. Thats why
> it is
> > invoked there. Or
> > am I missing something here?
I've had lots of problems with the onload in
LoadPanel. Mostly in Netscape. The problem is I think
Netscape fires an onload event before it renders the
HTML. So if you try and ge
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Robert
> Rainwater
> Sent: Wednesday, January 03, 2001 6:47 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [Dynapi-Dev] loadpanel troubles...
>
>
> Why not
L PROTECTED]
> [mailto:[EMAIL PROTECTED]]Namens Mark Haviland
> Verzonden: donderdag 4 januari 2001 0:38
> Aan: [EMAIL PROTECTED]
> Onderwerp: RE: [Dynapi-Dev] loadpanel troubles...
>
>
>
>
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailt
[Dynapi-Dev] loadpanel troubles...
>
>
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]]On Behalf Of Robert
> > Rainwater
> > Sent: Sunday, December 31, 2000 11:46 PM
> > To: [EMAIL PROTECTED]
> > Subject: R
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Robert
> Rainwater
> Sent: Sunday, December 31, 2000 11:46 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [Dynapi-Dev] loadpanel troubles...
>
&g
>
> > > > When a URL is loaded it disappears from the queue.
> > >
> > > Yes, I do see that, but the Array for the queue keeps growing.
> >
> > Not sure why that's happening. Without looking at the code, my guess is
> > that we need to manually decrement the array length to keep it empty. I
>
> > > When a URL is loaded it disappears from the queue.
> >
> > Yes, I do see that, but the Array for the queue keeps growing.
>
> Not sure why that's happening. Without looking at the code, my guess is
> that we need to manually decrement the array length to keep it empty. I
> think "loadQu
> By multiple load requests, do you mean if I do something like:
>
> lp.add('foo.html');
> lp.add('bar.html');
>
> and the browser goes to fetch 'bar.html' before it's finished receiving the content
>for 'foo.html' ? This doesn't make much sense to me since fetching the document
>happens sequ
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of
> Scott Andrew
> LePera
> Sent: Wednesday, December 27, 2000 6:22 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [Dynapi-Dev] loadpanel troubles...
>
>
Hi Mark,
The queue in LoadPanel (and the old loadHTML extension) basically
ensures that multiple load requests happen one after the other, instead
of all at once. Both Netscape and IE seem to have troubles processing
multiple load requests. The queue was created to make sure all requests
were t
11 matches
Mail list logo