Search found 4 matches

by UVT
Wed Dec 12, 2018 9:11 am
Forum: C++ Development
Topic: Unwanted header highlighting in wxDataViewCtrl
Replies: 0
Views: 6537

Unwanted header highlighting in wxDataViewCtrl

Hi again, I have another question about wxDataViewCtrl. When you move the mouse above the header of a column, its text gets highlighted in blue. This is a nice behaviour if you implement sorting, because it suggests that something happens if you click on the header. Since sorting does not make any s...
by UVT
Fri Dec 07, 2018 8:25 am
Forum: C++ Development
Topic: wxDataViewCtrl - Finish Editing
Replies: 4
Views: 1321

Re: wxDataViewCtrl - Finish Editing

Hi, This forum is by users for users. Those type of questions better asked on the wx-dev mailing list, where you can reach core developers or wx-users where you can talk to both people who done a lot of work with the library and the developers. That way you can get more out of you question. Thank y...
by UVT
Thu Dec 06, 2018 8:22 am
Forum: C++ Development
Topic: wxDataViewCtrl - Finish Editing
Replies: 4
Views: 1321

Re: wxDataViewCtrl - Finish Editing

Thank you for your quick responses. Oneeyeman, thanks, I didn't know that. I think I should follow your advice. Manolo, when I call m_clientArea->FinishEditing(); in the code of wxDataViewCtrl this gets processed to wxDataViewRenderer::FinishEditing() Maybe my problem is, that I have no clue how I c...
by UVT
Wed Dec 05, 2018 11:23 am
Forum: C++ Development
Topic: wxDataViewCtrl - Finish Editing
Replies: 4
Views: 1321

wxDataViewCtrl - Finish Editing

Hi everbody, this is my first entry in this forum, but I've been finding a lot of solutions and useful suggestions in it durring the previous months. Therefore I would like to thank everbody for making my work with wxwidgets much easier. Nevertheless I've been having a problem regarding wxDataViewCt...