It's my first post , so hi all.
I'm using Code::Blocks 8.02 + wxSmith.
OS:uname -a
Linux ptqa-desktop 2.6.25-ARCH #1 SMP PREEMPT Mon Jul 14 15:25:51 UTC 2008 i686 Intel(R) Pentium(R) 4 CPU 3.00GHz GenuineIntel GNU/Linux
and I've got a problem $subj.
for example
void frameDialog::OnLeftDown(wxMouseEvent& event)
{
wxMessageBox(wxT("test"));
}
works
and this
void frameDialog::OnKeyDown(wxKeyEvent& event)
{
wxMessageBox(wxT("test"));
}
doesnt works, Im I doing enything wrong? I create this functions using IDE in same way.
Ive tried to build code::blocks from svn , It didnt help.
here is a project , why event doesnt works?
http://rapidshare.com/files/135012513/project.7z.html
thx