Page 1 of 1

Timeout for html page loading

Posted: 07 Jul 2012, 22:29
by florian
Hi,

I'm workign around loading webpage for treatment and disply under ventuz.
(context : live feed to display)

using simple nodes : TextFile (AutoUpdate boolean to launch an update and Async function to disable Ventuz freeze), Timer (used to control update time)
on my html page, I put some sleep function in order to test abilities for Ventuz to timeout

My conclusions :
Textfile don't send an "updated" event and we can't interrupte an update

Any leads on fine controlling html page update ?
could Vbscript help on this topic ?

Thanks for your answer :)

Re: Timeout for html page loading

Posted: 09 Jul 2012, 09:38
by Daniel Willer
An easy way to get an update event on the TextFile node would be to connect a String value node and use the Changed event on the Output.

Cheers!

Re: Timeout for html page loading

Posted: 09 Jul 2012, 09:53
by florian
Hi,

Yes, already doing this we a textbuffer :)
What about the timeout for page request ?

Thanks,