Skip Menu |

This queue is for tickets about the Tk-FileDialog CPAN distribution.

Report information
The Basics
Id: 12726
Status: new
Priority: 0/
Queue: Tk-FileDialog

People
Owner: Nobody in particular
Requestors: LGODDARD [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 1.3
Fixed in: (no value)



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