Skip Menu |

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

Report information
The Basics
Id: 6152
Status: resolved
Priority: 0/
Queue: Tk-DirSelect

People
Owner: MJCARMAN [...] cpan.org
Requestors: slaven [...] rezic.de
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.03
Fixed in: 1.05



Subject: Improvement suggestions for Tk::DirSelect
Here are some suggestions for Tk-DirSelect: * the package name should really be Tk::DirSelect, not DirSelect * the distribution itself should have a top level directory, usually named Tk-DirSelect-versionnummer. "make dist" is your friend to create a standard perl distribution * a simple test should be included * Under Unix/X11, this simple script does not work: #!/usr/bin/perl use Tk; use strict; my $mw = MainWindow->new; warn $mw->DirSelect->Show; MainLoop; __END__ The error is: Tk::Error: Can't set -width to `undef' for Tk::Frame=HASH(0x83d4380): Can't set -width to `' for Tk::DirTree=HASH(0x831669c): '' isn't numeric at /usr/local/lib/perl5/site_perl/5.8.0/i686-linux/Tk/Configure.pm line 46. at /usr/local/lib/perl5/site_perl/5.8.0/i686-linux/Tk/Derived.pm line 294 (etc.) Setting -width explicitely workarounds the problem. Regards, Slaven
From: MJCARMAN
[SREZIC - Wed Apr 28 06:11:39 2004]: Show quoted text
> Here are some suggestions for Tk-DirSelect:
which are implemented now that the module is being maintained again. :) -mjc