Discussion:
wx.dataview controls
Chris Norman
2014-10-13 16:05:36 UTC
Permalink
Hi,
SOrry, I seem to be on about these quite a lot!

Sijnce my last set of troubles, I have figured these puppies out, and
discovered that although they're accessible to screen reading
technologies on OS X, an presumably Linux, they aren't on Windows.

Is there a "1 size fits all" solution? Or do I have to put os-specific
code everywhere?

Cheers,
--
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 wxpython-users+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Robin Dunn
2014-10-14 00:11:42 UTC
Permalink
Post by Chris Norman
Hi,
SOrry, I seem to be on about these quite a lot!
Sijnce my last set of troubles, I have figured these puppies out, and
discovered that although they're accessible to screen reading
technologies on OS X, an presumably Linux, they aren't on Windows.
Is there a "1 size fits all" solution? Or do I have to put os-specific
code everywhere?
If you need to ensure the use of native controls everywhere then yes,
you'll need to have os-specific code. wxWidgets will use generic
controls whenever the native widget set is not up to the job.
--
Robin Dunn
Software Craftsman
http://wxPython.org
--
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 wxpython-users+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Chris Norman
2014-10-19 20:39:36 UTC
Permalink
That's great stuff, I'l get working on that then.

Thanks for the help,
Post by Chris Norman
Hi,
SOrry, I seem to be on about these quite a lot!
Sijnce my last set of troubles, I have figured these puppies out, and
discovered that although they're accessible to screen reading
technologies on OS X, an presumably Linux, they aren't on Windows.
Is there a "1 size fits all" solution? Or do I have to put os-specific
code everywhere?
If you need to ensure the use of native controls everywhere then yes, you'll need to have os-specific code. wxWidgets will use generic controls whenever the native widget set is not up to the job.
--
Robin Dunn
Software Craftsman
http://wxPython.org
--
You received this message because you are subscribed to the Google Groups "wxPython-users" group.
For more options, visit https://groups.google.com/d/optout.
--
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 wxpython-users+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...