Page 1 of 1

Node dinamically

Posted: 24 May 2020, 02:29
by sribas
Hello guys,

I would like to create contents dinamically, like spread do, but i need to control each items inside, independently.

I don't know if it's possible in Ventuz ?

Re: Node dinamically

Posted: 24 May 2020, 07:36
by lerou
nope. You can't dynamically create nodes. Ventuz is a very static tool when it comes to its hierarchy. You can only create a maximum amount of containers and then use the required number. As for container content, you must build a general container that adapts to your needs (in terms of parameters). Using too many nodes will crush your CPU performance, though.

Re: Node dinamically

Posted: 24 May 2020, 13:09
by sribas
thanks