Hello Ventuzians!
THE FORUMS ARE CLOSED!

Please join our discord server HERE!! << click me :D

We are shutting our Ventuz Forum, but don't worry, it will all be archived for you to search in if you have a query. From now on, please add all your comments, questions or observations into our Discord Server

Thanks for the great time - see you on discord!!
Dee, Karol, Daniel and the whoooole Product and Support team!

Timeout for html page loading

Q and A about functionality and how to solve a special task for your application.

Moderator: Support

Post Reply
User avatar
florian
Posts: 58
Joined: 18 Feb 2012, 19:42

Timeout for html page loading

Post by florian » 07 Jul 2012, 22:29

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 :)
Attachments
ventuz-htmlpagetimeout.gif
Florian

User avatar
Daniel Willer
Posts: 309
Joined: 06 Jan 2012, 18:12

Re: Timeout for html page loading

Post by Daniel Willer » 09 Jul 2012, 09:38

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!

User avatar
florian
Posts: 58
Joined: 18 Feb 2012, 19:42

Re: Timeout for html page loading

Post by florian » 09 Jul 2012, 09:53

Hi,

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

Thanks,
Florian

Post Reply