RE: Wx::DatePickerCtrl display issue.

2013-04-02 Thread steveco.1959
Hi Mark, Thanks for that. I'll put it down under 'user training'! Regards Steve -Original Message- From: Mark Dootson [mailto:mark.doot...@znix.com] Sent: 02 April 2013 10:36 To: wxperl-users@perl.org Subject: Re: Wx::DatePickerCtrl display issue. Hi, This is just an

Re: Wx::DatePickerCtrl display issue.

2013-04-02 Thread Mark Dootson
Hi, This is just an implementation detail. If you set the style flag wxDP_ALLOWNONE (as the wxperl_demo does ) then you will get the check box in Windows. There has to be a way for you to indicate 'no date' and using the native Windows control this would seem to be the only way. On Linux, th

Wx::DatePickerCtrl display issue.

2013-04-02 Thread Steve Cookson
Hi Guys, My Wx::DatePickerCtrl is displaying a select tickbox next to it under Windows. Is this Normal? I don't get it under Linux and I don't recall having it under windows before. Do you guys have it? It's easily reproducible in wxperl_demo.pl under Wx::DatePickerCtrl I get a control like t