Hi all,

I'm writing an HTML-page with a script that changes the view of the page.
It works fine, but the changes will only show after the script stops.
I want to see the changes as they are made (with a delay-loop to follow the
progres)
How can I do that?

Thanks,
Jan Hendrickx.

Re: refresh screen while vbscript is running by Michael

Michael
Fri Oct 29 19:35:59 CDT 2004

> I'm writing an HTML-page with a script that changes the view of the
> page. It works fine, but the changes will only show after the script
> stops.
> I want to see the changes as they are made (with a delay-loop to
> follow the progres)
> How can I do that?

(You probably won't like the answer ;-)...

Updating the Display During Lengthy Operations (DHTML Dude)
http://msdn.microsoft.com/library/en-us/dndude/html/dude02262001.asp

--
Michael Harris
Microsoft.MVP.Scripting
Sammamish WA US

Re: refresh screen while vbscript is running by Jan

Jan
Sat Oct 30 16:04:30 CDT 2004


"Michael Harris (MVP)" <mikhar at mvps dot org> schreef in bericht
news:uW8kuhhvEHA.4072@TK2MSFTNGP15.phx.gbl...
> > I'm writing an HTML-page with a script that changes the view of the
> > page. It works fine, but the changes will only show after the script
> > stops.
> > I want to see the changes as they are made (with a delay-loop to
> > follow the progres)
> > How can I do that?
>
> (You probably won't like the answer ;-)...
>
> Updating the Display During Lengthy Operations (DHTML Dude)
> http://msdn.microsoft.com/library/en-us/dndude/html/dude02262001.asp
>
> --
> Michael Harris
> Microsoft.MVP.Scripting
> Sammamish WA US

Thank you for pointing out this article to me!

I think this is what I need, but I'm still working my wy thrue it.

Greetings,
Jan Hendrickx



Re: refresh screen while vbscript is running by dol

dol
Fri Nov 05 13:16:27 CST 2004

Well... you were sooooooo right!
I don't like the answer !!!
or at least... I don't understand it!
I tried everything I could think think of using 'setTimeout' but I
always get errors!
The program i'm writing solves 'Image-puzzels'
this is a link to an example :
http://users.telenet.be/jan_hx/jbz/jbz.htm
it works fine but i'd like to SEE the progress as the puzle is being
solved...

anyone can do that?

thanks,
Jan Hendrickx.

Re: refresh screen while vbscript is running by Jan

Jan
Fri Nov 05 13:21:29 CST 2004

this was supposed to be reaction on following thread

Hi all,

I'm writing an HTML-page with a script that changes the view of the page.
It works fine, but the changes will only show after the script stops.
I want to see the changes as they are made (with a delay-loop to follow the
progres)
How can I do that?

Thanks,
Jan Hendrickx.

(You probably won't like the answer ;-)...

Updating the Display During Lengthy Operations (DHTML Dude)
http://msdn.microsoft.com/library/en-us/dndude/html/dude02262001.asp

--
Michael Harris
Microsoft.MVP.Scripting
Sammamish WA US