|
Re: Team Viewer
No Team viewer is broken by the company. The only fix seems to be to try to keep the old version.
Brian
--
bglists@...
Sent via blueyonder.(Virgin media)
Please address personal E-mail
No Team viewer is broken by the company. The only fix seems to be to try to keep the old version.
Brian
--
bglists@...
Sent via blueyonder.(Virgin media)
Please address personal E-mail
|
By
Brian's Mail list account
·
#19540
·
|
|
Which python library may play midi notes
If I plan to create an addon for midi application, which library can be used?
If I plan to create an addon for midi application, which library can be used?
|
By
=?ISO-2022-JP?Q?=1B$B9b=4082=22=1B=28J?=
·
#19539
·
|
|
Team Viewer
Hello, Please let me know if there is an updated addon for Team Viewer.
--
This email has been checked for viruses by Avast antivirus software.
www.avast.com
Hello, Please let me know if there is an updated addon for Team Viewer.
--
This email has been checked for viruses by Avast antivirus software.
www.avast.com
|
By
Nea Nicu
·
#19538
·
|
|
A new message has been posted to the Add-on API Announcements mailing list
The message includes an outline of the current Addon-API policy, and can be viewed here: https://groups.google.com/a/nvaccess.org/g/nvda-api/c/XMemDDVz0vg
Kind Regards,
NV Access Software developers
The message includes an outline of the current Addon-API policy, and can be viewed here: https://groups.google.com/a/nvaccess.org/g/nvda-api/c/XMemDDVz0vg
Kind Regards,
NV Access Software developers
|
By
Sean Budd (NV Access)
·
#19537
·
|
|
Re: #AddonRelease Mozilla Apps Enhancements 1.17
#addonrelease
Hi,
Reviewed and approved by Joseph Lee.
Cheers,
Joseph
Hi,
Reviewed and approved by Joseph Lee.
Cheers,
Joseph
|
By
Joseph Lee
·
#19536
·
|
|
Re: #AddonRelease Mozilla Apps Enhancements 1.17
#addonrelease
Hello: I am on holliday until August 29 without my computer, though I have access to email and GithHub and GitHub repos by iPhone. I cannot review the PR in addonFiles repo until August 29. Maybe
Hello: I am on holliday until August 29 without my computer, though I have access to email and GithHub and GitHub repos by iPhone. I cannot review the PR in addonFiles repo until August 29. Maybe
|
By
Noelia Ruiz
·
#19535
·
|
|
#AddonRelease Mozilla Apps Enhancements 1.17
#addonrelease
Hello.
I've just released the update of the addon Mozilla Apps Enhancements 1.17
New in this version:
* Fixed what was broken with the
Hello.
I've just released the update of the addon Mozilla Apps Enhancements 1.17
New in this version:
* Fixed what was broken with the
|
By
Javi Domínguez
·
#19534
·
|
|
Solved Re: [nvda-addons] wx.FileDialog and scripts
Hi!
Checked. With gui.runScriptModalDialog it works perfectly. Thanks again.
Greetimgs
Javi Domínguez
Hi!
Checked. With gui.runScriptModalDialog it works perfectly. Thanks again.
Greetimgs
Javi Domínguez
|
By
Javi Domínguez
·
#19533
·
|
|
Re: wx.FileDialog and scripts
See the code I wrote in my previous e-mail, that function is launched
from a script (using a gesture) and works perfectly for me. Try that
function and if that function doesn't work for you, please
See the code I wrote in my previous e-mail, that function is launched
from a script (using a gesture) and works perfectly for me. Try that
function and if that function doesn't work for you, please
|
By
DaVid
·
#19532
·
|
|
Re: wx.FileDialog and scripts
Hello, Abdel.
Thanks. My code is very similar to this and in the console it works fine. The problem is that if I put that in a script NVDA crashes.
I think
Hello, Abdel.
Thanks. My code is very similar to this and in the console it works fine. The problem is that if I put that in a script NVDA crashes.
I think
|
By
Javi Domínguez
·
#19531
·
|
|
Re: wx.FileDialog and scripts
Hello.
I know how launch a file dialog from the configuration settings and there it works fine for me but when i try to launch it from a script it crashes. I think the solution is
Hello.
I know how launch a file dialog from the configuration settings and there it works fine for me but when i try to launch it from a script it crashes. I think the solution is
|
By
Javi Domínguez
·
#19530
·
|
|
Re: wx.FileDialog and scripts
Hi Javi,
For me, the following three instructions entered in the Python console of NVDA work well, maybe you did not specify the parent?
Hope this helps.
Hi Javi,
For me, the following three instructions entered in the Python console of NVDA work well, maybe you did not specify the parent?
Hope this helps.
|
By
Abdel
·
#19529
·
|
|
Re: wx.FileDialog and scripts
My driver IBMTTS launch a file dialog from the configuration settings,
it shows a category in the NVDA settings dialog.
You can use that add-on as reference.
But I have a personal add-on that launch
My driver IBMTTS launch a file dialog from the configuration settings,
it shows a category in the NVDA settings dialog.
You can use that add-on as reference.
But I have a personal add-on that launch
|
By
DaVid
·
#19528
·
|
|
wx.FileDialog and scripts
Hello.
Does anyone know why I can't use a wx.FileDialog in a globalPlugin script? NVDA crashes. However, elsewhere, for example calling it from the NVDA menu it works
Hello.
Does anyone know why I can't use a wx.FileDialog in a globalPlugin script? NVDA crashes. However, elsewhere, for example calling it from the NVDA menu it works
|
By
Javi Domínguez
·
#19527
·
|
|
Re: Customize say all
Hi,
Here is the download link of the module compressed in zip:
Kind regards,
Abdel.
Hi,
Here is the download link of the module compressed in zip:
Kind regards,
Abdel.
|
By
Abdel
·
#19526
·
|
|
Re: Customize say all
Hi Abdel,
Did you post a link for the add-on? I am not finding it in the message?
Thanks.
Hi Abdel,
Did you post a link for the add-on? I am not finding it in the message?
Thanks.
|
By
Travis Roth
·
#19525
·
|
|
Re: Customize say all
Hi Alberto,
No problem, thank you for your always very instructive and enriching questions.
As you can see, I used 2 mixin classes.
The objective is to be able to call the super method while
Hi Alberto,
No problem, thank you for your always very instructive and enriching questions.
As you can see, I used 2 mixin classes.
The objective is to be able to call the super method while
|
By
Abdel
·
#19524
·
|
|
Re: Customize say all
Alberto:
Hi Abdel,
thanks a lot for your code!
I'll study more deeply in next days, I'm quite in pause now... I have seen various interesting tricks.
Anyway, in my plans these bad things happen only
Alberto:
Hi Abdel,
thanks a lot for your code!
I'll study more deeply in next days, I'm quite in pause now... I have seen various interesting tricks.
Anyway, in my plans these bad things happen only
|
By
Alberto Buffolino
·
#19523
·
|
|
Re: Customize say all
Hi Alberto,
Here is a global plugin for the developer's scratchpad that should do the job you're asking for.
When UIA is enabled in the settings for Word or Microsoft Edge, the method to extend for
Hi Alberto,
Here is a global plugin for the developer's scratchpad that should do the job you're asking for.
When UIA is enabled in the settings for Word or Microsoft Edge, the method to extend for
|
By
Abdel
·
#19522
·
|
|
Re: New review request for LangReporter
Hi,
Without access to the add-on source code, my guess is that NVDA's type hints (typing module and friends) for various modules is causing assumptions from add-ons to not work properly. In this case,
Hi,
Without access to the add-on source code, my guess is that NVDA's type hints (typing module and friends) for various modules is causing assumptions from add-ons to not work properly. In this case,
|
By
Joseph Lee
·
#19521
·
|