Code::Blocks Forums

User forums => Help => Topic started by: muxecoid on December 29, 2008, 04:30:46 pm

Title: Noobish question and problem with wxSmith (Hello World fail)
Post by: muxecoid on December 29, 2008, 04:30:46 pm
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
Code
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.
Title: Re: Noobish question and problem with wxSmith (Hello World fail)
Post by: muxecoid on December 29, 2008, 10:44:29 pm
BTW just checked the same thing works perfectly in Windows. Will try under KDE SuSE tomorrow.
Title: Re: Noobish question and problem with wxSmith (Hello World fail)
Post by: byo on January 03, 2009, 11:07:35 pm
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