--- Dev <[EMAIL PROTECTED]> wrote:
> If i should put in a wait before loading the
> document or something, to test things more. How do i
> make javascript wait/sleep for x time?
Use a timeout: window.setTimeout()
__
Do you Yahoo!?
Yahoo! Tax Center
Hi!
I have been using the loadpanel in my project and now in testing i get some errors
regarding line 188 and once in a while 189 and i can track it down to the loadpanel.js
file.
It works perfectly well before i try to load any html document in to it and it have
aswell worked very well before
Yes the 4k limit is only for the "get" method...
Michael Pemberton wrote:
> the limit also exists for form submission. a url and all it's headers cannot be
> more than 4k. the post submission method gets aroud this by sending the data after
> the initial url request.
t;
> > What is this 4k limit in reference to? Form submission?
> >
> > > -Original Message-
> > > From: [EMAIL PROTECTED]
> > > [mailto:[EMAIL PROTECTED]]On Behalf Of Michael
> > > Pemberton
> > > Sent: 19 April 2001 15:29
> > > T
k what you want...
Cameron Hart wrote:
> What is this 4k limit in reference to? Form submission?
>
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]]On Behalf Of Michael
> > Pemberton
> > Sent: 19 April 2001 15:29
>
Ok, so just put an example online and let us try it...
It's more expresiv than a long description text...
See you,
Nicolas
Michael Pemberton wrote:
> I just found that thewre was too many problems with syncronising the downloading of
> content. i also found that as I was trying to get the dyna
What is this 4k limit in reference to? Form submission?
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Michael
> Pemberton
> Sent: 19 April 2001 15:29
> To: [EMAIL PROTECTED]
> Subject: Re: [Dynapi-Help] LoadPanel Problem.
I just found that thewre was too many problems with syncronising the downloading of
content. i also found that as I was trying to get the dynamic loading of dynapi code
working, it was a problem to be splitting everything into 4k chucks (the dynlayer for
eg.
is 16k+).
I fully agree with outlini
AIL PROTECTED]>
> Sent: Thursday, April 19, 2001 12:38 PM
> Subject: Re: [Dynapi-Help] LoadPanel Problem...
>
> > Hi !
> >
> > I implemented a cookie based loader to workaround my loadpanel problem. It
> works fine
> > (but require a server side language, I
I did the same for the stockquote example, but couldn't get it to load more
than once in NS6, is yours ok in NS6?
- Original Message -
From: "Nicolas MASSART" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, April 19, 2001 12:38 PM
Subject: Re: [Dyn
Hi !
I implemented a cookie based loader to workaround my loadpanel problem. It works fine
(but require a server side language, I used PHP)
For the 4k size limit, I split my files into 4k cookies... and dont forget to destroy
the cookie when you do not need it anymore :)
Michael Pemberton wrote:
> Pemberton
> Sent: 19 April 2001 04:08
> To: [EMAIL PROTECTED]
> Subject: Re: [Dynapi-Help] LoadPanel Problem...
>
>
> Currently, there are no docs. I have recently given my whole
> distirbution an overhaul
> and made the whole thing more advanced.
>
> I've at
Currently, there are no docs. I have recently given my whole distirbution an overhaul
and made the whole thing more advanced.
I've attached the current code. It will require some alteration to have it bakc to
working with the dynapi, my distrob uses dynamic loading and a hole heap of other stuf
2001 12:25
AMTo: [EMAIL PROTECTED]Subject: RE:
[Dynapi-Help] LoadPanel Problem...
also,
i noticed with my quick fix that I just made to loadpanel, the following works,
i've just changed the order of how things are created a little bit. This would
suggest that perhaps the loadpanel is tryi
t; <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, April 18, 2001 10:10 PM
Subject: Re: [Dynapi-Help] LoadPanel Problem...
> Out of interest Micheal, where can your FileIO code be found? Have you
> written any docs for it, and do you know what platforms it works on? I
&
Out of interest Micheal, where can your FileIO code be found? Have you
written any docs for it, and do you know what platforms it works on? I
thought it might be good to write a short doc on LoadPanel alternatives,
I can only think of two, you code, and the JSRT.
Michael Pemberton wrote:
> th
this is something also available with my java version.
it all comes down to how hard you are willing to work to get around the use of
java. my java version has the following features:
- eliminates syncro problems by not returning until all data is downloaded
- unlimited download size, no
I found something interessant in the Richar's info site...
http://www.richardinfo.f2s.com/dynapi/Doc_Oliver_Examples/Form_Submitting.html
___
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help
lp2.setBgColor('#ff');<BR>
lp2.setURL('dynapi.gui.loadpanel-file1.html');<BR>
DynAPI.document.addChild(lp2);<BR>
}<BR>
-Original Message-From:
[EMAIL PROTECTED]
[mailto:[E
.
Cheers,
Cameron.
-Original Message-From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Nicolas
MASSARTSent: 18 April 2001 13:13To:
[EMAIL PROTECTED]Subject: Re: [Dynapi-Help]
LoadPanel Problem...The problem looks to be more
dificult... Infact, the real bug is that
my applet loading setup has no such problems. it does not return
from the setURL method until ALL code has been downloaded. as such,
the problem of syncronising does not exist.
I am still to find any reason for not implementing this setup as the
default method of loading in NS4. It is even po
The problem looks to be more dificult...
Infact, the real bug is that Loadpanel can't check if a file is completely
loaded or not.(I speack only about NS4 wich uses the 'src' property of
the layer to load the html content).
So if you have to LoadPanels loading at the same time (only a few milise
Hello again !
I tested another thing, I make a loop using a settimeout to check if
the busy state of the queue is true or false. It works fine on IE, but
on NS, the busy state does not set to false... here is the problem...
Look at my javascript code bellow :
// variables settings
var exthtmlval
Hi!
I'm using the loadpanel widget to lod content in layers.
No problems on IE... it works fine.
But on NS, it loads only the first file and display it using my window
widget and stops before the second window...
Bellow is the code I used, do you see any things ???
Note that : ContentLayer is a
This isn't an urgent problem for me (I use setHTML for the initial load) but I
thought someone might like to know...
Using setURL with loadpanel within the onLoad function (in other words: trying
to create a loadpanel which automatically loads an initial url during page
loading) doesn't seem to w
25 matches
Mail list logo