Hello! I tried to use wxSmith with C::B. I made a Hello World and it fails, I can close the window. Event handler doing Close(); fails to close it and nothing happens after clicking X on window head. What's wrong?
Ubuntu 8.04 latest stable wx and CB from official site.
BTW just checked the same thing works perfectly in Windows. Will try under KDE SuSE tomorrow.
Try to use newest nightly build. I've found some bugs in wxWidgets causing some events to be dropped on linux, it required generating little bit different code.
BYO