Every major version of Secure CRT changes the window class of its main window. In JAWS, scripts have to be updated, and this is still the cae with NVDA, I just didn't notice it until now. I haven't compiled this in, but I believe that one can update securecrt.py with the new window variables, right now there is support up to 7.1.x. I will try to fork and fix this thing for the project, but I've never done this before. Alternatively, I can upload the changed file. I'm currently running version 8.0.2 which uses the window class of AfxFrameOrView140u. Basically, for every version, you increment 10, so to include all versions, we need to add AfxFrameOrView110u AfxFrameOrView120u, AfxFrameOrView130u, and AfxFrameOrView140u. The screen writes are the same in all versions.
Every major version of Secure CRT changes the window class of its main window. In JAWS, scripts have to be updated, and this is still the cae with NVDA, I just didn't notice it until now. I haven't compiled this in, but I believe that one can update securecrt.py with the new window variables, right now there is support up to 7.1.x. I will try to fork and fix this thing for the project, but I've never done this before. Alternatively, I can upload the changed file. I'm currently running version 8.0.2 which uses the window class of AfxFrameOrView140u. Basically, for every version, you increment 10, so to include all versions, we need to add AfxFrameOrView110u AfxFrameOrView120u, AfxFrameOrView130u, and AfxFrameOrView140u. The screen writes are the same in all versions.