Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
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
Solved! Go to Solution.