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!

Search found 108 matches

by Chris
02 May 2016, 10:33
Forum: How to...
Topic: No audio in movie playback
Replies: 2
Views: 2721

Re: No audio in movie playback

thanks Gotz ;)
by Chris
01 May 2016, 21:57
Forum: How to...
Topic: No audio in movie playback
Replies: 2
Views: 2721

No audio in movie playback

Hi All,

I am playing back a movie file in the movie clip node. In the node configuration options, I have set the buffers to "buffer all" when doing this I lose audio....Is this a limitation of the movie clip or am I missing something??.....

Thanks
Chris
by Chris
27 Apr 2016, 21:20
Forum: How to
Topic: Script method trigger on scene start
Replies: 2
Views: 1928

Re: Script method trigger on scene start

Thanks Karol :)
by Chris
27 Apr 2016, 14:24
Forum: How to
Topic: Script method trigger on scene start
Replies: 2
Views: 1928

Script method trigger on scene start

Hi All,

What would be the best way to trigger a script method when the scene loads??

thanks
Chris
by Chris
06 Apr 2016, 20:16
Forum: How to
Topic: Touch with stencil
Replies: 2
Views: 2406

Re: Touch with stencil

Hey Gotz,

Perfect :D

Thanks ;)
Chris
by Chris
05 Apr 2016, 23:46
Forum: How to
Topic: Touch with stencil
Replies: 2
Views: 2406

Touch with stencil

Hey,

I have attached a quick test scene. I am trying to work out how to make all touch triggers only fire when inside the blue square (so all touches outside the blue square are not processed. Is this possible?

thanks
Chris
by Chris
29 Mar 2016, 21:59
Forum: How to
Topic: Save text to CSV file
Replies: 2
Views: 2520

Re: Save text to CSV file

Hey, Thanks for the reply joschy :) Here's my code //if file doesnt exist, create file if (!File.Exists(filePath)) { File.Create(filePath).Close(); } // Append line to the file. using (StreamWriter writer = new StreamWriter(filePath, true)) { writer.WriteLine(Data); } changed = true; It all works fi...
by Chris
26 Mar 2016, 22:49
Forum: How to
Topic: Save text to CSV file
Replies: 2
Views: 2520

Save text to CSV file

Hi All, I have created a basic form to collect some text and save it out in CSV format. I'm not the best in the world at scripting......so would someone mind having a quick look over my scene and letting me know if I can improve the script in any way?? Is this the most efficient way to create as CSV...
by Chris
11 Jan 2016, 15:16
Forum: How to...
Topic: Images from ftp
Replies: 3
Views: 3591

Re: Images from ftp

Anyone??? All the details I'm inputing seem correct yet this just does not work.....would it be better to script this? I was possibly thinking of using a third party app to download content from the ftp and then just use local drive links for the images......is this a more reliable way of acheiving ...
by Chris
08 Jan 2016, 22:28
Forum: How to...
Topic: Images from ftp
Replies: 3
Views: 3591

Re: Images from ftp

If I connect the URL to the Directory I get this error: 21:00 08/01/2016 Error : DIR (Directory): Could not scan folder: The given path's format is not supported. If I connect the url directly to the Texture Loader i get this error: 21:00 08/01/2016 Error : TexLoader (Texture Loader): Failed to load...