Page 1 of 1
Ventuz Dynamic Ticker
Posted: 21 Jan 2016, 13:47
by Jodaine Moore
I am trying to update tickers within the ventuz designer but when I do it dynamically the Ojbects(Text nor images do not show) I have read the documentation about ticker and when using dynamic ticker mode I have to change the mode to loop when I do that nothing shows.. The ticker performance seem in consistence some time it shows some time it do not.. even in the None mode of the data mode.... My initial plan is to send data to the scene data from a plugin that is being run from the director ... then feed that information to a script and pass it into the ticker.. I have formatted the data using xml and it do not seem to work
Re: Ventuz Dynamic Ticker
Posted: 21 Jan 2016, 15:54
by Jodaine Moore
What I realise is that if I write the script then bind the node it works fine but if I bind first then write the script it do not work.. I am using the validate method? is there a way around this because I need to feed live input to the script
Re: Ventuz Dynamic Ticker
Posted: 22 Jan 2016, 12:26
by chriss0212
can you send a sample vza?
greetz
christian
Re: Ventuz Dynamic Ticker
Posted: 28 Jan 2016, 18:32
by Jodaine Moore
Thanks Christian!!! I have resolved This issue. What I did was add some random numbers after the ">" for e.g. output = "<Green Text =\"start" + inputFromDirector.ToString() + "end\">123456";
Forward your email if you would like the working sample scene.
Re: Ventuz Dynamic Ticker
Posted: 21 Mar 2016, 15:35
by Jodaine Moore
Hey @chriss0212 Can I still Send the VZA? If yes can I have your email please?
Re: Ventuz Dynamic Ticker
Posted: 21 Mar 2016, 19:27
by Thomas
You can send your vza as an attachment of a post.
Re: Ventuz Dynamic Ticker
Posted: 22 Mar 2016, 15:42
by Jodaine Moore
If the ticker does not show change the input value on the script... and reset ticker. The problem I am having at the moment is that the Formatting is inconsistent even though the html format is correct in the data properties.