Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 3 of 3

Thread: Dynamic text

  1. #1
    Join Date
    Jun 2001
    Location
    California
    Posts
    2,014

    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. #2
    Join Date
    Jun 2000
    Location
    Indigo Rose Software
    Posts
    1,943

    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

  3. #3
    Join Date
    Jun 2001
    Location
    California
    Posts
    2,014

    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?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts