Graphics

 View Only
  • 1.  VB script & Xpression API

    Posted 07-07-2023 21:05

    I am trying to figure out what Xpression API conflicts I may run into when using VBscript.

    I have run into a problem where this script apparently conflicted with Xpression Tick-It use of the Xpression API:

    Dim StaticID As xpTextObject
    scene.GetObjectByName("StaticID", StaticID)
    Dim Sequence As xpSequencer = engine.Sequencer
    Dim item As xpTakeItem
    Sequence.GetTakeItemByID(CInt(StaticID.Text), item)
    item.SetFocus()

    This script allows a graphics operator to cue up a stinger from a MOS rundown for the director to take, but at some point, particularly when there are several ticker scenes onlining or offlining, may cause a render pipeline failure and crash Xpression. 

    Is there something wrong with the script?

    I have come to rely on VBscript in building scenes, and I am concerned that I may run into other issues by continuing to use it.

    Thanks,

    James.

    #XPression #VBscript #Tick-It 



    ------------------------------
    James Hessler
    WAAY TV (ALLEN MEDIA BROADCASTING)
    ------------------------------


  • 2.  RE: VB script & Xpression API

    Posted 08-11-2023 11:04

    Just answering to give this a little bump. I don't know enough about tick-it to give a definitive answer sorry. 



    ------------------------------
    Simon Redmile
    Senior Graphic Programmer & Designer
    Ross Video
    Bristol United Kingdom
    ------------------------------



  • 3.  RE: VB script & Xpression API

    Posted 08-11-2023 14:02

    Hey Simon!

    I appreciate your bump.

    In general, I am interested to know scripts that might cause issues.

    I am not certain that this problem involves TickIt, but the sheer number of scenes going on and offline puts a ticker scene change near the problem so the reasonable suspect is a conflict with TickIt.

    Thanks,

    James.



    ------------------------------
    James Hessler
    WAAY TV (ALLEN MEDIA BROADCASTING)
    ------------------------------