he has a very cool means of sending output text to a ‘console’ within the app from a background thread. I would borrow that design, as it’s thread-safe, and a great example of how to pass big chunks of data between a non-gui thread and the GUI thread.