Tips & Tricks in viz|trio

wjg

Member
hleinan suggested this vor viz|artist, would be nice for trio as well...

now, let me start here:

VB-SCRIPTING: keep in mind that all variables you get from Trio are string-type - even values from the number-plugin. so don't forget to convert them before sorting (comparing strings will bring up other results than comparing int or fp-values)
 
scripting with trio / vbs

scripting with trio / vbs

this vbs-helpfile is very helpful...
 

Attachments

  • vbs_help.zip
    463.3 KB · Views: 14
Yes, scroll is easy in trio but not really "friendly" like in ticker... If you need to change a message, need to take out the scroll.. Aaarrgghhtt !!
but you can create a flipping caroussel with trio... ;)
Juste use the playlist tool and a good scene/template. In this case, you can have a Loop, change messages at any time, etc... enjoy !!! ;)
Patrick
 
VTW/Trio

VTW/Trio

when using vtw's for trioshows do this at the beginning of scripting in VTW

Code:
if application.Title = "Viz Template Wizard" then 
    execute "sub TrioCmd(xxxx)  : end sub" 
end if

from now on you can use TrioCmd without errors...
 
Back
Top