|
Re: Introducing NVDA-addons.org, the largest international add-ons store with official and unofficial add-ons from all NVDA communities (for add-on developers)
The search you're describing must include add-ons compatible with NVDA 2021.1, not only with 2021.1. As long as lastTestedNVDAVersion is set to 2021.1 or later and minimumNVDAVersion to
The search you're describing must include add-ons compatible with NVDA 2021.1, not only with 2021.1. As long as lastTestedNVDAVersion is set to 2021.1 or later and minimumNVDAVersion to
|
By
Iván Novegil
·
#16714
·
|
|
Re: Introducing NVDA-addons.org, the largest international add-ons store with official and unofficial add-ons from all NVDA communities (for add-on developers)
-
Which makes no sense to this native English speaker. Compatible FROM means the version chosen should be the EARLIEST version of NVDA that a given add-on in the list should be compatible with.
-
Which makes no sense to this native English speaker. Compatible FROM means the version chosen should be the EARLIEST version of NVDA that a given add-on in the list should be compatible with.
|
By
Brian Vogel
·
#16713
·
|
|
Re: Introducing NVDA-addons.org, the largest international add-ons store with official and unofficial add-ons from all NVDA communities (for add-on developers)
If I set the from and to, to 2021.1 I expect to see only addons for 2021.1 only, but I get addons compatible for older versions of nvda
it also doesnt consider addons for alpha builds of nvda ,
If I set the from and to, to 2021.1 I expect to see only addons for 2021.1 only, but I get addons compatible for older versions of nvda
it also doesnt consider addons for alpha builds of nvda ,
|
By
Chris
·
#16712
·
|
|
Re: Introducing NVDA-addons.org, the largest international add-ons store with official and unofficial add-ons from all NVDA communities (for add-on developers)
The expected behavior for those dropdowns is: in the first one, compatible from (minimumNVDAVersion) the same or a previous version than the selected one, and in the second, up to
The expected behavior for those dropdowns is: in the first one, compatible from (minimumNVDAVersion) the same or a previous version than the selected one, and in the second, up to
|
By
Iván Novegil
·
#16711
·
|
|
Re: Introducing NVDA-addons.org, the largest international add-ons store with official and unofficial add-ons from all NVDA communities (for add-on developers)
Just a quick note that either the Compatibility text is not being updated in a timely manner or the dropdown for Compatible from NVDA version is not working correctly.
When I choose only official
Just a quick note that either the Compatibility text is not being updated in a timely manner or the dropdown for Compatible from NVDA version is not working correctly.
When I choose only official
|
By
Brian Vogel
·
#16710
·
|
|
Re: How to crate a inputbox?
I'm not on the latest NVDA but it doesn't work for me either (in the
python console).
Firstly, I had to eliminate the translation functions _().
Secondly, the keyword for the title is caption and
I'm not on the latest NVDA but it doesn't work for me either (in the
python console).
Firstly, I had to eliminate the translation functions _().
Secondly, the keyword for the title is caption and
|
By
Robert Hänggi
·
#16709
·
|
|
Re: Problem with generating pot file for the add-on
Hi guys,
Thanks all for the suggestions, that was very helpful.
In the end, I used Sukil's link to download the static version which includes executables which don't require dlls. I think this is the
Hi guys,
Thanks all for the suggestions, that was very helpful.
In the end, I used Sukil's link to download the static version which includes executables which don't require dlls. I think this is the
|
By
mohammad suliman
·
#16708
·
|
|
Re: How to crate a inputbox?
Sorry, but here it works normally.
You can see it in action on my add-on, FrequentText, found at:
https://github.com/ruifontes/frequentText
The syntax is:
myVariable = wx.GetTextFromUser(_("Enter
Sorry, but here it works normally.
You can see it in action on my add-on, FrequentText, found at:
https://github.com/ruifontes/frequentText
The syntax is:
myVariable = wx.GetTextFromUser(_("Enter
|
By
Rui Fontes
·
#16707
·
|
|
Re: How to crate a inputbox?
Of course I need user to input string.
But nvda doesn't work.
Of course I need user to input string.
But nvda doesn't work.
|
By
=?ISO-2022-JP?Q?=1B$B9b=4082=22=1B=28J?=
·
#16706
·
|
|
Re: How to crate a inputbox?
Sorry, but you do not want the user to enter a string?
After entering a string and pressing Enter, NVDA continue the work...
Rui Fontes
´
Às 11:57 de 16/08/2021, 高生旺 escreveu:
Sorry, but you do not want the user to enter a string?
After entering a string and pressing Enter, NVDA continue the work...
Rui Fontes
´
Às 11:57 de 16/08/2021, 高生旺 escreveu:
|
By
Rui Fontes
·
#16705
·
|
|
Re: How to crate a inputbox?
Hi
wx.GetTextFromUser(_("Enter your string"))
It shows a dialog but pauses nvda.
How to fix it?
Thank you!
Hi
wx.GetTextFromUser(_("Enter your string"))
It shows a dialog but pauses nvda.
How to fix it?
Thank you!
|
By
=?ISO-2022-JP?Q?=1B$B9b=4082=22=1B=28J?=
·
#16704
·
|
|
Re: How to crate a inputbox?
One simple way:
myVariable = wx.GetTextFromUser(_("Enter your string") title = _("Question to user"))
Rui Fontes
Às 05:50 de 16/08/2021, 高生旺 escreveu:
One simple way:
myVariable = wx.GetTextFromUser(_("Enter your string") title = _("Question to user"))
Rui Fontes
Às 05:50 de 16/08/2021, 高生旺 escreveu:
|
By
Rui Fontes
·
#16703
·
|
|
Add ons list
It occurred to me that a given version of nvda could be only allowed to see add ons compatible with that release perhaps, in the future to stop the confusion of looking up last tested version numbers
It occurred to me that a given version of nvda could be only allowed to see add ons compatible with that release perhaps, in the future to stop the confusion of looking up last tested version numbers
|
By
Brian's Mail list account
·
#16702
·
|
|
Re: Windows essentials won't install
Right finally it allowed the install to proceed. Microsoft do not make this very intuitive, at least for me. The new version of windows 10 seems a lot faster than the original install to me as well.
Right finally it allowed the install to proceed. Microsoft do not make this very intuitive, at least for me. The new version of windows 10 seems a lot faster than the original install to me as well.
|
By
Brian's Mail list account
·
#16701
·
|
|
Re: Introduction of a absolutely newbie!
Hi Alexander, welcome to the community.
Does Chatty read the incoming messages at all and where are they
displayed, is it for instance in a multiline read-only window?
How does the developer info for
Hi Alexander, welcome to the community.
Does Chatty read the incoming messages at all and where are they
displayed, is it for instance in a multiline read-only window?
How does the developer info for
|
By
Robert Hänggi
·
#16700
·
|
|
Re: Problem with generating pot file for the add-on
You can also install it (with Iconv) from this site: <https://mlocati.github.io/articles/gettext-iconv-windows.html>
Then you have to add the folder to PATH, as always.
Hth too,
You can also install it (with Iconv) from this site: <https://mlocati.github.io/articles/gettext-iconv-windows.html>
Then you have to add the folder to PATH, as always.
Hth too,
|
By
Sukil Etxenike
·
#16699
·
|
|
How to crate a inputbox?
Hi,
I need get input strings from user.
How to create such input box?
Hi,
I need get input strings from user.
How to create such input box?
|
By
=?ISO-2022-JP?Q?=1B$B9b=4082=22=1B=28J?=
·
#16698
·
|
|
Re: Problem with generating pot file for the add-on
Hi,
I didn't know that; however, the point is that the method which is explained in the official guide is not working for many people including me.
Thus, I am suggesting that one of these alternative
Hi,
I didn't know that; however, the point is that the method which is explained in the official guide is not working for many people including me.
Thus, I am suggesting that one of these alternative
|
By
Fawaz Abdul rahman
·
#16697
·
|
|
Re: Problem with generating pot file for the add-on
Fawaz Abdul rahman, il 15/08/2021 20.31, ha scritto:
Alberto:
Hi,
as I said in other occasions, I think my solution is better, also considering that a manual translation by GUI is not a situation such
Fawaz Abdul rahman, il 15/08/2021 20.31, ha scritto:
Alberto:
Hi,
as I said in other occasions, I think my solution is better, also considering that a manual translation by GUI is not a situation such
|
By
Alberto Buffolino
·
#16696
·
|
|
Re: Problem with generating pot file for the add-on
Hi,
I seriously wish that this would be added to the official development guide.
The solution has been posted here, the first was by Serial, he was replying to me since I had the same issue.
What
Hi,
I seriously wish that this would be added to the official development guide.
The solution has been posted here, the first was by Serial, he was replying to me since I had the same issue.
What
|
By
Fawaz Abdul rahman
·
#16695
·
|