Hi Ryan Using a wxFrame directly for the events is not the way we'd recommend, but rather using a wxPanel as a child, and hooking the events on that instance. Did you try out this setup ? Best, Stefan