I dunno if this is why, but in my application
Statusbar1.Panels[0].text := IntToStr(pos div total*100) + '%';
gets some response, but it's not refreshing as I am updating my progress. (Ie. Shows 0%, then shows 100%, doesn't display the increments).
-Reenen