Dietmar Schwertberger

Results 87 comments of Dietmar Schwertberger

On more trap to avoid: When you install sip, you also get some binaries. E.g. "...path..to..python\Scripts\sip-build.exe". The Scripts dir needs to be on your path.

There were several changes to `wxTextCtrl::DoGetSizeFromTextSize` for gtk. See here for a summary: https://github.com/wxGlade/wxGlade/issues/536#issuecomment-1861686257 3.2.1 / 4.2.1 is certainly broken.

@swt2c : How familiar are you with SIP? Probably it would be best to ask on the PyQt/SIP mailing list for support, right?

OK. I think you probably don't want to build a version and try it. It's only for Windows and requires a screen reader like NVDA or a tool like inspect.exe...

Ah, thanks a lot. That seems to work. From the documentation I would never have guessed that... From debugging, the methods like `meth_wxTextCtrl_CreateAccessible` are still not called, but the change...

Thanks a lot. I did not build and test the version without the tweaker tools modification, but I think that we need them to make this actually work in Python....

Some background information: As of now, wxGrid does not support screen readers. The reason is that it is a generic widget, i.e. it is drawn by wxWidgets itself. It is...

OK, finally got feedback from a screen reader user and tested again with JAWS: JAWS seems to take into account only the Name property, not the Value. (NVDA behaves better.)...

@vadz : Is there a way to re-start the checks? They seem to have stalled. Feature-wise the PR is now finalized.

This was the last commit, except if there is a real problem with the checks. It was difficult to get feedback from a screen reader user, but I think the...