in reply to wxControlWithItems ?

Any thoughts? This same code works perfectly on my Win32 box.

Upgrade

$ perl -MWx -le " die Wx::ListBox->new->GetSelection " 0 at -e line 1. $ pmvers Wx Alien::wxWidgets Wx: 0.92 Alien::wxWidgets: 0.44

Replies are listed 'Best First'.
Re^2: wxControlWithItems ?
by Anonymous Monk on Oct 12, 2009 at 12:19 UTC
    I forgot to mention I'm using ActivateState Perl n both my windows and mac box. The versions are both up to date:
    Wx: 0.93 Alien::WxWigdets: 0.44
    Was there an option I missed when compiling Wx maybe?
      Which version of wxWidgets?
      $ perl -mWx -e"die Wx::wxVERSION_STRING" wxWidgets 2.8.10 at -e line 1.