Trying To Understand wxDataViewCustomRenderer on a Mac

Do you have a typical platform dependent issue you're battling with ? Ask it here. Make sure you mention your platform, compiler, and wxWidgets version.
Post Reply
kestermckinney
In need of some credit
In need of some credit
Posts: 8
Joined: Sat Sep 28, 2019 1:47 pm

Trying To Understand wxDataViewCustomRenderer on a Mac

Post by kestermckinney »

I would like to add a ComboBox instead of a Choice control to the wxDataView. However, I noticed even the dataview example doesn't work correctly on OS X. Debugging through the code CreateEditorCtrl and GetValueFromEditorCtrl do not get called. I can't find any good documentation on this but I see in the WxWidgets code base it is different for OS X. Does anyone know of a good place to look for an explanation.

- thanks
ONEEYEMAN
Part Of The Furniture
Part Of The Furniture
Posts: 7459
Joined: Sat Apr 16, 2005 7:22 am
Location: USA, Ukraine

Re: Trying To Understand wxDataViewCustomRenderer on a Mac

Post by ONEEYEMAN »

Hi,
Does dataview sample work for you?
What OSX version you are trying it on?
What wx version?
How did you compile the library?

Thank you.
Post Reply