Gunner1980 wrote:It seems to be working much better for my project now, let me get with the rest of my team and make sure this has resolved their issues as well and I will report back.
Great, awaiting your response!
Regarding the progress window: Each report message will show up as long as another report message is logged. I.e. if a report message is logged at the very end of a test module/case, it will be shown for a very short time, since it will be "overwritten" by the next report message logged. (As you noted, it will be correctly logged to the report, though.) If another test case/module follows immediately afterwards, you would need to have a monitor working at 1000 Hz or more (and eyes with the same frame rate) in order to see the last log line

If you want to see that last report line in a module, you can put it in a Thread.Sleep call.
Gunner1980 wrote:This is new to 3.0.2 and was functioning properly in 3.0.1.
The only thing that I know has changed is a performance increase, maybe that's the cause why the next module is now executed sooner and the last report message in a module does not show up as long as it used to.
Regards,
Alex
Ranorex Team