Re: How to use form designer in Visual Studio 2019 with NVDA

2020-06-10 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: How to use form designer in Visual Studio 2019 with NVDA Actually I read that backwards. Winforms isn't anything special either. It's just wrappers over the old Win32 API.  It's not laggy inherently, and everything I just said applies to it as well. Blame Tween developers for getting

Re: How to use form designer in Visual Studio 2019 with NVDA

2020-06-10 Thread AudioGames . net Forum — Developers room : camlorn via Audiogames-reflector
Re: How to use form designer in Visual Studio 2019 with NVDA Winforms (and every other GUI lib on Windows, as well as on every other OS I can think of) are single threaded with a main loop in your application that has to be available to respond to events.  Accessibility stuff talks to them

Re: How to use form designer in Visual Studio 2019 with NVDA

2020-06-10 Thread AudioGames . net Forum — Developers room : Nuno via Audiogames-reflector
Re: How to use form designer in Visual Studio 2019 with NVDA Wierd, you clearly do something wrong URL: https://forum.audiogames.net/post/539623/#p539623 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: How to use form designer in Visual Studio 2019 with NVDA

2020-06-10 Thread AudioGames . net Forum — Developers room : Ty via Audiogames-reflector
Re: How to use form designer in Visual Studio 2019 with NVDA The apps. For example, download tween, and tab around. That uses winforms and is laggy as hell. But that's not the only example I can think of. Unigram however uses UWP and it seems to work great. URL:

Re: How to use form designer in Visual Studio 2019 with NVDA

2020-06-10 Thread AudioGames . net Forum — Developers room : Nuno via Audiogames-reflector
Re: How to use form designer in Visual Studio 2019 with NVDA It dpeends. If I write stuff for myself I use Winforms. What's laggy? The designer or the apps you build? URL: https://forum.audiogames.net/post/539547/#p539547 -- Audiogames-reflector mailing list

Re: How to use form designer in Visual Studio 2019 with NVDA

2020-06-10 Thread AudioGames . net Forum — Developers room : Ty via Audiogames-reflector
Re: How to use form designer in Visual Studio 2019 with NVDA @11 do you find yourself using WPF or Winforms more? Winforms I have found to be quite laggy with NVDA after the fact even, ahem ahem ahem Tween. URL: https://forum.audiogames.net/post/539498/#p539498 --

Re: How to use form designer in Visual Studio 2019 with NVDA

2020-06-10 Thread AudioGames . net Forum — Developers room : Nuno via Audiogames-reflector
Re: How to use form designer in Visual Studio 2019 with NVDA Hey,You can navigate by toolbox categories with CTRL+UP/DOWN. WPF Designer? I never used it! I write my XAML code myself, helping myself with quick actions. URL: https://forum.audiogames.net/post/539402/#p539402 --

Re: How to use form designer in Visual Studio 2019 with NVDA

2020-06-10 Thread AudioGames . net Forum — Developers room : rory-games via Audiogames-reflector
Re: How to use form designer in Visual Studio 2019 with NVDA lets download this:visual studio - it sounds interesting. URL: https://forum.audiogames.net/post/539399/#p539399 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: How to use form designer in Visual Studio 2019 with NVDA

2020-06-10 Thread AudioGames . net Forum — Developers room : rory-games via Audiogames-reflector
Re: How to use form designer in Visual Studio 2019 with NVDA it was meant to be but people write articles in there for development, and other stuff too, like this and this and this and this and this and this and this and of course this great one URL:

Re: How to use form designer in Visual Studio 2019 with NVDA

2020-06-10 Thread AudioGames . net Forum — Developers room : black and white via Audiogames-reflector
Re: How to use form designer in Visual Studio 2019 with NVDA Thanks @Nuno.How about the WPF designer?Also how to navigate in the toolbox? It seems a little bit weerd. It's not like other standard treeviews.I have worked with WXWidgets in the past. Is there something equivalent to sizers

Re: How to use form designer in Visual Studio 2019 with NVDA

2020-06-08 Thread AudioGames . net Forum — Developers room : Nuno via Audiogames-reflector
Re: How to use form designer in Visual Studio 2019 with NVDA I always thought it's like so. Fine then! I am iwlling to write an article on this. URL: https://forum.audiogames.net/post/538801/#p538801 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: How to use form designer in Visual Studio 2019 with NVDA

2020-06-08 Thread AudioGames . net Forum — Developers room : amerikranian via Audiogames-reflector
Re: How to use form designer in Visual Studio 2019 with NVDA That is incorrect, and this article proves it: https://forum.audiogames.net/topic/3482 … bs-studio/ URL: https://forum.audiogames.net/post/538704/#p538704 -- Audiogames-reflector mailing list

Re: How to use form designer in Visual Studio 2019 with NVDA

2020-06-08 Thread AudioGames . net Forum — Developers room : Nuno via Audiogames-reflector
Re: How to use form designer in Visual Studio 2019 with NVDA Can't, Articles room is for games only URL: https://forum.audiogames.net/post/538645/#p538645 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com

Re: How to use form designer in Visual Studio 2019 with NVDA

2020-06-07 Thread AudioGames . net Forum — Developers room : Ty via Audiogames-reflector
Re: How to use form designer in Visual Studio 2019 with NVDA @3 Oh thanks, you might want to write a guide on that in the article room, how to make GUI's with VisualStudio. URL: https://forum.audiogames.net/post/538532/#p538532 -- Audiogames-reflector mailing list

Re: How to use form designer in Visual Studio 2019 with NVDA

2020-06-07 Thread AudioGames . net Forum — Developers room : Nuno via Audiogames-reflector
Re: How to use form designer in Visual Studio 2019 with NVDA Arrow keys: move the currewntly focused controlCTRL+ALT+X: Open the toolbox (choose a control to insert)F7: show the code for the current formEnter: insert a default event for the current controlALT+Enter: Control properties.I

Re: How to use form designer in Visual Studio 2019 with NVDA

2020-06-07 Thread AudioGames . net Forum — Developers room : Ty via Audiogames-reflector
Re: How to use form designer in Visual Studio 2019 with NVDA I don't know, and I have not figured out how yet. I tried NVDA object nav, and different cursors with JAWS and couldn't get it. Maybe I'm missing something though? URL: https://forum.audiogames.net/post/538476/#p538476 --

How to use form designer in Visual Studio 2019 with NVDA

2020-06-07 Thread AudioGames . net Forum — Developers room : black and white via Audiogames-reflector
How to use form designer in Visual Studio 2019 with NVDA The title says it all.Any hotkeys that I should know or tips and suggestions? URL: https://forum.audiogames.net/post/538469/#p538469 -- Audiogames-reflector mailing list Audiogames-reflector@sabahattin-gucukoglu.com