I have just update my Windows version of wxPerl, and a working application now 
fails. It fails on wxOPEN. 
The first line of code fails, but the second works.

my $dialog = Wx::FileDialog->new($my,"Select a diagnostics 
file","","","*.tgz",wxOPEN|wxFILE_MUST_EXIST);
my $dialog = Wx::FileDialog->new($my,"Select a diagnostics file","","","*.tgz");

On Linux, it works.

Any idea what the problem is?

Thanks,

Peter

Reply via email to