Re: google chrome version 81
Since I have Version 80.0.3987.132 and when I did that check I began an automatic update, resulting in Version 80.0.3987.149, it's definitely not here yet.
A web search on Chrome 81 delayed turns up a number of articles, including: Google Delays Chrome Browser Updates Amid Coronavirus Disruptions and Google halts Chrome browser and Chrome OS releases due to coronavirus outbreak among others. Utterly unsurprising and I expect that all sorts of release delays will be announced in the coming days. -- 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
|
|
google chrome version 81
Don H
Has the release of google chrome version 81 been delayed?
|
|
Re: NVDA not announcing listview items in TortoiseSVN commit dialog
Rui Fontes
It was included in some version, but removed I don't remember why...
It one of the problems waiting a long time to be solved...
Rui Fontes
Às 21:35 de 18/03/2020, Joseph Lee
escreveu:
|
|
Re: Serious issue with NVDA not reading menus and totally silent in Firefox and Chrome
Gene
Thanks for your message. My point may not have been clear. I
was just saying that it would have been good to specify the start menu in the
subject line. Some people may have thought that many menus weren’t read
and that may have led to confusion about the browser problem. If my
message seemed to be critical in a negative way or to be saying morethan that,
that wasn’t my intent.
Gene
----- Original Message -----
From: Mallard
Sent: Wednesday, March 18, 2020 3:43 PM
Subject: Re: [nvda] Serious issue with NVDA not reading menus and
totally silent in Firefox and Chrome Gene, 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. > Gene > ----- Original Message ----- > *From:* Brian Vogel <mailto:britechguy@...> > *Sent:* Wednesday, March 18, 2020 1:02 PM > *To:* nvda@nvda.groups.io <mailto:nvda@nvda.groups.io> > *Subject:* Re: [nvda] Serious issue with NVDA not reading menus and > totally silent in Firefox and Chrome > On Wed, Mar 18, 2020 at 01:51 PM, Gene wrote: > > I didn’t say the statements are inaccurate. > > Gene, whether "inaccurate" or "unclear," you never seem to be willing > to admit that the leaps you're willing to jump to are what are > problematic, and they are. You wrote, and I quote, "Therefore, > without more information, I shall assume that the menus work in both > browsers and that the start menu is the menu referred to in the > subject line." That goes directly against the information originally > offered, period. > > But with this, I'm done. You've done this before and you'll do it > again, certain that you're just fine in ignoring what has been > explicitly stated. There were no lines to read between here in the > way you did. > > -- > > 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: Announce numbers as a single digit
Rui Fontes
Hello!
https://www.tiflotecnia.net/numberProcessing.nvda-addon
Rui Fontes
Às 22:04 de 18/03/2020, abdul muhamin
escreveu:
|
|
Re: Serious issue with NVDA not reading menus and totally silent in Firefox and Chrome
On Wed, Mar 18, 2020 at 06:05 PM, Tyler Spivey wrote:
Alternatively, this should work for both:Thanks very much. It's always nice to have a "universally applicable" option for something like this when needed. -- 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: Serious issue with NVDA not reading menus and totally silent in Firefox and Chrome
Tyler Spivey
On 3/18/2020 2:44 PM, Brian Vogel wrote:
Tyler,Yes. Alternatively, this should work for both: import comtypes,ctypes;p=comtypes.typeinfo.LoadTypeLibEx(r"c:\windows\syswow64\oleacc.dll");ctypes.windll.oleaut32.RegisterTypeLib(p, u"c:\\windows\\syswow64\\oleacc.dll", None)
|
|
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 <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 <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 <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 <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.
|
|