|
Re: parsing HTML/XML in nvda addon
The problem with this xml.etree is that cssutils and bs4 require it be a global import. I.E. installed into the standard library. Otherwise, it will never find it using the (dot) import methods. I
The problem with this xml.etree is that cssutils and bs4 require it be a global import. I.E. installed into the standard library. Otherwise, it will never find it using the (dot) import methods. I
|
By
Andy B.
·
#16754
·
|
|
Re: parsing HTML/XML in nvda addon
Hello, I use Etree in readFeeds add-on. xml library was included in an
old add-on named Weather, different to Weather Plus, and I saw this
library there about 8 or 9 years ago, so I toke this idea
Hello, I use Etree in readFeeds add-on. xml library was included in an
old add-on named Weather, different to Weather Plus, and I saw this
library there about 8 or 9 years ago, so I toke this idea
|
By
Noelia Ruiz
·
#16753
·
|
|
Re: parsing HTML/XML in nvda addon
No... BS4 is not usable inside an NVDA addon because the xml.etree module doesn't exist. I also never found a way to compile it and include it in an NVDA addon. Otherwise, Developer toolkit would not
No... BS4 is not usable inside an NVDA addon because the xml.etree module doesn't exist. I also never found a way to compile it and include it in an NVDA addon. Otherwise, Developer toolkit would not
|
By
Andy B.
·
#16752
·
|
|
Re: parsing HTML/XML in nvda addon
What about beautifulsoup? Would it not be better?
Dňa 23. 8. 2021 o 16:01 Samuel Kacer napísal(a):
What about beautifulsoup? Would it not be better?
Dňa 23. 8. 2021 o 16:01 Samuel Kacer napísal(a):
|
By
Lubos Pintes
·
#16751
·
|
|
parsing HTML/XML in nvda addon
Hello,
I am looking to scrape some HTML as part of an NVDA addon. Normally I would use the standard library xml.etree.ElementTree, but it seems the version of the xml package that NVDA has does not
Hello,
I am looking to scrape some HTML as part of an NVDA addon. Normally I would use the standard library xml.etree.ElementTree, but it seems the version of the xml package that NVDA has does not
|
By
Samuel Kacer
·
#16750
·
|
|
Re: how to display window with text
Thanks, Rui. That's exactly what I was looking for!
Thanks, Rui. That's exactly what I was looking for!
|
By
Samuel Kacer
·
#16749
·
|
|
Re: IMPORTANT NOTICE for translators: Extended Winamp and Golden Cursor will enter localization freeze on September 15, 2021
Hi,
I expect NVDA 2022.1 to support Windows 7 due to compatibility issues with
Python 3.8 and later in specific areas (SAPI4, for example). I doubt NVDA
will support Windows 7 (and 8.x) past 2023 but
Hi,
I expect NVDA 2022.1 to support Windows 7 due to compatibility issues with
Python 3.8 and later in specific areas (SAPI4, for example). I doubt NVDA
will support Windows 7 (and 8.x) past 2023 but
|
By
Joseph Lee
·
#16748
·
|
|
Re: IMPORTANT NOTICE for translators: Extended Winamp and Golden Cursor will enter localization freeze on September 15, 2021
Would you know this early if the next years update is likely to break any of your add ons? I understand it will not support Windows 7 merely due to the fact that the Python compiler will not do so, I
Would you know this early if the next years update is likely to break any of your add ons? I understand it will not support Windows 7 merely due to the fact that the Python compiler will not do so, I
|
By
Brian's Mail list account
·
#16747
·
|
|
IMPORTANT NOTICE for translators: Extended Winamp and Golden Cursor will enter localization freeze on September 15, 2021
Hi all,
The following is really meant for translations list but figured it would be best to announce it here (I’m no longer part of the translations list):
As some of you may have read, NVDA
Hi all,
The following is really meant for translations list but figured it would be best to announce it here (I’m no longer part of the translations list):
As some of you may have read, NVDA
|
By
Joseph Lee
·
#16746
·
|
|
Re: how to display window with text
message = "Your text"
ui.browseableMessage (message,
Rui Fontes
Às 21:41 de 22/08/2021, Samuel Kacer escreveu:
message = "Your text"
ui.browseableMessage (message,
Rui Fontes
Às 21:41 de 22/08/2021, Samuel Kacer escreveu:
|
By
Rui Fontes
·
#16745
·
|
|
how to display window with text
Hello, I am looking to make an addon that looks up some information and then pops up a window that displays some lines of text that the user could read through using caret navigation or review cursor.
Hello, I am looking to make an addon that looks up some information and then pops up a window that displays some lines of text that the user could read through using caret navigation or review cursor.
|
By
Samuel Kacer
·
#16744
·
|
|
Search With, new version with localization updates
Hello,
This is an updated version of Search With addon:
https://github.com/ibrahim-s/searchWith/releases/download/v1.3/searchWith-1.3.nvda-addon
changelog:
- Added localization updates from
Hello,
This is an updated version of Search With addon:
https://github.com/ibrahim-s/searchWith/releases/download/v1.3/searchWith-1.3.nvda-addon
changelog:
- Added localization updates from
|
By
Ibrahim Hamadeh
·
#16743
·
|
|
Re: Where to download tkinter library?
Why are you using this particular library for user interfaces? It is not accessible with any known screen readers in existence. All you would be doing by using this library would be presenting an
Why are you using this particular library for user interfaces? It is not accessible with any known screen readers in existence. All you would be doing by using this library would be presenting an
|
By
Ethin Probst
·
#16742
·
|
|
Where to download tkinter library?
Module not found tkinter in nvda python.
Where to download it?
Module not found tkinter in nvda python.
Where to download it?
|
By
=?ISO-2022-JP?Q?=1B$B9b=4082=22=1B=28J?=
·
#16741
·
|
|
Re: NvDA Add-on Store update: interior design in progress a.k.a. testing components
Hello, as mentioned, though this is just for testing and subject to
change, I created a .yaml file to attach the .json file required for
the store (at the current in progress stage), to attach it as
Hello, as mentioned, though this is just for testing and subject to
change, I created a .yaml file to attach the .json file required for
the store (at the current in progress stage), to attach it as
|
By
Noelia Ruiz
·
#16740
·
|
|
Re: How to turn on the curtain with a keyboard shortcut?
My new Asus has a curtain that activates FN + F7 but after pressing any key the curtain turns off so I use NVDA curtain.
On my old Asus laptop the "hardware" curtain works fine and I don't need to use
My new Asus has a curtain that activates FN + F7 but after pressing any key the curtain turns off so I use NVDA curtain.
On my old Asus laptop the "hardware" curtain works fine and I don't need to use
|
By
Han Solo
·
#16739
·
|
|
Re: Introducing and requesting verification for Unicode Ascii
Yes, that's true. OK, I'll wait for it, thanks very much!
I'll finally patch a function of the library I'm using currently, as the other one hasn't been updated in like 3 years (this one has). I have
Yes, that's true. OK, I'll wait for it, thanks very much!
I'll finally patch a function of the library I'm using currently, as the other one hasn't been updated in like 3 years (this one has). I have
|
By
Sukil Etxenike
·
#16738
·
|
|
Re: Introducing and requesting verification for Unicode Ascii
Sukil Etxenike via groups.io, il 18/08/2021 15.15, ha scritto:
Alberto:
Hi again,
perfect, I'll prepare a PR, after some days of testing.
Well, I encounter a lot of posts where these strange chars are
Sukil Etxenike via groups.io, il 18/08/2021 15.15, ha scritto:
Alberto:
Hi again,
perfect, I'll prepare a PR, after some days of testing.
Well, I encounter a lot of posts where these strange chars are
|
By
Alberto Buffolino
·
#16737
·
|
|
Re: NVDA Addon for Word
#projectwork
#addon
Hello!
You have an Word add-on in:
https://nvda.es/files/get.php?file=wordaccessenhancementt
and many other, smaller, dealing with tables reading,
Hello!
You have an Word add-on in:
https://nvda.es/files/get.php?file=wordaccessenhancementt
and many other, smaller, dealing with tables reading,
|
By
Rui Fontes
·
#16736
·
|
|
Re: Introducing and requesting verification for Unicode Ascii
Hi Alberto:
Thanks for your comments!
Thanks! This was, in fact, the motivation for this (specifically: telegram nicknames, tweets and channels on Discord servers).
I wouldn't know how to go about
Hi Alberto:
Thanks for your comments!
Thanks! This was, in fact, the motivation for this (specifically: telegram nicknames, tweets and channels on Discord servers).
I wouldn't know how to go about
|
By
Sukil Etxenike
·
#16735
·
|