TreeListControl Events

Hello,

I am kind of new to wxPython, but we would like to use it in an application we are currently developing.
As we are just starting I am considering starting right away with Phoenix. Now when porting the TestApplication to the new version, I encountered a problem with TreeListCtrl, which doesnt receive events as it used to in the classic version.

It seems like I do not receive any events not associated directly with the TreeListCtrl and DataviewCtrl (e.g. EVT_TREELIST_ITEM_CONTEXT_MENU works, but EVT_ENTER_WINDOW does not).
I also tried to debug the problem with the inspection tool.

I have attached an example which should reduce the problem to a minimal example. Maybe you could point me to a solution here.

Thanks for helping,
Michael

Current Setup:
Python 2.7.6
wxPython wxPython_Phoenix-3.0.1.dev76021-py2.7-win32.egg
Windows 7

TreeListCtrl_test.py (2.44 KB)