AAClause / BrailleExtender

NVDA add-on that improves braille support
https://andreabc.net/projects/NVDA_addons/BrailleExtender/
GNU General Public License v2.0
16 stars 17 forks source link

when opening settings and arrowing to open some panels, settings are broken #85

Closed zstanecic closed 4 years ago

zstanecic commented 4 years ago

here is the log: ERROR - unhandled exception (16:55:12.030) - MainThread (4392): Traceback (most recent call last): File "C:\Users\ninos\AppData\Roaming\nvda\addons\BrailleExtender\globalPlugins\brailleExtender\settings.py", line 366, in onCategoryChange super().onCategoryChange(evt) File "gui\settingsDialogs.pyc", line 597, in onCategoryChange File "gui\settingsDialogs.pyc", line 579, in _doCategoryChange File "gui\settingsDialogs.pyc", line 500, in _getCategoryPanel File "gui\settingsDialogs.pyc", line 275, in init File "gui\settingsDialogs.pyc", line 285, in _buildGui File "C:\Users\ninos\AppData\Roaming\nvda\addons\BrailleExtender\globalPlugins\brailleExtender\auto_scroll.py", line 135, in makeSettings initial=get_auto_scroll_delay() File "gui\guiHelper.pyc", line 295, in addLabeledControl File "gui\guiHelper.pyc", line 172, in init File "gui\nvdaControls.pyc", line 81, in init TypeError: SpinCtrl(): arguments did not match any overloaded call: overload 1: too many arguments overload 2: argument 9 has unexpected type 'str' INFO - config.ConfigManager.save (16:55:26.290) - MainThread (4392): Base configuration saved ERROR - gui.settingsDialogs.new (17:14:30.302) - MainThread (4392): Opening new settings dialog while instance still exists: <globalPlugins.brailleExtender.settings.AddonSettingsDialog object at 0x07C3FBC0> also the dialogs are broken in such a way that NVDA just says panel

AAClause commented 4 years ago

I'm unable to reproduce this issue. Can you reproduce it easily or it happens random? Thanks.

zstanecic commented 4 years ago

It happens when arrowing through the settings panel in the latest dev

From: André-Abush Clause notifications@github.com Sent: Sunday, August 23, 2020 9:59 AM To: Andre9642/BrailleExtender BrailleExtender@noreply.github.com Cc: zstanecic zvonimirek222@yandex.com; Author author@noreply.github.com Subject: Re: [Andre9642/BrailleExtender] when opening settings and arrowing to open some panels, settings are broken (#85)

I'm unable to reproduce this issue. Can you reproduce it easily or it happens random? Thanks.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Andre9642/BrailleExtender/issues/85#issuecomment-678742842 , or unsubscribe https://github.com/notifications/unsubscribe-auth/ACVCDE6UDQJ3PEVLGD22XPDSCDD3FANCNFSM4QIETDBA . https://github.com/notifications/beacon/ACVCDE7RC6O5JM56TWFBFS3SCDD3FA5CNFSM4QIETDBKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOFB2MWOQ.gif

AAClause commented 4 years ago

Unfortunately I'm still unable to reproduce the issue. :( Are you able to reproduce it with several installation of NVDA (portable version included)? Also, could you do the following, please:

  1. Open the Python Console (NVDA+Control+z).
  2. Paste the following line in the edit field then press enter: config.conf["brailleExtender"]["autoScroll"].copy()
  3. Press F6, then CTRL+A, then CTRL+C.
  4. Paste the clipboard content in your reply.

Thanks.

zstanecic commented 4 years ago

Hi, The issue is no longer applicable. I am going to close this.