"I am looking to have the application status bar continually updated as the user types in the document. "

Not really. Changes to the status bar requires the execution of a procedure each time. Just typing does not fire a codable event. Moving the selection does, but not just typing.

BTW: what does a user typing have to do with the time to takes to read?