Graphics

 View Only
  • 1.  Looong time to go !

    Posted 09-16-2012 10:49
    Hi,

    I don't understand why this ononline script :

    Dim sLine As String

    dim sr as New System.IO.StreamReader("filename.txt")

    sLine = sr.ReadLine()

    sr.Close()

    Dim MyTextStream As xpTextObject = Nothing

    Self.GetObjectByName("stream", MyTextStream)

    MyTextStream.text=Sline


    Take 1 or 2 second to go online...

    My text file has 1043 chars, not so big...


  • 2.  RE: Looong time to go !

    Posted 09-17-2012 20:28
    Hi Vincent,

    I believe this has been corrected in a recent build of XPression.

    What build of XPression are you currently running?

    Email me at gmillward@rossvideo.com and I can send you a link to download the version with the script delay fix and you can test it.

    #XPression


  • 3.  RE: Looong time to go !

    Posted 09-18-2012 13:27
    One of the latest...

    V4 2023

    #XPression