Detect Word Document Close
JuanSlaterT opened this issue · 10 comments
This is an intended feature. If you click off Microsoft Word, this "Not Active" screen appears.
This is because the event hook that I'm using triggers when a user clicks off and when a user closes a file.
Without this, there is no other way of tracking (that I know of at the moment) when a user closes a file.
This means that clicking off a file will display this message. Sorry!
Without this, closing a file would keep the old information up, which I feel is less accurate than this current compromise.
If there is actually a new way of detecting when a file is closed, that would be very helpful for me to stop this issue.
This is an intended feature. If you click off Microsoft Word, this "Not Active" screen appears.
This is because the event hook that I'm using triggers when a user clicks off and when a user closes a file.
Without this, there is no other way of tracking (that I know of at the moment) when a user closes a file.This means that clicking off a file will display this message. Sorry!
Without this, closing a file would keep the old information up, which I feel is less accurate than this current compromise.
I dont think this as "intended" just tested letting my game status "opened" in another monitor and just started to write some words in my word documment, but it still appearing as "Not Active" I made some clicks too but nothing
I closed the file and re opened it again and it appeared but after a few minutes it went back to Not Active for some reason.
This issue has gone stale... even if it was my fault for not replying.
If the issue is still there, reply and I'll get back to you.
Good news - There actually is a way to detect this:
Unfortunately it doesn't seem to work for when the last document is closed for some reason...
Yeah, I think it's the same issue still.