Re: Error with DatePicker

2012-02-22 Thread Guillermo Torreiro
try with perl -MWx=:everything -le 'use Wx::Calendar; print STDOUT wxDP_ALLOWNONE' Best Regards, GT On Tue, Jan 24, 2012 at 10:05 PM, Erik Colson wrote: > Hi, > > This gives an error: > > perl -MWx=:everything -le 'print STDOUT wxDP_ALLOWNONE' > Error while autoloading 'Wx::wxDP_ALLOWNONE' at

Error with DatePicker

2012-01-24 Thread Erik Colson
Hi, This gives an error: perl -MWx=:everything -le 'print STDOUT wxDP_ALLOWNONE' Error while autoloading 'Wx::wxDP_ALLOWNONE' at -e line 1 But the demo DatePickerCtrl works... I can't figure why the code doesn't work when I try to use it in my app. Any ideas ? -- erik