Discussion:
WX3.0.0 wxTreeCtrl
Tim Burgess
2014-02-25 09:20:50 UTC
Permalink
Hi,

I'd just like to check if the tree control now uses a cocoa class under Mac
OSX - I know that the 2.9 version was based on the Carbon control, which had
accessibility problems.

Best wishes.
Tim Burgess
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.

To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users
Vadim Zeitlin
2014-02-25 14:24:29 UTC
Permalink
On Tue, 25 Feb 2014 09:20:50 -0000 Tim Burgess wrote:

TB> I'd just like to check if the tree control now uses a cocoa class under Mac
TB> OSX - I know that the 2.9 version was based on the Carbon control, which had
TB> accessibility problems.

It wasn't using Carbon in 2.9 but rather a generic implementation and it
still uses the same one in 3.0. If you want a native control, you need to
use wxDataViewCtrl (which is native under GTK and OSX but not Windows...).

Regards,
VZ
--
TT-Solutions: wxWidgets consultancy and technical support
http://www.tt-solutions.com/
Tim Burgess
2014-02-25 19:30:25 UTC
Permalink
OK, thanks for the clarification. I'm already using the data view in my Mac-specific code. It's more VoiceOver friendly than the tree control, but it's far from being a breeze for the user. Never mind, we can't have it all.

Cheers.

Tim
Post by Vadim Zeitlin
TB> I'd just like to check if the tree control now uses a cocoa class under Mac
TB> OSX - I know that the 2.9 version was based on the Carbon control, which had
TB> accessibility problems.
It wasn't using Carbon in 2.9 but rather a generic implementation and it
still uses the same one in 3.0. If you want a native control, you need to
use wxDataViewCtrl (which is native under GTK and OSX but not Windows...).
Regards,
VZ
--
TT-Solutions: wxWidgets consultancy and technical support
http://www.tt-solutions.com/
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.

To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users
Loading...