WangFeng Huang
WangFeng Huang
I tested the provided WidgetTest sample application using the latest alpha. The test results were different for the three edit boxes. And it didn't reproduce the behaviour in this issue...
Ah, sorry for the translation, I didn't realise it was the input cursor. I've just re-tested and there is no speech output when the left and right arrows move between...
I retried, and I have to start NVDA after this example programme is open in order to access it (i.e. this programme has to be opened first, and then NVDA...
```log IO - speech.speech.speak (11:18:49.355) - MainThread (5888): Speaking ['日志片段开始点已标记,再按一次复制到剪贴板'] IO - inputCore.InputManager.executeGesture (11:18:51.419) - winInputHook (5084): Input: kb(laptop):1 IO - speech.speech.speak (11:18:51.453) - MainThread (5888): Speaking [CharacterModeCommand(True), '1', EndUtteranceCommand()]...
I tried 2024.1 and this issue does exist. However, today NVDA 2024.3rc1 has been released, which means the official version 2024.3 is coming soon, can you try this version to...
> [NVDA development snapshots](https://www.nvaccess.org/files/nvda/snapshots/): Automatically generated builds of the project in its current state of development A preview version can be found at the bottom of this page. An alpha...
This is the normal behaviour of the current edit cursor, when moving the cursor left or right, it will read aloud the characters to the right of the cursor. In...
wxPython demo: ```python #!/usr/bin/env python import os import wx import wx.html2 as webview # WebView Backends backends = [ (webview.WebViewBackendEdge, 'WebViewBackendEdge'), (webview.WebViewBackendIE, 'WebViewBackendIE'), (webview.WebViewBackendWebKit, 'WebViewBackendWebKit'), (webview.WebViewBackendDefault, 'WebViewBackendDefault'), ] #---------------------------------------------------------------------- class...
No, this is the official demo provided by wxPython. this runs in NVDA's virtual environment. https://extras.wxpython.org/wxPython4/extras/4.2.2/wxPython-demo-4.2.2.tar.gz
@XLTechie This is strange, I do have a problem when I run tView.exe, but it works fine when I run tView.pyw from the source. My version of wxPython is 4.2.2