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 309 matches

by Daniel Willer
09 Jul 2012, 09:30
Forum: How to...
Topic: RSS Append
Replies: 2
Views: 2046

Re: RSS Append

There is no way to extend the properties of the RSS node but you can copy the URL of the Rss-Feed to the File porperty of a XML-file node and then parse the Feed manual with XPath-Expressions.

Cheers!
by Daniel Willer
04 Jun 2012, 13:07
Forum: How to...
Topic: How to make a proper Render to Disk?
Replies: 1
Views: 1854

Re: How to make a proper Render to Disk?

I've tested a couple of different scenarios and the RendertoDisk module is working as expected. I guess you read the RenderToDisk Usermanual page and noticed that in Interactive mode only the interaction with the Renderer is recorded and not the interaction with the Designer GUI (e.g. Property Edito...
by Daniel Willer
03 May 2012, 09:29
Forum: How to...
Topic: Live video node
Replies: 4
Views: 2842

Re: Live video node

Hi could you please post your designer.log file located in %HOMEDRIVE%\ProgramData\Ventuz.

Cheers!
by Daniel Willer
23 Mar 2012, 10:41
Forum: How to...
Topic: Expression Help
Replies: 4
Views: 2948

Re: Expression Help

You can use the IsNullOrEmpty() method. Your Int expression should look like that: String.IsNullOrEmpty(A) ? 1:0 Check MSDN for further information. By the way you cannot output a 0 or 1 in a string expression because the result has to be a string. But you can add a string arguement via the CustomMo...
by Daniel Willer
21 Mar 2012, 10:47
Forum: How to...
Topic: Touch Translation and Touch Buttons
Replies: 3
Views: 2421

Re: Touch Translation and Touch Buttons

By the way you can install a Ventuz 32bit on a 64bit machine :) .
The best way to solve your problem is to interpolate between the present TouchRotation and the fix end position of each Panel.
You can use a linear node or a custom expression for that.

Cheers!
by Daniel Willer
20 Mar 2012, 11:04
Forum: How to...
Topic: Touch Translation and Touch Buttons
Replies: 3
Views: 2421

Re: Touch Translation and Touch Buttons

Take a look to the WebBrowser demo that is online. It includes the whole functionality you need to solve your probleme.

Cheers!
by Daniel Willer
15 Mar 2012, 10:44
Forum: General Discussion
Topic: Can't open files with Free version
Replies: 2
Views: 3076

Re: Can't open files with Free version

That sounds weird are you sure you didn't save your scene in the PLE version?
by Daniel Willer
01 Mar 2012, 14:13
Forum: How to...
Topic: Background hiddes all content
Replies: 5
Views: 3265

Re: Background hiddes all content

The problem is caused by your Intel Graphics solution. We do not support those intel graphic chips because it's a gamble if they do things the right way.
Use a machine with a standard ATI or Nvidia graphic board and it will work like charm.
Sorry for that.


Regards
Daniel
by Daniel Willer
01 Mar 2012, 11:37
Forum: How to...
Topic: Background hiddes all content
Replies: 5
Views: 3265

Re: Background hiddes all content

That is obviously not the way it is meant and sounds weird.
What hardware and software setup do you use? Does that behavior appear really in every of the tutorial scenes, if yes can you reproduce the same behavior in a new scene?

Regards
Daniel
by Daniel Willer
28 Feb 2012, 10:37
Forum: How to...
Topic: Camera Animation by using States
Replies: 2
Views: 2108

Re: Camera Animation by using States

You can customize the State Logic with your own CustomMethods and Rules.
Have a look in the UserManual

Cheers!