Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
DWhiteley
724 Views, 3 Replies

Check Inventor is idle

I need to check that Inventor is "idle" (doing nothing), so that I can run an external programme on it.

 

I have used:

 

strSBText = OApp.StatusBarText

If strSBText = "Ready" Or strSBText = "For Help, press F1" Then....

 

However, this does not work if "Dynamic prompts" is switched on.

 

Now, I remember some time back, being told of another way, but I can't remember the solution!

 

Can anyone prompt my mwemory on this?

 

Thanks in advance,

 

Dave