The new Release 20.03 is out! You can download binaries for Windows and many major Linux distros here .
void frameDialog::OnLeftDown(wxMouseEvent& event){ wxMessageBox(wxT("test"));}
void frameDialog::OnKeyDown(wxKeyEvent& event){ wxMessageBox(wxT("test"));}
Did you tried last nightly build ? I've fixed some problem related to key events about 3,5 weeks ago.Regards BYO
I think its not IDE bug , Its wxGTK bug , cause I tried C::B 8.02 , C::B from svn , I tried to use wxSmith , wxFormBuilder.Everything got same effect - no effect.But everything works in GNOME, not XFCE....