R – Need message from ActiveX that runs in a thread

activexcominternet explorer

I have an activex control, that I developed myself. The activex runs in a thread to make sure that IE doesn't freeze when its executing the long task. The long task is pretty much looping through 32K rows. Now while its looping I would like to display a message to the IE user notifying him about the row position. That way the user can see the process. Is there a way to achieve this?

Best Answer

Create an property on activex, and check it with javascript.

Related Topic