News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Noobish question and problem with wxSmith (Hello World fail)

Started by muxecoid, December 29, 2008, 04:30:46 PM

Previous topic - Next topic

muxecoid

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.

muxecoid

BTW just checked the same thing works perfectly in Windows. Will try under KDE SuSE tomorrow.

byo

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