The progress object allows to set the status of the progress dialog with
SetStatus()
however, newlines "\n" are ignored. So there is also the function
SetFromTo(header, from, to)
which allows to display two lines (so space is there enough to display several lines), however the header argument seems to be ignored completely (or i missunderstand it) and having "from" and "to" in front of the text i want to display is also not fullfilling my needs.
So i would appreciate if the SetStatus() function would allow line breaks. It does not need to be more than 3 or 4 lines but more than one as it is right now.
Thanks