Re: Announce numbers as a single digit
abdul muhamin
toggle quoted messageShow quoted text
From: Ramesh Patil
Sent: Tuesday, March 17, 2020 8:06 PM To: nvda Subject: Re: [nvda] Announce numbers as a single digit
Hey, number processing addon works well. Thanks all of you
On Tue, Mar 17, 2020, 2:52 AM Kevin Cussick via Groups.Io <the.big.white.shepherd=googlemail.com@groups.io> wrote:
|
|
Re: Serious issue with NVDA not reading menus and totally silent in Firefox and Chrome
Tyler,
I am just trying to be absolutely sure that the only difference between that command for pre-2019.3 versions of NVDA and 2019.3 forward is the presence of the character 'u' for all versions prior to 2019.3? I see "RegisterTypeLib(p,ur" for pre-2019.3 and "RegisterTypeLib(p,r" for 2019.3 and later. Full import commands are quoted below, but I wanted to stick with focused snippets here. Old NVDA, Pre 2019.3
import comtypes,ctypes;p=comtypes.typeinfo.LoadTypeLibEx(r"c:\windows\syswow64\oleacc.dll");ctypes.windll.oleaut32.RegisterTypeLib(p,ur"c:\windows\syswow64\oleacc.dll", None)
Current NVDA 2019.3 onward
import comtypes,ctypes;p=comtypes.typeinfo.LoadTypeLibEx(r"c:\windows\syswow64\oleacc.dll");ctypes.windll.oleaut32.RegisterTypeLib(p,r"c:\windows\syswow64\oleacc.dll", None)
-- Brian - Windows 10 Pro, 64-Bit, Version 1909, Build 18363 Power is being told you're not loved and not being destroyed by it. ~ Madonna
|
|
Re: NVDA not announcing listview items in TortoiseSVN commit dialog
Hi, Makes sense. I believe someone was working on a more generic 64-bit list view support a while back, and I’m wondering if that work might be able to fix this issue. Cheers, Joseph
From: nvda@nvda.groups.io <nvda@nvda.groups.io> On Behalf Of Petr Rehák
Sent: Wednesday, March 18, 2020 2:26 PM To: nvda@nvda.groups.io Subject: Re: [nvda] NVDA not announcing listview items in TortoiseSVN commit dialog
Hi,
My Windows is Windows 10 version 1909 64-bit and TortoiseSVN is 64-bit as well.
Best regards,
Petr Řehák
Odesláno z aplikace Pošta pro Windows 10
Od: Joseph Lee
Hi, Which Windows version do you have, and is this Tortoise SVN 64-bit? Cheers, Joseph
From: nvda@nvda.groups.io <nvda@nvda.groups.io> On Behalf Of Petr Rehák
Hello,
When using TortoiseSVN to commit, after the commit finishes a list view is displayed reporting items which were committed. Items as such are being announced but with no text, you hear just "selected". Following is the NVDA log excerpt: ERROR - eventHandler.executeEvent (08:42:02.983) - MainThread (18740): error executing event: gainFocus on <NVDAObjects.IAccessible.sysListView32.ListItem object at 0x07B50250> with extra args of {} Traceback (most recent call last): File "eventHandler.pyc", line 155, in executeEvent File "eventHandler.pyc", line 92, in __init__ File "eventHandler.pyc", line 100, in next File "C:\Users\Uzivatel\AppData\Roaming\nvda\addons\remote\globalPlugins\remoteClient\__init__.py", line 426, in event_gainFocus nextHandler() File "eventHandler.pyc", line 100, in next File "NVDAObjects\__init__.pyc", line 1102, in event_gainFocus File "NVDAObjects\behaviors.pyc", line 611, in reportFocus File "NVDAObjects\__init__.pyc", line 988, in reportFocus File "speech\__init__.pyc", line 485, in speakObject File "speech\__init__.pyc", line 318, in speakObjectProperties File "baseObject.pyc", line 42, in __get__ File "baseObject.pyc", line 145, in _getPropertyViaCache File "NVDAObjects\IAccessible\sysListView32.pyc", line 438, in _get_name File "NVDAObjects\IAccessible\sysListView32.pyc", line 382, in _getColumnContent File "NVDAObjects\IAccessible\sysListView32.pyc", line 374, in _getColumnContentRaw File "winKernel.pyc", line 219, in readProcessMemory ctypes.ArgumentError: argument 2: <class 'OverflowError'>: int too long to convert ERROR - eventHandler.executeEvent (08:42:04.208) - MainThread (18740): error executing event: gainFocus on <NVDAObjects.IAccessible.sysListView32.ListItem object at 0x008981F0> with extra args of {} Traceback (most recent call last): File "eventHandler.pyc", line 155, in executeEvent File "eventHandler.pyc", line 92, in __init__ File "eventHandler.pyc", line 100, in next File "C:\Users\Uzivatel\AppData\Roaming\nvda\addons\remote\globalPlugins\remoteClient\__init__.py", line 426, in event_gainFocus nextHandler() File "eventHandler.pyc", line 100, in next File "NVDAObjects\__init__.pyc", line 1102, in event_gainFocus File "NVDAObjects\behaviors.pyc", line 611, in reportFocus File "NVDAObjects\__init__.pyc", line 988, in reportFocus File "speech\__init__.pyc", line 485, in speakObject File "speech\__init__.pyc", line 318, in speakObjectProperties File "baseObject.pyc", line 42, in __get__ File "baseObject.pyc", line 145, in _getPropertyViaCache File "NVDAObjects\IAccessible\sysListView32.pyc", line 438, in _get_name File "NVDAObjects\IAccessible\sysListView32.pyc", line 382, in _getColumnContent File "NVDAObjects\IAccessible\sysListView32.pyc", line 374, in _getColumnContentRaw File "winKernel.pyc", line 219, in readProcessMemory ctypes.ArgumentError: argument 2: <class 'OverflowError'>: int too long to convert ERROR - eventHandler.executeEvent (08:42:04.579) - MainThread (18740): error executing event: gainFocus on <NVDAObjects.IAccessible.sysListView32.ListItem object at 0x00898BD0> with extra args of {} Traceback (most recent call last): File "eventHandler.pyc", line 155, in executeEvent File "eventHandler.pyc", line 92, in __init__ File "eventHandler.pyc", line 100, in next File "C:\Users\Uzivatel\AppData\Roaming\nvda\addons\remote\globalPlugins\remoteClient\__init__.py", line 426, in event_gainFocus nextHandler() File "eventHandler.pyc", line 100, in next File "NVDAObjects\__init__.pyc", line 1102, in event_gainFocus File "NVDAObjects\behaviors.pyc", line 611, in reportFocus File "NVDAObjects\__init__.pyc", line 988, in reportFocus File "speech\__init__.pyc", line 485, in speakObject File "speech\__init__.pyc", line 318, in speakObjectProperties File "baseObject.pyc", line 42, in __get__ File "baseObject.pyc", line 145, in _getPropertyViaCache File "NVDAObjects\IAccessible\sysListView32.pyc", line 438, in _get_name File "NVDAObjects\IAccessible\sysListView32.pyc", line 382, in _getColumnContent File "NVDAObjects\IAccessible\sysListView32.pyc", line 374, in _getColumnContentRaw File "winKernel.pyc", line 219, in readProcessMemory ctypes.ArgumentError: argument 2: <class 'OverflowError'>: int too long to convert ERROR - eventHandler.executeEvent (08:42:04.833) - MainThread (18740): error executing event: gainFocus on <NVDAObjects.IAccessible.sysListView32.ListItem object at 0x00898CB0> with extra args of {} Traceback (most recent call last): File "eventHandler.pyc", line 155, in executeEvent File "eventHandler.pyc", line 92, in __init__ File "eventHandler.pyc", line 100, in next File "C:\Users\Uzivatel\AppData\Roaming\nvda\addons\remote\globalPlugins\remoteClient\__init__.py", line 426, in event_gainFocus nextHandler() File "eventHandler.pyc", line 100, in next File "NVDAObjects\__init__.pyc", line 1102, in event_gainFocus File "NVDAObjects\behaviors.pyc", line 611, in reportFocus File "NVDAObjects\__init__.pyc", line 988, in reportFocus File "speech\__init__.pyc", line 485, in speakObject File "speech\__init__.pyc", line 318, in speakObjectProperties File "baseObject.pyc", line 42, in __get__ File "baseObject.pyc", line 145, in _getPropertyViaCache File "NVDAObjects\IAccessible\sysListView32.pyc", line 438, in _get_name File "NVDAObjects\IAccessible\sysListView32.pyc", line 382, in _getColumnContent File "NVDAObjects\IAccessible\sysListView32.pyc", line 374, in _getColumnContentRaw File "winKernel.pyc", line 219, in readProcessMemory ctypes.ArgumentError: argument 2: <class 'OverflowError'>: int too long to convert ERROR - eventHandler.executeEvent (08:42:08.422) - MainThread (18740): error executing event: gainFocus on <NVDAObjects.IAccessible.sysListView32.ListItem object at 0x030DABF0> with extra args of {} Traceback (most recent call last): File "eventHandler.pyc", line 155, in executeEvent File "eventHandler.pyc", line 92, in __init__ File "eventHandler.pyc", line 100, in next File "C:\Users\Uzivatel\AppData\Roaming\nvda\addons\remote\globalPlugins\remoteClient\__init__.py", line 426, in event_gainFocus nextHandler() File "eventHandler.pyc", line 100, in next File "NVDAObjects\__init__.pyc", line 1102, in event_gainFocus File "NVDAObjects\behaviors.pyc", line 611, in reportFocus File "NVDAObjects\__init__.pyc", line 988, in reportFocus File "speech\__init__.pyc", line 485, in speakObject File "speech\__init__.pyc", line 318, in speakObjectProperties File "baseObject.pyc", line 42, in __get__ File "baseObject.pyc", line 145, in _getPropertyViaCache File "NVDAObjects\IAccessible\sysListView32.pyc", line 438, in _get_name File "NVDAObjects\IAccessible\sysListView32.pyc", line 382, in _getColumnContent File "NVDAObjects\IAccessible\sysListView32.pyc", line 374, in _getColumnContentRaw File "winKernel.pyc", line 219, in readProcessMemory ctypes.ArgumentError: argument 2: <class 'OverflowError'>: int too long to convert ERROR - eventHandler.executeEvent (08:42:10.143) - MainThread (18740): error executing event: gainFocus on <NVDAObjects.IAccessible.sysListView32.ListItem object at 0x030DAB10> with extra args of {} Traceback (most recent call last): File "eventHandler.pyc", line 155, in executeEvent File "eventHandler.pyc", line 92, in __init__ File "eventHandler.pyc", line 100, in next File "C:\Users\Uzivatel\AppData\Roaming\nvda\addons\remote\globalPlugins\remoteClient\__init__.py", line 426, in event_gainFocus nextHandler() File "eventHandler.pyc", line 100, in next File "NVDAObjects\__init__.pyc", line 1102, in event_gainFocus File "NVDAObjects\behaviors.pyc", line 611, in reportFocus File "NVDAObjects\__init__.pyc", line 988, in reportFocus File "speech\__init__.pyc", line 485, in speakObject File "speech\__init__.pyc", line 318, in speakObjectProperties File "baseObject.pyc", line 42, in __get__ File "baseObject.pyc", line 145, in _getPropertyViaCache File "NVDAObjects\IAccessible\sysListView32.pyc", line 438, in _get_name File "NVDAObjects\IAccessible\sysListView32.pyc", line 382, in _getColumnContent File "NVDAObjects\IAccessible\sysListView32.pyc", line 374, in _getColumnContentRaw File "winKernel.pyc", line 219, in readProcessMemory ctypes.ArgumentError: argument 2: <class 'OverflowError'>: int too long to convert INFO - globalCommands.GlobalCommands.script_navigatorObject_devInfo (08:42:13.175) - MainThread (18740): Developer info for navigator object: name: exception: argument 2: <class 'OverflowError'>: int too long to convert role: ROLE_LISTITEM roleText: None states: STATE_FOCUSABLE, STATE_SELECTABLE, STATE_FOCUSED, STATE_SELECTED isFocusable: True hasFocus: True Python object: <NVDAObjects.IAccessible.sysListView32.ListItem object at 0x030DAB10> Python class mro: (<class 'NVDAObjects.IAccessible.sysListView32.ListItem'>, <class 'NVDAObjects.behaviors.RowWithFakeNavigation'>, <class 'NVDAObjects.behaviors.RowWithoutCellObjects'>, <class 'NVDAObjects.IAccessible.sysListView32.ListItemWithoutColumnSupport'>, <class 'NVDAObjects.IAccessible.IAccessible'>, <class 'NVDAObjects.window.Window'>, <class 'NVDAObjects.NVDAObject'>, <class 'documentBase.TextContainerObject'>, <class 'baseObject.ScriptableObject'>, <class 'baseObject.AutoPropertyObject'>, <class 'object'>) description: None location: RectLTWH(left=14, top=133, width=894, height=18) value: None appModule: <'appModuleHandler' (appName 'tortoiseproc', process ID 13528) at address ac69f0> appModule.productName: 'TortoiseSVN' appModule.productVersion: '1.11.0.28416' TextInfo: <class 'NVDAObjects.NVDAObjectTextInfo'> windowHandle: 396098 windowClassName: 'SysListView32' windowControlID: 1013 windowStyle: 1342248961 extendedWindowStyle: 516 windowThreadID: 10052 windowText: '' displayText: 'Dokončeno Na revizi: 76' IAccessibleObject: <POINTER(IAccessible) ptr=0x515dec8 at d0eb70> IAccessibleChildID: 5 IAccessible event parameters: windowHandle=396098, objectID=-4, childID=5 IAccessible accName: None IAccessible accRole: ROLE_SYSTEM_LISTITEM IAccessible accState: STATE_SYSTEM_SELECTED, STATE_SYSTEM_FOCUSED, STATE_SYSTEM_FOCUSABLE, STATE_SYSTEM_SELECTABLE, STATE_SYSTEM_MULTISELECTABLE, STATE_SYSTEM_VALID (19922950) IAccessible accDescription: None IAccessible accValue: None
Best regards,
Petr Řehák
Odesláno z aplikace Pošta pro Windows 10
|
|
Re: NVDA not announcing listview items in TortoiseSVN commit dialog
Petr Řehák
Hi,
My Windows is Windows 10 version 1909 64-bit and TortoiseSVN is 64-bit as well.
Best regards,
Petr Řehák
Odesláno z aplikace Pošta pro Windows 10
Od: Joseph Lee
Hi, Which Windows version do you have, and is this Tortoise SVN 64-bit? Cheers, Joseph
From: nvda@nvda.groups.io <nvda@nvda.groups.io>
On Behalf Of Petr Rehák
Sent: Wednesday, March 18, 2020 1:57 PM To: nvda@nvda.groups.io Subject: [nvda] NVDA not announcing listview items in TortoiseSVN commit dialog
Hello,
When using TortoiseSVN to commit, after the commit finishes a list view is displayed reporting items which were committed. Items as such are being announced but with no text, you hear just "selected". Following is the NVDA log excerpt: ERROR - eventHandler.executeEvent (08:42:02.983) - MainThread (18740): error executing event: gainFocus on <NVDAObjects.IAccessible.sysListView32.ListItem object at 0x07B50250> with extra args of {} Traceback (most recent call last): File "eventHandler.pyc", line 155, in executeEvent File "eventHandler.pyc", line 92, in __init__ File "eventHandler.pyc", line 100, in next File "C:\Users\Uzivatel\AppData\Roaming\nvda\addons\remote\globalPlugins\remoteClient\__init__.py", line 426, in event_gainFocus nextHandler() File "eventHandler.pyc", line 100, in next File "NVDAObjects\__init__.pyc", line 1102, in event_gainFocus File "NVDAObjects\behaviors.pyc", line 611, in reportFocus File "NVDAObjects\__init__.pyc", line 988, in reportFocus File "speech\__init__.pyc", line 485, in speakObject File "speech\__init__.pyc", line 318, in speakObjectProperties File "baseObject.pyc", line 42, in __get__ File "baseObject.pyc", line 145, in _getPropertyViaCache File "NVDAObjects\IAccessible\sysListView32.pyc", line 438, in _get_name File "NVDAObjects\IAccessible\sysListView32.pyc", line 382, in _getColumnContent File "NVDAObjects\IAccessible\sysListView32.pyc", line 374, in _getColumnContentRaw File "winKernel.pyc", line 219, in readProcessMemory ctypes.ArgumentError: argument 2: <class 'OverflowError'>: int too long to convert ERROR - eventHandler.executeEvent (08:42:04.208) - MainThread (18740): error executing event: gainFocus on <NVDAObjects.IAccessible.sysListView32.ListItem object at 0x008981F0> with extra args of {} Traceback (most recent call last): File "eventHandler.pyc", line 155, in executeEvent File "eventHandler.pyc", line 92, in __init__ File "eventHandler.pyc", line 100, in next File "C:\Users\Uzivatel\AppData\Roaming\nvda\addons\remote\globalPlugins\remoteClient\__init__.py", line 426, in event_gainFocus nextHandler() File "eventHandler.pyc", line 100, in next File "NVDAObjects\__init__.pyc", line 1102, in event_gainFocus File "NVDAObjects\behaviors.pyc", line 611, in reportFocus File "NVDAObjects\__init__.pyc", line 988, in reportFocus File "speech\__init__.pyc", line 485, in speakObject File "speech\__init__.pyc", line 318, in speakObjectProperties File "baseObject.pyc", line 42, in __get__ File "baseObject.pyc", line 145, in _getPropertyViaCache File "NVDAObjects\IAccessible\sysListView32.pyc", line 438, in _get_name File "NVDAObjects\IAccessible\sysListView32.pyc", line 382, in _getColumnContent File "NVDAObjects\IAccessible\sysListView32.pyc", line 374, in _getColumnContentRaw File "winKernel.pyc", line 219, in readProcessMemory ctypes.ArgumentError: argument 2: <class 'OverflowError'>: int too long to convert ERROR - eventHandler.executeEvent (08:42:04.579) - MainThread (18740): error executing event: gainFocus on <NVDAObjects.IAccessible.sysListView32.ListItem object at 0x00898BD0> with extra args of {} Traceback (most recent call last): File "eventHandler.pyc", line 155, in executeEvent File "eventHandler.pyc", line 92, in __init__ File "eventHandler.pyc", line 100, in next File "C:\Users\Uzivatel\AppData\Roaming\nvda\addons\remote\globalPlugins\remoteClient\__init__.py", line 426, in event_gainFocus nextHandler() File "eventHandler.pyc", line 100, in next File "NVDAObjects\__init__.pyc", line 1102, in event_gainFocus File "NVDAObjects\behaviors.pyc", line 611, in reportFocus File "NVDAObjects\__init__.pyc", line 988, in reportFocus File "speech\__init__.pyc", line 485, in speakObject File "speech\__init__.pyc", line 318, in speakObjectProperties File "baseObject.pyc", line 42, in __get__ File "baseObject.pyc", line 145, in _getPropertyViaCache File "NVDAObjects\IAccessible\sysListView32.pyc", line 438, in _get_name File "NVDAObjects\IAccessible\sysListView32.pyc", line 382, in _getColumnContent File "NVDAObjects\IAccessible\sysListView32.pyc", line 374, in _getColumnContentRaw File "winKernel.pyc", line 219, in readProcessMemory ctypes.ArgumentError: argument 2: <class 'OverflowError'>: int too long to convert ERROR - eventHandler.executeEvent (08:42:04.833) - MainThread (18740): error executing event: gainFocus on <NVDAObjects.IAccessible.sysListView32.ListItem object at 0x00898CB0> with extra args of {} Traceback (most recent call last): File "eventHandler.pyc", line 155, in executeEvent File "eventHandler.pyc", line 92, in __init__ File "eventHandler.pyc", line 100, in next File "C:\Users\Uzivatel\AppData\Roaming\nvda\addons\remote\globalPlugins\remoteClient\__init__.py", line 426, in event_gainFocus nextHandler() File "eventHandler.pyc", line 100, in next File "NVDAObjects\__init__.pyc", line 1102, in event_gainFocus File "NVDAObjects\behaviors.pyc", line 611, in reportFocus File "NVDAObjects\__init__.pyc", line 988, in reportFocus File "speech\__init__.pyc", line 485, in speakObject File "speech\__init__.pyc", line 318, in speakObjectProperties File "baseObject.pyc", line 42, in __get__ File "baseObject.pyc", line 145, in _getPropertyViaCache File "NVDAObjects\IAccessible\sysListView32.pyc", line 438, in _get_name File "NVDAObjects\IAccessible\sysListView32.pyc", line 382, in _getColumnContent File "NVDAObjects\IAccessible\sysListView32.pyc", line 374, in _getColumnContentRaw File "winKernel.pyc", line 219, in readProcessMemory ctypes.ArgumentError: argument 2: <class 'OverflowError'>: int too long to convert ERROR - eventHandler.executeEvent (08:42:08.422) - MainThread (18740): error executing event: gainFocus on <NVDAObjects.IAccessible.sysListView32.ListItem object at 0x030DABF0> with extra args of {} Traceback (most recent call last): File "eventHandler.pyc", line 155, in executeEvent File "eventHandler.pyc", line 92, in __init__ File "eventHandler.pyc", line 100, in next File "C:\Users\Uzivatel\AppData\Roaming\nvda\addons\remote\globalPlugins\remoteClient\__init__.py", line 426, in event_gainFocus nextHandler() File "eventHandler.pyc", line 100, in next File "NVDAObjects\__init__.pyc", line 1102, in event_gainFocus File "NVDAObjects\behaviors.pyc", line 611, in reportFocus File "NVDAObjects\__init__.pyc", line 988, in reportFocus File "speech\__init__.pyc", line 485, in speakObject File "speech\__init__.pyc", line 318, in speakObjectProperties File "baseObject.pyc", line 42, in __get__ File "baseObject.pyc", line 145, in _getPropertyViaCache File "NVDAObjects\IAccessible\sysListView32.pyc", line 438, in _get_name File "NVDAObjects\IAccessible\sysListView32.pyc", line 382, in _getColumnContent File "NVDAObjects\IAccessible\sysListView32.pyc", line 374, in _getColumnContentRaw File "winKernel.pyc", line 219, in readProcessMemory ctypes.ArgumentError: argument 2: <class 'OverflowError'>: int too long to convert ERROR - eventHandler.executeEvent (08:42:10.143) - MainThread (18740): error executing event: gainFocus on <NVDAObjects.IAccessible.sysListView32.ListItem object at 0x030DAB10> with extra args of {} Traceback (most recent call last): File "eventHandler.pyc", line 155, in executeEvent File "eventHandler.pyc", line 92, in __init__ File "eventHandler.pyc", line 100, in next File "C:\Users\Uzivatel\AppData\Roaming\nvda\addons\remote\globalPlugins\remoteClient\__init__.py", line 426, in event_gainFocus nextHandler() File "eventHandler.pyc", line 100, in next File "NVDAObjects\__init__.pyc", line 1102, in event_gainFocus File "NVDAObjects\behaviors.pyc", line 611, in reportFocus File "NVDAObjects\__init__.pyc", line 988, in reportFocus File "speech\__init__.pyc", line 485, in speakObject File "speech\__init__.pyc", line 318, in speakObjectProperties File "baseObject.pyc", line 42, in __get__ File "baseObject.pyc", line 145, in _getPropertyViaCache File "NVDAObjects\IAccessible\sysListView32.pyc", line 438, in _get_name File "NVDAObjects\IAccessible\sysListView32.pyc", line 382, in _getColumnContent File "NVDAObjects\IAccessible\sysListView32.pyc", line 374, in _getColumnContentRaw File "winKernel.pyc", line 219, in readProcessMemory ctypes.ArgumentError: argument 2: <class 'OverflowError'>: int too long to convert INFO - globalCommands.GlobalCommands.script_navigatorObject_devInfo (08:42:13.175) - MainThread (18740): Developer info for navigator object: name: exception: argument 2: <class 'OverflowError'>: int too long to convert role: ROLE_LISTITEM roleText: None states: STATE_FOCUSABLE, STATE_SELECTABLE, STATE_FOCUSED, STATE_SELECTED isFocusable: True hasFocus: True Python object: <NVDAObjects.IAccessible.sysListView32.ListItem object at 0x030DAB10> Python class mro: (<class 'NVDAObjects.IAccessible.sysListView32.ListItem'>, <class 'NVDAObjects.behaviors.RowWithFakeNavigation'>, <class 'NVDAObjects.behaviors.RowWithoutCellObjects'>, <class 'NVDAObjects.IAccessible.sysListView32.ListItemWithoutColumnSupport'>, <class 'NVDAObjects.IAccessible.IAccessible'>, <class 'NVDAObjects.window.Window'>, <class 'NVDAObjects.NVDAObject'>, <class 'documentBase.TextContainerObject'>, <class 'baseObject.ScriptableObject'>, <class 'baseObject.AutoPropertyObject'>, <class 'object'>) description: None location: RectLTWH(left=14, top=133, width=894, height=18) value: None appModule: <'appModuleHandler' (appName 'tortoiseproc', process ID 13528) at address ac69f0> appModule.productName: 'TortoiseSVN' appModule.productVersion: '1.11.0.28416' TextInfo: <class 'NVDAObjects.NVDAObjectTextInfo'> windowHandle: 396098 windowClassName: 'SysListView32' windowControlID: 1013 windowStyle: 1342248961 extendedWindowStyle: 516 windowThreadID: 10052 windowText: '' displayText: 'Dokončeno Na revizi: 76' IAccessibleObject: <POINTER(IAccessible) ptr=0x515dec8 at d0eb70> IAccessibleChildID: 5 IAccessible event parameters: windowHandle=396098, objectID=-4, childID=5 IAccessible accName: None IAccessible accRole: ROLE_SYSTEM_LISTITEM IAccessible accState: STATE_SYSTEM_SELECTED, STATE_SYSTEM_FOCUSED, STATE_SYSTEM_FOCUSABLE, STATE_SYSTEM_SELECTABLE, STATE_SYSTEM_MULTISELECTABLE, STATE_SYSTEM_VALID (19922950) IAccessible accDescription: None IAccessible accValue: None
Best regards,
Petr Řehák
Odesláno z aplikace Pošta pro Windows 10
|
|
Re: NVDA not announcing listview items in TortoiseSVN commit dialog
Rui Fontes
Hello!
In my case, Windows 10 and Turtoise 64-bits...
Rui
Às 21:00 de 18/03/2020, Joseph Lee
escreveu:
|
|
Re: Serious issue with NVDA not reading menus and totally silent in Firefox and Chrome
Tyler Spivey
On 3/18/2020 1:51 PM, Mallard wrote:
Oh, and I forgot to say that my friend and I had tried it once before, but then I checked her version of NVDA, and it was 2019.1. So I had her update it, and then it worked.import comtypes,ctypes;p=comtypes.typeinfo.LoadTypeLibEx(r"c:\windows\syswow64\oleacc.dll");ctypes.windll.oleaut32.RegisterTypeLib(p, ur"c:\windows\syswow64\oleacc.dll", None)
|
|
Re: NVDA not announcing listview items in TortoiseSVN commit dialog
Hi, Which Windows version do you have, and is this Tortoise SVN 64-bit? Cheers, Joseph
From: nvda@nvda.groups.io <nvda@nvda.groups.io> On Behalf Of Petr Rehák
Sent: Wednesday, March 18, 2020 1:57 PM To: nvda@nvda.groups.io Subject: [nvda] NVDA not announcing listview items in TortoiseSVN commit dialog
Hello,
When using TortoiseSVN to commit, after the commit finishes a list view is displayed reporting items which were committed. Items as such are being announced but with no text, you hear just "selected". Following is the NVDA log excerpt: ERROR - eventHandler.executeEvent (08:42:02.983) - MainThread (18740): error executing event: gainFocus on <NVDAObjects.IAccessible.sysListView32.ListItem object at 0x07B50250> with extra args of {} Traceback (most recent call last): File "eventHandler.pyc", line 155, in executeEvent File "eventHandler.pyc", line 92, in __init__ File "eventHandler.pyc", line 100, in next File "C:\Users\Uzivatel\AppData\Roaming\nvda\addons\remote\globalPlugins\remoteClient\__init__.py", line 426, in event_gainFocus nextHandler() File "eventHandler.pyc", line 100, in next File "NVDAObjects\__init__.pyc", line 1102, in event_gainFocus File "NVDAObjects\behaviors.pyc", line 611, in reportFocus File "NVDAObjects\__init__.pyc", line 988, in reportFocus File "speech\__init__.pyc", line 485, in speakObject File "speech\__init__.pyc", line 318, in speakObjectProperties File "baseObject.pyc", line 42, in __get__ File "baseObject.pyc", line 145, in _getPropertyViaCache File "NVDAObjects\IAccessible\sysListView32.pyc", line 438, in _get_name File "NVDAObjects\IAccessible\sysListView32.pyc", line 382, in _getColumnContent File "NVDAObjects\IAccessible\sysListView32.pyc", line 374, in _getColumnContentRaw File "winKernel.pyc", line 219, in readProcessMemory ctypes.ArgumentError: argument 2: <class 'OverflowError'>: int too long to convert ERROR - eventHandler.executeEvent (08:42:04.208) - MainThread (18740): error executing event: gainFocus on <NVDAObjects.IAccessible.sysListView32.ListItem object at 0x008981F0> with extra args of {} Traceback (most recent call last): File "eventHandler.pyc", line 155, in executeEvent File "eventHandler.pyc", line 92, in __init__ File "eventHandler.pyc", line 100, in next File "C:\Users\Uzivatel\AppData\Roaming\nvda\addons\remote\globalPlugins\remoteClient\__init__.py", line 426, in event_gainFocus nextHandler() File "eventHandler.pyc", line 100, in next File "NVDAObjects\__init__.pyc", line 1102, in event_gainFocus File "NVDAObjects\behaviors.pyc", line 611, in reportFocus File "NVDAObjects\__init__.pyc", line 988, in reportFocus File "speech\__init__.pyc", line 485, in speakObject File "speech\__init__.pyc", line 318, in speakObjectProperties File "baseObject.pyc", line 42, in __get__ File "baseObject.pyc", line 145, in _getPropertyViaCache File "NVDAObjects\IAccessible\sysListView32.pyc", line 438, in _get_name File "NVDAObjects\IAccessible\sysListView32.pyc", line 382, in _getColumnContent File "NVDAObjects\IAccessible\sysListView32.pyc", line 374, in _getColumnContentRaw File "winKernel.pyc", line 219, in readProcessMemory ctypes.ArgumentError: argument 2: <class 'OverflowError'>: int too long to convert ERROR - eventHandler.executeEvent (08:42:04.579) - MainThread (18740): error executing event: gainFocus on <NVDAObjects.IAccessible.sysListView32.ListItem object at 0x00898BD0> with extra args of {} Traceback (most recent call last): File "eventHandler.pyc", line 155, in executeEvent File "eventHandler.pyc", line 92, in __init__ File "eventHandler.pyc", line 100, in next File "C:\Users\Uzivatel\AppData\Roaming\nvda\addons\remote\globalPlugins\remoteClient\__init__.py", line 426, in event_gainFocus nextHandler() File "eventHandler.pyc", line 100, in next File "NVDAObjects\__init__.pyc", line 1102, in event_gainFocus File "NVDAObjects\behaviors.pyc", line 611, in reportFocus File "NVDAObjects\__init__.pyc", line 988, in reportFocus File "speech\__init__.pyc", line 485, in speakObject File "speech\__init__.pyc", line 318, in speakObjectProperties File "baseObject.pyc", line 42, in __get__ File "baseObject.pyc", line 145, in _getPropertyViaCache File "NVDAObjects\IAccessible\sysListView32.pyc", line 438, in _get_name File "NVDAObjects\IAccessible\sysListView32.pyc", line 382, in _getColumnContent File "NVDAObjects\IAccessible\sysListView32.pyc", line 374, in _getColumnContentRaw File "winKernel.pyc", line 219, in readProcessMemory ctypes.ArgumentError: argument 2: <class 'OverflowError'>: int too long to convert ERROR - eventHandler.executeEvent (08:42:04.833) - MainThread (18740): error executing event: gainFocus on <NVDAObjects.IAccessible.sysListView32.ListItem object at 0x00898CB0> with extra args of {} Traceback (most recent call last): File "eventHandler.pyc", line 155, in executeEvent File "eventHandler.pyc", line 92, in __init__ File "eventHandler.pyc", line 100, in next File "C:\Users\Uzivatel\AppData\Roaming\nvda\addons\remote\globalPlugins\remoteClient\__init__.py", line 426, in event_gainFocus nextHandler() File "eventHandler.pyc", line 100, in next File "NVDAObjects\__init__.pyc", line 1102, in event_gainFocus File "NVDAObjects\behaviors.pyc", line 611, in reportFocus File "NVDAObjects\__init__.pyc", line 988, in reportFocus File "speech\__init__.pyc", line 485, in speakObject File "speech\__init__.pyc", line 318, in speakObjectProperties File "baseObject.pyc", line 42, in __get__ File "baseObject.pyc", line 145, in _getPropertyViaCache File "NVDAObjects\IAccessible\sysListView32.pyc", line 438, in _get_name File "NVDAObjects\IAccessible\sysListView32.pyc", line 382, in _getColumnContent File "NVDAObjects\IAccessible\sysListView32.pyc", line 374, in _getColumnContentRaw File "winKernel.pyc", line 219, in readProcessMemory ctypes.ArgumentError: argument 2: <class 'OverflowError'>: int too long to convert ERROR - eventHandler.executeEvent (08:42:08.422) - MainThread (18740): error executing event: gainFocus on <NVDAObjects.IAccessible.sysListView32.ListItem object at 0x030DABF0> with extra args of {} Traceback (most recent call last): File "eventHandler.pyc", line 155, in executeEvent File "eventHandler.pyc", line 92, in __init__ File "eventHandler.pyc", line 100, in next File "C:\Users\Uzivatel\AppData\Roaming\nvda\addons\remote\globalPlugins\remoteClient\__init__.py", line 426, in event_gainFocus nextHandler() File "eventHandler.pyc", line 100, in next File "NVDAObjects\__init__.pyc", line 1102, in event_gainFocus File "NVDAObjects\behaviors.pyc", line 611, in reportFocus File "NVDAObjects\__init__.pyc", line 988, in reportFocus File "speech\__init__.pyc", line 485, in speakObject File "speech\__init__.pyc", line 318, in speakObjectProperties File "baseObject.pyc", line 42, in __get__ File "baseObject.pyc", line 145, in _getPropertyViaCache File "NVDAObjects\IAccessible\sysListView32.pyc", line 438, in _get_name File "NVDAObjects\IAccessible\sysListView32.pyc", line 382, in _getColumnContent File "NVDAObjects\IAccessible\sysListView32.pyc", line 374, in _getColumnContentRaw File "winKernel.pyc", line 219, in readProcessMemory ctypes.ArgumentError: argument 2: <class 'OverflowError'>: int too long to convert ERROR - eventHandler.executeEvent (08:42:10.143) - MainThread (18740): error executing event: gainFocus on <NVDAObjects.IAccessible.sysListView32.ListItem object at 0x030DAB10> with extra args of {} Traceback (most recent call last): File "eventHandler.pyc", line 155, in executeEvent File "eventHandler.pyc", line 92, in __init__ File "eventHandler.pyc", line 100, in next File "C:\Users\Uzivatel\AppData\Roaming\nvda\addons\remote\globalPlugins\remoteClient\__init__.py", line 426, in event_gainFocus nextHandler() File "eventHandler.pyc", line 100, in next File "NVDAObjects\__init__.pyc", line 1102, in event_gainFocus File "NVDAObjects\behaviors.pyc", line 611, in reportFocus File "NVDAObjects\__init__.pyc", line 988, in reportFocus File "speech\__init__.pyc", line 485, in speakObject File "speech\__init__.pyc", line 318, in speakObjectProperties File "baseObject.pyc", line 42, in __get__ File "baseObject.pyc", line 145, in _getPropertyViaCache File "NVDAObjects\IAccessible\sysListView32.pyc", line 438, in _get_name File "NVDAObjects\IAccessible\sysListView32.pyc", line 382, in _getColumnContent File "NVDAObjects\IAccessible\sysListView32.pyc", line 374, in _getColumnContentRaw File "winKernel.pyc", line 219, in readProcessMemory ctypes.ArgumentError: argument 2: <class 'OverflowError'>: int too long to convert INFO - globalCommands.GlobalCommands.script_navigatorObject_devInfo (08:42:13.175) - MainThread (18740): Developer info for navigator object: name: exception: argument 2: <class 'OverflowError'>: int too long to convert role: ROLE_LISTITEM roleText: None states: STATE_FOCUSABLE, STATE_SELECTABLE, STATE_FOCUSED, STATE_SELECTED isFocusable: True hasFocus: True Python object: <NVDAObjects.IAccessible.sysListView32.ListItem object at 0x030DAB10> Python class mro: (<class 'NVDAObjects.IAccessible.sysListView32.ListItem'>, <class 'NVDAObjects.behaviors.RowWithFakeNavigation'>, <class 'NVDAObjects.behaviors.RowWithoutCellObjects'>, <class 'NVDAObjects.IAccessible.sysListView32.ListItemWithoutColumnSupport'>, <class 'NVDAObjects.IAccessible.IAccessible'>, <class 'NVDAObjects.window.Window'>, <class 'NVDAObjects.NVDAObject'>, <class 'documentBase.TextContainerObject'>, <class 'baseObject.ScriptableObject'>, <class 'baseObject.AutoPropertyObject'>, <class 'object'>) description: None location: RectLTWH(left=14, top=133, width=894, height=18) value: None appModule: <'appModuleHandler' (appName 'tortoiseproc', process ID 13528) at address ac69f0> appModule.productName: 'TortoiseSVN' appModule.productVersion: '1.11.0.28416' TextInfo: <class 'NVDAObjects.NVDAObjectTextInfo'> windowHandle: 396098 windowClassName: 'SysListView32' windowControlID: 1013 windowStyle: 1342248961 extendedWindowStyle: 516 windowThreadID: 10052 windowText: '' displayText: 'Dokončeno Na revizi: 76' IAccessibleObject: <POINTER(IAccessible) ptr=0x515dec8 at d0eb70> IAccessibleChildID: 5 IAccessible event parameters: windowHandle=396098, objectID=-4, childID=5 IAccessible accName: None IAccessible accRole: ROLE_SYSTEM_LISTITEM IAccessible accState: STATE_SYSTEM_SELECTED, STATE_SYSTEM_FOCUSED, STATE_SYSTEM_FOCUSABLE, STATE_SYSTEM_SELECTABLE, STATE_SYSTEM_MULTISELECTABLE, STATE_SYSTEM_VALID (19922950) IAccessible accDescription: None IAccessible accValue: None
Best regards,
Petr Řehák
Odesláno z aplikace Pošta pro Windows 10
|
|
NVDA not announcing listview items in TortoiseSVN commit dialog
Petr Řehák
Hello,
When using TortoiseSVN to commit, after the commit finishes a list view is displayed reporting items which were committed. Items as such are being announced but with no text, you hear just "selected". Following is the NVDA log excerpt: ERROR - eventHandler.executeEvent (08:42:02.983) - MainThread (18740): error executing event: gainFocus on <NVDAObjects.IAccessible.sysListView32.ListItem object at 0x07B50250> with extra args of {} Traceback (most recent call last): File "eventHandler.pyc", line 155, in executeEvent File "eventHandler.pyc", line 92, in __init__ File "eventHandler.pyc", line 100, in next File "C:\Users\Uzivatel\AppData\Roaming\nvda\addons\remote\globalPlugins\remoteClient\__init__.py", line 426, in event_gainFocus nextHandler() File "eventHandler.pyc", line 100, in next File "NVDAObjects\__init__.pyc", line 1102, in event_gainFocus File "NVDAObjects\behaviors.pyc", line 611, in reportFocus File "NVDAObjects\__init__.pyc", line 988, in reportFocus File "speech\__init__.pyc", line 485, in speakObject File "speech\__init__.pyc", line 318, in speakObjectProperties File "baseObject.pyc", line 42, in __get__ File "baseObject.pyc", line 145, in _getPropertyViaCache File "NVDAObjects\IAccessible\sysListView32.pyc", line 438, in _get_name File "NVDAObjects\IAccessible\sysListView32.pyc", line 382, in _getColumnContent File "NVDAObjects\IAccessible\sysListView32.pyc", line 374, in _getColumnContentRaw File "winKernel.pyc", line 219, in readProcessMemory ctypes.ArgumentError: argument 2: <class 'OverflowError'>: int too long to convert ERROR - eventHandler.executeEvent (08:42:04.208) - MainThread (18740): error executing event: gainFocus on <NVDAObjects.IAccessible.sysListView32.ListItem object at 0x008981F0> with extra args of {} Traceback (most recent call last): File "eventHandler.pyc", line 155, in executeEvent File "eventHandler.pyc", line 92, in __init__ File "eventHandler.pyc", line 100, in next File "C:\Users\Uzivatel\AppData\Roaming\nvda\addons\remote\globalPlugins\remoteClient\__init__.py", line 426, in event_gainFocus nextHandler() File "eventHandler.pyc", line 100, in next File "NVDAObjects\__init__.pyc", line 1102, in event_gainFocus File "NVDAObjects\behaviors.pyc", line 611, in reportFocus File "NVDAObjects\__init__.pyc", line 988, in reportFocus File "speech\__init__.pyc", line 485, in speakObject File "speech\__init__.pyc", line 318, in speakObjectProperties File "baseObject.pyc", line 42, in __get__ File "baseObject.pyc", line 145, in _getPropertyViaCache File "NVDAObjects\IAccessible\sysListView32.pyc", line 438, in _get_name File "NVDAObjects\IAccessible\sysListView32.pyc", line 382, in _getColumnContent File "NVDAObjects\IAccessible\sysListView32.pyc", line 374, in _getColumnContentRaw File "winKernel.pyc", line 219, in readProcessMemory ctypes.ArgumentError: argument 2: <class 'OverflowError'>: int too long to convert ERROR - eventHandler.executeEvent (08:42:04.579) - MainThread (18740): error executing event: gainFocus on <NVDAObjects.IAccessible.sysListView32.ListItem object at 0x00898BD0> with extra args of {} Traceback (most recent call last): File "eventHandler.pyc", line 155, in executeEvent File "eventHandler.pyc", line 92, in __init__ File "eventHandler.pyc", line 100, in next File "C:\Users\Uzivatel\AppData\Roaming\nvda\addons\remote\globalPlugins\remoteClient\__init__.py", line 426, in event_gainFocus nextHandler() File "eventHandler.pyc", line 100, in next File "NVDAObjects\__init__.pyc", line 1102, in event_gainFocus File "NVDAObjects\behaviors.pyc", line 611, in reportFocus File "NVDAObjects\__init__.pyc", line 988, in reportFocus File "speech\__init__.pyc", line 485, in speakObject File "speech\__init__.pyc", line 318, in speakObjectProperties File "baseObject.pyc", line 42, in __get__ File "baseObject.pyc", line 145, in _getPropertyViaCache File "NVDAObjects\IAccessible\sysListView32.pyc", line 438, in _get_name File "NVDAObjects\IAccessible\sysListView32.pyc", line 382, in _getColumnContent File "NVDAObjects\IAccessible\sysListView32.pyc", line 374, in _getColumnContentRaw File "winKernel.pyc", line 219, in readProcessMemory ctypes.ArgumentError: argument 2: <class 'OverflowError'>: int too long to convert ERROR - eventHandler.executeEvent (08:42:04.833) - MainThread (18740): error executing event: gainFocus on <NVDAObjects.IAccessible.sysListView32.ListItem object at 0x00898CB0> with extra args of {} Traceback (most recent call last): File "eventHandler.pyc", line 155, in executeEvent File "eventHandler.pyc", line 92, in __init__ File "eventHandler.pyc", line 100, in next File "C:\Users\Uzivatel\AppData\Roaming\nvda\addons\remote\globalPlugins\remoteClient\__init__.py", line 426, in event_gainFocus nextHandler() File "eventHandler.pyc", line 100, in next File "NVDAObjects\__init__.pyc", line 1102, in event_gainFocus File "NVDAObjects\behaviors.pyc", line 611, in reportFocus File "NVDAObjects\__init__.pyc", line 988, in reportFocus File "speech\__init__.pyc", line 485, in speakObject File "speech\__init__.pyc", line 318, in speakObjectProperties File "baseObject.pyc", line 42, in __get__ File "baseObject.pyc", line 145, in _getPropertyViaCache File "NVDAObjects\IAccessible\sysListView32.pyc", line 438, in _get_name File "NVDAObjects\IAccessible\sysListView32.pyc", line 382, in _getColumnContent File "NVDAObjects\IAccessible\sysListView32.pyc", line 374, in _getColumnContentRaw File "winKernel.pyc", line 219, in readProcessMemory ctypes.ArgumentError: argument 2: <class 'OverflowError'>: int too long to convert ERROR - eventHandler.executeEvent (08:42:08.422) - MainThread (18740): error executing event: gainFocus on <NVDAObjects.IAccessible.sysListView32.ListItem object at 0x030DABF0> with extra args of {} Traceback (most recent call last): File "eventHandler.pyc", line 155, in executeEvent File "eventHandler.pyc", line 92, in __init__ File "eventHandler.pyc", line 100, in next File "C:\Users\Uzivatel\AppData\Roaming\nvda\addons\remote\globalPlugins\remoteClient\__init__.py", line 426, in event_gainFocus nextHandler() File "eventHandler.pyc", line 100, in next File "NVDAObjects\__init__.pyc", line 1102, in event_gainFocus File "NVDAObjects\behaviors.pyc", line 611, in reportFocus File "NVDAObjects\__init__.pyc", line 988, in reportFocus File "speech\__init__.pyc", line 485, in speakObject File "speech\__init__.pyc", line 318, in speakObjectProperties File "baseObject.pyc", line 42, in __get__ File "baseObject.pyc", line 145, in _getPropertyViaCache File "NVDAObjects\IAccessible\sysListView32.pyc", line 438, in _get_name File "NVDAObjects\IAccessible\sysListView32.pyc", line 382, in _getColumnContent File "NVDAObjects\IAccessible\sysListView32.pyc", line 374, in _getColumnContentRaw File "winKernel.pyc", line 219, in readProcessMemory ctypes.ArgumentError: argument 2: <class 'OverflowError'>: int too long to convert ERROR - eventHandler.executeEvent (08:42:10.143) - MainThread (18740): error executing event: gainFocus on <NVDAObjects.IAccessible.sysListView32.ListItem object at 0x030DAB10> with extra args of {} Traceback (most recent call last): File "eventHandler.pyc", line 155, in executeEvent File "eventHandler.pyc", line 92, in __init__ File "eventHandler.pyc", line 100, in next File "C:\Users\Uzivatel\AppData\Roaming\nvda\addons\remote\globalPlugins\remoteClient\__init__.py", line 426, in event_gainFocus nextHandler() File "eventHandler.pyc", line 100, in next File "NVDAObjects\__init__.pyc", line 1102, in event_gainFocus File "NVDAObjects\behaviors.pyc", line 611, in reportFocus File "NVDAObjects\__init__.pyc", line 988, in reportFocus File "speech\__init__.pyc", line 485, in speakObject File "speech\__init__.pyc", line 318, in speakObjectProperties File "baseObject.pyc", line 42, in __get__ File "baseObject.pyc", line 145, in _getPropertyViaCache File "NVDAObjects\IAccessible\sysListView32.pyc", line 438, in _get_name File "NVDAObjects\IAccessible\sysListView32.pyc", line 382, in _getColumnContent File "NVDAObjects\IAccessible\sysListView32.pyc", line 374, in _getColumnContentRaw File "winKernel.pyc", line 219, in readProcessMemory ctypes.ArgumentError: argument 2: <class 'OverflowError'>: int too long to convert INFO - globalCommands.GlobalCommands.script_navigatorObject_devInfo (08:42:13.175) - MainThread (18740): Developer info for navigator object: name: exception: argument 2: <class 'OverflowError'>: int too long to convert role: ROLE_LISTITEM roleText: None states: STATE_FOCUSABLE, STATE_SELECTABLE, STATE_FOCUSED, STATE_SELECTED isFocusable: True hasFocus: True Python object: <NVDAObjects.IAccessible.sysListView32.ListItem object at 0x030DAB10> Python class mro: (<class 'NVDAObjects.IAccessible.sysListView32.ListItem'>, <class 'NVDAObjects.behaviors.RowWithFakeNavigation'>, <class 'NVDAObjects.behaviors.RowWithoutCellObjects'>, <class 'NVDAObjects.IAccessible.sysListView32.ListItemWithoutColumnSupport'>, <class 'NVDAObjects.IAccessible.IAccessible'>, <class 'NVDAObjects.window.Window'>, <class 'NVDAObjects.NVDAObject'>, <class 'documentBase.TextContainerObject'>, <class 'baseObject.ScriptableObject'>, <class 'baseObject.AutoPropertyObject'>, <class 'object'>) description: None location: RectLTWH(left=14, top=133, width=894, height=18) value: None appModule: <'appModuleHandler' (appName 'tortoiseproc', process ID 13528) at address ac69f0> appModule.productName: 'TortoiseSVN' appModule.productVersion: '1.11.0.28416' TextInfo: <class 'NVDAObjects.NVDAObjectTextInfo'> windowHandle: 396098 windowClassName: 'SysListView32' windowControlID: 1013 windowStyle: 1342248961 extendedWindowStyle: 516 windowThreadID: 10052 windowText: '' displayText: 'Dokončeno Na revizi: 76' IAccessibleObject: <POINTER(IAccessible) ptr=0x515dec8 at d0eb70> IAccessibleChildID: 5 IAccessible event parameters: windowHandle=396098, objectID=-4, childID=5 IAccessible accName: None IAccessible accRole: ROLE_SYSTEM_LISTITEM IAccessible accState: STATE_SYSTEM_SELECTED, STATE_SYSTEM_FOCUSED, STATE_SYSTEM_FOCUSABLE, STATE_SYSTEM_SELECTABLE, STATE_SYSTEM_MULTISELECTABLE, STATE_SYSTEM_VALID (19922950) IAccessible accDescription: None IAccessible accValue: None
Best regards,
Petr Řehák
Odesláno z aplikace Pošta pro Windows 10
|
|
Re: Serious issue with NVDA not reading menus and totally silent in Firefox and Chrome
Mallard
Oh, and I forgot to say that my friend and I had tried it once before, but then I checked her version of NVDA, and it was 2019.1. So I had her update it, and then it worked.
toggle quoted messageShow quoted text
It would really be interesting to know if there-s a similar solution for earlier versions. Ciao, Ollie
On 18/03/2020 18:24, Brian Vogel wrote:
On Wed, Mar 18, 2020 at 08:01 AM, Tyler Spivey wrote:
|
|
Re: Serious issue with NVDA not reading menus and totally silent in Firefox and Chrome
Tyler Spivey
On 3/18/2020 10:24 AM, Brian Vogel
wrote:
On Wed, Mar 18, 2020 at 08:01 AM, Tyler Spivey wrote:
Yes, the original line in #9039: import comtypes,ctypes;p=comtypes.typeinfo.LoadTypeLibEx(r"c:\windows\syswow64\oleacc.dll");ctypes.windll.oleaut32.RegisterTypeLib(p, ur"c:\windows\syswow64\oleacc.dll", None)I just recreated the issue here and tried your sfc/dism method, with no luck. Also everyone saying run the COM Registration Fixing Tool can just go away, because it *doesn't actually work*. And NVDA is mostly *useless* if you happen to be one of the ones affected by this.
|
|
Re: Serious issue with NVDA not reading menus and totally silent in Firefox and Chrome
Mallard
Hello Joseph,
toggle quoted messageShow quoted text
Yes. I left this one as a last resort, trying all other sugggestions first. When they didn-t work, I asked my husband and we got it right. Ciao, Ollie
On 18/03/2020 18:33, Joseph Lee wrote:
|
|
Re: Serious issue with NVDA not reading menus and totally silent in Firefox and Chrome
Mallard
I-m not defensive. I asked a question, it was answered. You didn-t understand. That-s all.
toggle quoted messageShow quoted text
As I said in my previous reply to you, minunderstandings are what makes us human. Forget about it, please. We have worse stuff to fight for and against at the moment than a subject line or whatever else.. At least we have here in Italy. Ifyou don-t, then you-re lucky, so thank God or whoever you believe in for it. Ciao, Ollie
On 18/03/2020 19:00, Gene wrote:
I’m sorry, but look at your message and please stop being defensive. Your subject line says menus are not being read. The only menu you spoke of is the start menu. Yes, many people answered with suggestions for help, including me. But the fact that the solution you report as working did work is proof that the problem was not acdcessibility settings in the browsers and that the menus in the browses were, I assume, being read.
|
|
Re: Serious issue with NVDA not reading menus and totally silent in Firefox and Chrome
Mallard
Gene,
toggle quoted messageShow quoted text
Tat-s ok... No problem... The issue was solved, and this is what matters... Misunderstandings are what make us human, aren-t they_ Otherwise we would be robots, and we wouldn-t be allowed to solve CAPTCHAS ROFL!!!!! Take care, stay safe, and try to protect yourself from COVID. It-s nasty... Hug your country virtually from me. Ciao, Ollie
On 18/03/2020 19:11, Gene wrote:
I’m sorry, but if you interpret the message differently from me, that is a legitimate disagreement and I saw a problem with the message that needed to be clarified, in my opinion. I am not going to argue this with you further.
|
|
Re: Serious issue with NVDA not reading menus and totally silent in Firefox and Chrome
Mallard
Lol, you-re so right about hp and bloatware and all!
toggle quoted messageShow quoted text
We solved it, and while we were at it, my husband cleaned up her computer via Teamviewer, and now NVDA flies on it, and reads everyting eprfectly. In addition, I-d like to thank Brian once more for the tutorial on using ribbons in Windows 10. I explained my friend how to handle them based on that tutorial, and now she-s happy about those as well. Ciao, nd again ghanks to all that responded offering solutions. Ciao, Ollie
On 18/03/2020 20:29, Jackie wrote:
Yeah--the other thing is that HP does some weird stuff w/its keyboard
|
|
Re: changing reading speed on the fly in say all profile
On Wed, Mar 18, 2020 at 04:25 PM, Sarah k Alawami wrote:
You realise you have sent this 5 or so times, either that or someone is bottom posting.Nope and nope. The archive doesn't lie. -- Brian - Windows 10 Pro, 64-Bit, Version 1909, Build 18363 Power is being told you're not loved and not being destroyed by it. ~ Madonna
|
|
Re: changing reading speed on the fly in say all profile
You realise you have sent this 5 or so times, either that or someone is bottom posting. If that is the case I don't read all the way to the bottom as I don't really have the time to do so.. I hope you can file an issue on github and provide logs. Take care Sarah Alawami, owner of TFFP. . For more info go to our website. to subscribe to the feed click here and you can also follow us on twitter Our discord is where you will know when we go live on [twitch.](http://twitch.tv/ke7zum] Feel free to give the channel a follow and see what is up there. For stream archives, products you can buy and more visit my main lbry page and my tffp lbry page YOu will also be able to buy some of my products and eBooks there. Finally, to become a patron and help support the podcast go here
On 17 Mar 2020, at 20:59, J.G wrote:
|
|
Re: Serious issue with NVDA not reading menus and totally silent in Firefox and Chrome
Jackie
Yeah--the other thing is that HP does some weird stuff w/its keyboard
toggle quoted messageShow quoted text
sometimes, especially the function keys. The other thing is that it tends to have bloatware upon bloatware running, all of which may or may not be contributory. But that is 1 instance where a computer really needs some work to get it aligned w/the needs of screen reader users. The other thing, Alli, is that you might want to see if Narrator works similarly.
On 3/18/20, Hareth <hareth4m@gmail.com> wrote:
English is my 2nd language. I got what she meant perfectly clear. --
Subscribe to a WordPress for Newbies Mailing List by sending a message to: wp4newbs-request@freelists.org with 'subscribe' in the Subject field OR by visiting the list page at http://www.freelists.org/list/wp4newbs & check out my sites at www.brighter-vision.com & www.mysitesbeenhacked.com
|
|
Re: changing reading speed on the fly in say all profile
Can you send a bug to github? or look for one? Take care Sarah Alawami, owner of TFFP. . For more info go to our website. to subscribe to the feed click here and you can also follow us on twitter Our discord is where you will know when we go live on [twitch.](http://twitch.tv/ke7zum] Feel free to give the channel a follow and see what is up there. For stream archives, products you can buy and more visit my main lbry page and my tffp lbry page YOu will also be able to buy some of my products and eBooks there. Finally, to become a patron and help support the podcast go here
On 17 Mar 2020, at 20:59, J.G wrote:
|
|
Re: Serious issue with NVDA not reading menus and totally silent in Firefox and Chrome
Hareth
English is my 2nd language. I got what she meant perfectly clear.
toggle quoted messageShow quoted text
Better for me in the future to avoid this kind of unnecessary arguments, to read the whole message instead of taking the whole meaning based on the message subject line or title. Some times its impossible to put the entire inquiry in a single line. Plus its not a common practice to put multiple issues squeezed in the title. Good enough to place a single hint there, and go farther in the message body to clarify more on issue.
On 3/18/20, Gene <gsasner@gmail.com> wrote:
I’m sorry, but if you interpret the message differently from me, that is a
|
|
Re: accessible apps page.
The page is below. I plan on forking the wiki, at least, that portion of the wiki, then splitting all the different kinds of software into categories like Windows 10 Metro apps, media players, internet browsers, email clients, etc. I'm hoping everybody can contribute to it. https://github.com/nvaccess/nvda-community/wiki/Application-Support
|
|