Hi Nicholas,Sorry for not providing the complete app, and yes, it's Python 3. The problem is not when it comes to display "Done" but "Working". I.e. the function that provides the values for the multiline widget needs some time and I tried to notify the user in the bottom line about that. Putting npyscreen.notify("Working")after set_status and before self.MessageList.values works, but this is not what I want.Thanks,
Sebastian