Re: tone while download
Brian's Mail list account
Does this not depend on the browser. I've spent my life trying to stop them when downloading audio in real time.
toggle quoted messageShow quoted text
You should hear a tring noise when it completes. Brian -- bglists@... Sent via blueyonder.(Virgin media) Please address personal E-mail to:- briang1@..., putting 'Brian Gaff' in the display name field.
----- Original Message -----
From: "larry k" <sirlaurence.larry@...> To: <nvda@nvda.groups.io> Sent: Tuesday, May 31, 2022 10:54 PM Subject: [nvda] tone while download I used to hear a series of tones while downloading a program or pasting something. is there a way to turn that feature back on in 22.1 larry subscribe to a new swapshop on the web by the following link shalomlist+subscribe@groups.io
|
|
Re: OBS Or Alternative Software?
Brian's Mail list account
Yes Mushroom FM uses playstation radio, and most of the presenters are blind, so it must work, though I'm told that many use the shark with scripts.
toggle quoted messageShow quoted text
Brian -- bglists@... Sent via blueyonder.(Virgin media) Please address personal E-mail to:- briang1@..., putting 'Brian Gaff' in the display name field.
----- Original Message -----
From: "Sarah k Alawami" <marrie12@...> To: <nvda@nvda.groups.io> Sent: Tuesday, May 31, 2022 7:03 PM Subject: Re: [nvda] OBS Or Alternative Software? You cannot stream your radio station using obs. Look into station playlist studio instead. Obs is for video and audio. And I use it all the time, not easy to use but fun. -----Original Message----- From: nvda@nvda.groups.io <nvda@nvda.groups.io> On Behalf Of Armando L. Vias Sent: Tuesday, May 31, 2022 10:53 AM To: nvda@groups.io Subject: [nvda] OBS Or Alternative Software? Importance: High Hello everyone, I am playing around with OBS Studio, and it is very confusing to me. Does anyone know how to use OBS? I am trying to connect to stream my radio station. If OBS is not the right solution, what is the right software? I am trying to stream to MixCloud. I got the 30-day free trial of MixCloud Pro. If you have any questions, please let me know. I am using Windows 10 with NVDA. Thank you. Sincerely, Armando VIas
|
|
Re: The new Microsoft Store version of Quick Assist - Access with NVDA
Brian's Mail list account
This sounds like the same issue recently happening in Ccleaners update screen and some other places, IE the initial focus is not set to the start of the objects in the window and nothing ordinary will make it go there.
toggle quoted messageShow quoted text
Brian -- bglists@... Sent via blueyonder.(Virgin media) Please address personal E-mail to:- briang1@..., putting 'Brian Gaff' in the display name field.
----- Original Message -----
From: "Kostadin Kolev" <k.kolev1985@...> To: <nvda@nvda.groups.io> Sent: Tuesday, May 31, 2022 4:49 PM Subject: Re: [nvda] The new Microsoft Store version of Quick Assist - Access with NVDA Hello,
|
|
Re: Code Blocks and NVDA
arqam mehmood
Hi there. Hope you're doing great.
toggle quoted messageShow quoted text
I have used dev cpp, vs code, and visual studio for c++. if you really want to use any IDE for c++, I'll recommend visual studio if your pc can afford it. otherwise, dev is fine, but it is not very much accessible though. if you don't want to use any IDE, then you can try gcc with any text editor. like notepad or notepad++. Thanks.
On 6/1/22, Luke Davis <luke@...> wrote:
Also, you might want to continue this on nvda-devel
|
|
Re: Audible
Joshua Hendrickson
You need to go to the advanced search button. You can then type in
toggle quoted messageShow quoted text
your book title, or author you want to search for. It is a bit annoying, but can be done.
On 6/1/22, Monte Single <mrsingle@...> wrote:
I ran into this problem a few weeks ago. --
Joshua Hendrickson Joshua Hendrickson
|
|
Re: Audible
Luke Davis
Robert Doc Wright godfearer wrote:
For some reason NVDA is not recognizing the search field or any other edit fields on the Audible site. I cannot press 'e' or 'f' to get to it.I could swear we just had this conversation last week. And here it is: https://nvda.groups.io/g/nvda/topic/91245997 Luke
|
|
Re: Audible
Monte Single
I ran into this problem a few weeks ago.
toggle quoted messageShow quoted text
When you are on the home page, press enter on the "advanced search" link, now you can find the search field by pressing "e". So, I bookmarked this page.
-----Original Message-----
From: nvda@nvda.groups.io <nvda@nvda.groups.io> On Behalf Of Robert Doc Wright godfearer Sent: June 1, 2022 12:55 AM To: nvda@nvda.groups.io Subject: [nvda] Audible For some reason NVDA is not recognizing the search field or any other edit fields on the Audible site. I cannot press 'e' or 'f' to get to it.
|
|
Audible
Robert Doc Wright godfearer
For some reason NVDA is not recognizing the search field or any other edit fields on the Audible site. I cannot press 'e' or 'f' to get to it.
|
|
Re: add-ons
Héctor Javier Benítez Corredera
Hi, good morning. El 01/06/2022 a las 0:21, Shaun Everiss
escribió:
|
|
Re: TesseractOCR add-on
Ravindran V.S.
Hi Rui,
toggle quoted messageShow quoted text
I have tried this add-on and still could not succeed with the OCR with it. If this list permits, here, if not would like to have a chat off line about the usage of this OCR Add-on please. Let me know your convenience. Thanks, Ravi. ..
-----Original Message-----
From: nvda@nvda.groups.io <nvda@nvda.groups.io> On Behalf Of Pranav Lal Sent: Tuesday, May 31, 2022 10:22 PM To: nvda@nvda.groups.io Subject: Re: [nvda] TesseractOCR add-on Hi Rui, I hear you and thanks for the comparison. Pranav
|
|
Re: Code Blocks and NVDA
Luke Davis
Also, you might want to continue this on nvda-devel (https://groups.io/g/nvda-devel), or better yet program-l (https://www.freelists.org/list/program-l).
Luke
|
|
Re: Code Blocks and NVDA
Luke Davis
TheeQuinn Public wrote:
visited that link and it was speaking of even downloading a compiler separately. So i was wondering if there was some way I could get around this codeOften, a compiler like GCC can be used, which is commandline based. You can do the coding in NotePadPlusPlus or the like. The compile tools like Make or Scons also tend to be commandline based. If you're in the U.S., they probably have to accommodate your situation by allowing a different software, since learning Code Blocks is not the primary function of the class, but learning C++ is. Though I'm not a lawyer so that's only a speculation. I have never programmed C++ in an IDE, but always just written it in text editors and used a commandline compiler to do the actual compilation. Now, all of that said: Looking at the docs and site for Code Blocks, it does appear that it should be accessible, at least to some extent. However, you definitely do have to either install your own compiler, or download the version that includes a compiler with it. Your class should have provided a document with step by step install instructions. It sounds like you may not have gotten a compiler, meaning their instructions are deficient. Following the trail from this page: https://wiki.codeblocks.org/index.php/Installing_the_latest_official_version_of_Code::Blocks_on_Windows it appears that the version with the compiler included can be got here: https://sourceforge.net/projects/codeblocks/files/Binaries/20.03/Windows/codeblocks-20.03mingw-setup.exe/download or here: https://www.fosshub.com/Code-Blocks.html?dwl=codeblocks-20.03mingw-setup.exe (Though I wish they would switch to GitHub like sane people.) You might want to dump your current version and try installing that one. Luke
|
|
Re: scheduling a recurring Zoom meeting with NVDA
Bob Cavanaugh
I've gotten auto updates from Zoom, I got one about three weeks ago.
toggle quoted messageShow quoted text
I'll try com registration fix as well, maybe that will help. I've never used that before. One other oddity, I tried the same thing using Narrator and it didn't see the mentioned fields either, acted the same as NVDA.
On 5/31/22, Sarah k Alawami <marrie12@...> wrote:
No, I'm seeing all of the fields as described, at least for now, until
|
|
Re: tone while download
Press NVDA+U until you have the behavior you want for progress bars.
From: nvda@nvda.groups.io <nvda@nvda.groups.io> On Behalf Of larry k
Sent: May 31, 2022 5:54 PM To: nvda@nvda.groups.io Subject: [nvda] tone while download
I used to hear a series of tones while downloading a program or pasting something. is there a way to turn that feature back on in 22.1 larry subscribe to a new swapshop on the web by the following link
|
|
Re: add-ons
Well I have searched for and doodledwith tienda which appears to be a spanish addon store. It works and there are official and a few nonofficial addons there. The store is completely developed and looks really good but for security sake vetted addons are probably the best though as we branch there will need to be some more trusted sources. Of course bits of it are not in english and the nvda.es site is not english either. Even the store is not completely in english so there is that. However I do wander if instead of getting into our own store unless we want to do this we should include other sources which are established. I just for example updated tony's enhancements but thats not been released in updater yet.
On 1/06/2022 7:31 am, Brian Vogel
wrote:
|
|
Re: scheduling a recurring Zoom meeting with NVDA
No, I'm seeing all of the fields as described, at least for now, until something changes. Did you check for updates in zoom itself as it will not auto update.
toggle quoted messageShow quoted text
-----Original Message-----
From: nvda@nvda.groups.io <nvda@nvda.groups.io> On Behalf Of Bob Cavanaugh Sent: Tuesday, May 31, 2022 11:08 AM To: nvda@nvda.groups.io Subject: Re: [nvda] scheduling a recurring Zoom meeting with NVDA Luke, to answer your question, my friend and I were talking about this and I brought it up. I downloaded and installed the addon, while waiting for her to send me what she saw with JAWS, and it didn't make any difference. Sarah, so you're saying you saw all of what JAWS shows within Zoom using NVDA? I've never seen it, whether on a free or paid account, across two computers. I do see the radio buttons that ask what calendar I wish to use, and I presume that if I didn't discard the invite once Outlook opened, I'd be able to schedule it as a recurring meeting with the parameters I want, but that only adds it to my Outlook calendar. If I use the mobile app on my phone, something similar happens, as the dates I want are added to my phone's calendar, but Zoom still shows as a recurring meeting meeting anytime. With this setup, the meeting invite that is copied to the clipboard and is what I usually send out doesn't show any date or time information, which basically puts me in the same situation I'm in now where I have to remember to add the date and time information in manually. On 5/31/22, Sarah k Alawami <marrie12@...> wrote: Odd, I remember seeing this, but at the time I Had a paid account.
|
|
Re: Code Blocks and NVDA
TheeQuinn Public
Thanks for your response. I am familiar with VS Code and I discussed it with him, but it seems that setting up C++ with VS code will be more work. I had visited that link and it was speaking of even downloading a compiler separately. So i was wondering if there was some way I could get around this code blocks.
|
|
tone while download
larry k <sirlaurence.larry@...>
I used to hear a series of tones while downloading a
program or pasting something.
is there a way to turn that feature back on in 22.1
larry
subscribe
to a new swapshop on the web by the following
link shalomlist+subscribe@groups.io
|
|
Re: Code Blocks and NVDA
Russell James
I have never used this IDE I found this information/web site from the information you provided: The latest news on that site was from March 2021. I wonder if you would be better off using VS Code... Perhaps you can discuss this with your instructor. Russ
On Tue, May 31, 2022 at 4:59 PM TheeQuinn Public <theequinnpublic@...> wrote: Good day everyone. I have just started a class in C++ and the instructor said that we will be using code blocks as the IDE. I have installed it and I typed up a sample file and saved it but when I run it it just brings me right back to the text area. Does anyone know if NVDA is accessible with this application? If so, where do I go from here?
|
|
Re: add-ons
Add-on updater: https://addons.nvda-project.org/files/get.php?file=nvda3208
For remote support:
On 5/31/2022 2:36 PM, larry k wrote:
|
|