wxTreeListCtrl in Linux not firing events Topic is solved

Talk here about issues with one of the components hosted at wxCode, or suggest features for it.
Post Reply
DavidKlecker
Filthy Rich wx Solver
Filthy Rich wx Solver
Posts: 232
Joined: Sun Nov 29, 2009 10:35 am

wxTreeListCtrl in Linux not firing events

Post by DavidKlecker »

I am using wxTreeListCtrl (latest version 6/26/10) on Ubuntu 10.04 and have noticed that the Spin Control events are not firing. I tried placing a message box in the OnSpinUp event in the treelistctrl.cpp and that message box does not come up when I click.

Is this a known bug or is there a different way one needs to call this event to work in Ubuntu? It currently works fine under Windows 7. Is it possible it's due to me using wxWidgets 2.9.1? It is firing off a selection event. Just not the spin event. So I guess that answers the question of if any events are getting fired.

Thanks!
DavidKlecker
Filthy Rich wx Solver
Filthy Rich wx Solver
Posts: 232
Joined: Sun Nov 29, 2009 10:35 am

Post by DavidKlecker »

SOLVED:

Apparently EVT_SPIN_UP is not fired in the Linux platform per documentation found online. I am to use EVT_SPINCTRL instead.
Post Reply