Forum Migration Notice
Update (2026-01-21): The user forums are now in read-only mode pending the data migration.

Update (2026-01-12): The user forums will be put into read-only mode on the 21st of January, 00:00 CET, to prepare for the data migration.

We're transitioning to a more modern community platform by beginning of next year. Learn about the upcoming changes and what to expect.

Screen maker for Log viewer

Has anyone ever developed a screen to display a log or text file being written to in the HOME folder?

If so i would appreciate a rundown of how you managed it. Can't really see a good way of doing it outside creating a Visual Studio project.

Comments

  • I have made a screen with a list view that is binded to a string array to do this. The string array is shifted in a RAPID model and the first index is always written to.... Works quite well!
  • Sorry to bump this, do you perhaps have an example of what you did?
    I'm looking for a way to be able to display a list of all files in a folder, and i think this could work