Subject: | Fix for fatal error |
When I do the most basic things, I see:
can't make ".filedialog" its own master at...
This makes the module unusable for me with Perl 584/Win32.
This can be overcome, it seems, by chaning the following line:
$FDialog->transient($FDialog->toplevel);
to:
$FDialog->transient($FDialog->parent->toplevel);
HTH
Lee