Announcement

Collapse
No announcement yet.

Dynamic text

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Dynamic text

    What if I wanted to access a text file on the users system that was always changing and I needed to display this info in a text object. Very quick overview please :-)

  • #2
    Re: Dynamic text

    Hi Bruce,

    Simply use a TextFile.Read() action to read in the contents of a text file, then use a TextObject.SetText() action.

    MSI Factory The Next Generation Intelligent Setup Builder

    Comment


    • #3
      Re: Dynamic text

      Thx Mark!
      Would the TextFile.Read() action be on page Show? and the TextObject.SetText() action be in a Text object or a List Box?

      Comment

      Working...
      X