Author Topic: Noobish question and problem with wxSmith (Hello World fail)  (Read 4529 times)

Offline muxecoid

  • Single posting newcomer
  • *
  • Posts: 3
Noobish question and problem with wxSmith (Hello World fail)
« 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.

Offline muxecoid

  • Single posting newcomer
  • *
  • Posts: 3
Re: Noobish question and problem with wxSmith (Hello World fail)
« Reply #1 on: December 29, 2008, 10:44:29 pm »
BTW just checked the same thing works perfectly in Windows. Will try under KDE SuSE tomorrow.

Offline byo

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 836
Re: Noobish question and problem with wxSmith (Hello World fail)
« Reply #2 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