Re: associating a slider with a label
Dietmar Schwertberger <[email protected]>
| Newsgroups | gmane.comp.python.wxpython |
|---|---|
| Message-ID | <[email protected]> |
On 26.10.2020 23:00, Nathan smith wrote: > Is there any workarounds for this? It seems the only workaround seems to be not to use style SL_LABELS and implement the labels yourself. From trying with wxPython 4.0.4 on 32 bit Python 3.7 on Windows 64 bit, SL_LABELS seems to have problems there as well: the labels are not correctly drawn at first. Could be that the labels are now created as native static texts while previously they were drawn directly. This would explain why I get the label instead of the name. A quick look at wxWidgets/src/msw/slider.cpp did not show an obvious change, though. I assume you're on Windows, as I'm getting all accessibility related problem reports for Windows. You should always state your platform and versions. E.g. wxPython 4.0.4 to 4.0.7 on 32 bit and 64 bit Python versions sometimes do behave differently when it comes to accessibility with screen readers. Regards, Dietmar -- You received this message because you are subscribed to the Google Groups "wxPython-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/wxpython-users/35c7d79d-39f9-b4d3-9de0-0f37dd3c02f7%40schwertberger.de.