WangFeng Huang

Results 45 comments of WangFeng Huang

> 我也是 老是在章节末尾就不朗读了,还本来就是这样的呢 > 只能退回@Voice Aloud Reader 2.0版目前没有这个问题,3.0的更早版本也许也有没这个问题的。 我怀疑是文本处理的问题,也许是传递给合成器的文本处理掉了不朗读内容的行,但是我没看过源码。

> but more reasonable course of action would b to fix the issue in WX. Hi, can you elaborate? Like what needs to be done? Or what knowledge is needed....

This seems to be fixed in the stc sample built with wxWidgets/master. I wonder if this will be fixed when the wxWidgets used by wxPython are updated?

```python styled_text_ctrl.SetBufferedDraw(False) ``` The problem can be solved manually with this method. But it is not generic. Until the wxWidgets used by wxPython are updated to 3.2.4, we need a...

It doesn't seem to, it only solves the speech confusion problem.

> Maybe something else to look at. Is the `wxStyledTextCtrl` correctly identified as Scintilla control? Spy++ says the classname of `wxStyledTextCtrl` will be `wxWindow` with window caption `stcwindow`. > >...

After adding the windowClassName of wx.stc.StyledTextCtrl to judge the use of the Scintilla NVDAObject. wx.stc.StyledTextCtrl becomes inaccessible, NVDA doesn't speak or is blank. ``` name: stcwindow role: EDITABLETEXT (8) states:...

Hi I would like to ask, what is the app you use to create a virtual display? I am very interested in it. Thanks

I use SpaceDesk to do something similar, although it is only equivalent to an extended touchscreen. I use a wired Ethernet connection, maybe also support USB transfer? This is much...

> NVDA should read out what is under the mouse cursor, as it does when moving the mouse. Beeps are not an option in my opinion, because you don't have...