Re: [Dynapi-Dev] loadpanel troubles...

2001-01-07 Thread Richard :o
- 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

RE: [Dynapi-Dev] loadpanel troubles...

2001-01-05 Thread Cameron Hart
> > 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

RE: [Dynapi-Dev] loadpanel troubles...

2001-01-04 Thread Mark Haviland
> -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

RE: [Dynapi-Dev] loadpanel troubles...

2001-01-03 Thread Pascal
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

Re: [Dynapi-Dev] loadpanel troubles...

2001-01-03 Thread Robert Rainwater
[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

RE: [Dynapi-Dev] loadpanel troubles...

2001-01-03 Thread Mark Haviland
> -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

Re: [Dynapi-Dev] loadpanel troubles...

2000-12-31 Thread Robert Rainwater
> > > > > 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 >

Re: [Dynapi-Dev] loadpanel troubles...

2000-12-31 Thread Robert Rainwater
> > > 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

Re: [Dynapi-Dev] loadpanel troubles...

2000-12-29 Thread Scott Andrew LePera
> 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

RE: [Dynapi-Dev] loadpanel troubles...

2000-12-29 Thread Mark Haviland
> -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... > >

Re: [Dynapi-Dev] loadpanel troubles...

2000-12-27 Thread Scott Andrew LePera
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