Example of roTextWidget programming in custom .brs
I would like some examples of how to display content using zones in a custom BrightScipt file. Specifically, how does one display TextWidgets from scratch? As a general rule, is it better to use roTextField() or roTextWidget() for system messages and UI feedback? For example: if I have a script that is processing content or saving settings and I'd like to display legible, nice looking information to a user, what are the reasons to use one over the other? Thanks